9 lines
461 B
Markdown
9 lines
461 B
Markdown
# Contribution rules
|
|
|
|
- Make sure you add your script in the `src/` folder
|
|
- If needed add your dependencies in README.md
|
|
- If needed add the way to get flags or flags themselves in the README.md
|
|
- If needed add a command to setup in README.md
|
|
- If needed add stuff to setup.sh script
|
|
- If editing a script make sure to update everything in README.md and/or setup.sh
|
|
- Optionally add a man page in `doc/` with format of `<script_name>.1`, for example `fhash.1`
|