Any helpful template tags and filters are very welcome. Please feel free to help out :D
- Please always bring to practcice PEPs 8, 20 and 257 (at least)
- Please use descriptive commit messages.
- Fork and clone the project
- Hack at will
- Write appropriate tests
- Write appropriate docstrings in the tags and filters code
- Ensure all the tests pass
- Give a breif explanation of the usage in README.md
- Commit and push
- Send a pull request
- Fork and clone the project
- Fix the bugs you find in whichever way you consider it won't fail anymore
- Ensure all the tests pass and that the documentation and usage instructions still fit the changes; please fix any discrepancy
- Commit and push
- Send a pull request
If you found a bug on any tag and/or filter and don't want to or don't know how to fix it, no problem! Just open a new issue:
- Add a short, descriptive title for the bug you found (i.e. Error parsing values in "somefilter")
- Add a description of what's the problem and the output of the error/bug you found, or the unexpected behavior you got;whatever that fits your case. The more detailed this description, the better.
- Describe the steps needed to successfully reproduce the bug. Please include input data and any relevant information in these steps.
- Add the label
bug
to your issue. - Submit your new issue. I'll try to reply and fix it as soon as possible.
For steps 2 and 3, you may refer to this issue template.