You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
currently AIP naming is somewhat arbitrary.
The repo ensures collision free naming as it's just filesystem, so no name can appear twice.
Anyhow it's kind of a pain to ensure reasonable file naming.
My suggestion would be for the merge ci to:
a) read the title from the merged markdown -> rename the file to UPPERCASE_TITLE
b) check via ethers for deployed proposals -> prefix the aip with the proposalId to ID_UPPERCASE_TITLE
In theory we could also do both I guess.
The text was updated successfully, but these errors were encountered:
currently AIP naming is somewhat arbitrary.
The repo ensures collision free naming as it's just filesystem, so no name can appear twice.
Anyhow it's kind of a pain to ensure reasonable file naming.
My suggestion would be for the merge ci to:
a) read the title from the merged markdown -> rename the file to
UPPERCASE_TITLE
b) check via ethers for deployed proposals -> prefix the aip with the proposalId to
ID_UPPERCASE_TITLE
In theory we could also do both I guess.
The text was updated successfully, but these errors were encountered: