Please ensure your pull request adheres to the following guidelines:
- Fork it!
- Create your branch:
git checkout -b my-new-branch
- Commit your changes:
git commit -am 'Added django security'
- Push to the branch:
git push origin my-new-branch
- Submit a pull request
- Add your username and link to authors
Follow the examples below.
- Search previous suggestions before making a new one, as yours may be a duplicate.
- Make an individual pull request for each suggestion.
- Use the following format for links:
[Description](link).
- New categories, or improvements to the existing categorization are welcome.
- Keep descriptions short and simple, but descriptive.
- End all descriptions with a full stop/period.
- Check your spelling and grammar.
When adding django-packages, preferably use the
readthedocs
link and if it does not exist usePyPI
- Search previous suggestions before making a new one, as yours may be a duplicate.
- Keep your code upgrades small and concise.