File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,10 +2,12 @@ You are working on a codebase where files inside the folder $ARGUMENT need to be
22
33### Goal:
441 . Ensure all files in the folder are ordered in ascending alphabetical sequence based on their filename prefix.
5- 2 . Each file must start with a single uppercase alphabet prefix followed by an underscore :
6- Format: <ALPHABET > <Descriptive-name >.md
5+ 2 . Each file must start with a single uppercase alphabet prefix followed by an space and a descriptive name. :
6+ Format: <ALPHABET > <Descriptive Name >.md
77
883 . If multiple files currently share the same starting alphabet, rename them so that each file gets a unique sequential alphabet.
9+ 4 . If the descriptive part of the filename is a interrogative add a "?" at the end of the description.
10+ 5 . If the descriptive part of the filename is a statement, ensure it ends with a "." at the end of the description.
911
1012### Example:
1113Current:
You can’t perform that action at this time.
0 commit comments