mirror of
https://github.com/anteo/redmine_custom_workflows.git
synced 2026-01-25 15:54:19 +00:00
1.1 KiB
1.1 KiB
How to contribute to Redmine Custom Workflows plugin
Did you find a bug?
- Ensure the bug was not already reported by searching on GitHub under Issues.
- If you're unable to find an open issue addressing the problem, open a new one. Be sure to include a title and clear description, as much relevant information as possible, Redmine and the plugin version, a part of the production.log related to the issue and screen-shots.
A wrong or missing translation?
- Feel free to update language files (config/locales/*.yml) in your mother language or languages you are familiar with and send them back to us via a pull request.
Do you want to patch the existing code?
- Make a new fork of the current development branch (devel-x.x.x). Make your changes and create a pull request. Only pull requests into the development branch except those fixing serious errors will be accepted.