2015-11-06 22:19:09 +01:00
# Contribution Guidelines
2021-06-13 16:34:24 +02:00
## App to be submitted
2018-07-20 15:12:17 +02:00
Not all tools can be considered. The aim of the list is to provide a concise list of awesome CLI tools and apps. This means that suggested software should:
- Do one thing and do it well
- Have a free and open source license
- Be easy to install
- Be well documented
2021-06-13 16:34:24 +02:00
## Pull Request Style
**Ground Rules:**
- No duplicates.
- Individual pull request for each suggestion.
2019-07-25 12:27:27 +02:00
- The apps repository is older than 90 days.
2021-06-13 16:34:24 +02:00
- The apps repository has more than 10 stars (if on Github).
**Formatting & Style:**
- The pull request shall be titled: `Add APP_NAME` .
- The app is added at the bottom of the relevant category.
- Use the following format: `[APP_NAME](LINK) - DESCRIPTION.`
- Description starts with a capital and ends with a full stop (period).
- A description should be short and concise. No redudant info like "CLI".
- No trailing whitespace.
- Check your spelling and grammar.
2021-06-13 16:34:53 +02:00
## Other Pull Requests
2015-11-06 22:19:09 +01:00
2021-06-13 16:34:24 +02:00
Pull requests that are not adding a new app, but introduce new categories or improve the readme are always welcome! In that case feel free to disregard the given structure above.