trnslator/CONTRIBUTING.md

18 lines
1.4 KiB
Markdown
Raw Permalink Normal View History

2020-11-02 10:42:25 -05:00
Thank you for using *trnslator* and for considering contributing to it!
2020-06-23 13:01:29 -04:00
#### For errors in the code:
2020-11-02 10:42:25 -05:00
- read the error message and [documentation](https://trnslator.readthedocs.io/);
- search through the [open issues](https://github.com/louisleroy5/trnslator/issues?q=is%3Aopen+is%3Aissue) and [closed issues](https://github.com/louisleroy5/trnslator/issues?q=is%3Aissue+is%3Aclosed) first;
2020-06-23 13:01:29 -04:00
- if the problem is with a dependency of this project, open an issue on the dependency's repo;
2020-11-02 10:42:25 -05:00
- if the problem is with *trnslator* and you can fix it simply, please submit a [PR](https://github.com/louisleroy5/trnslator/pulls);
- if the problem persists, please open an issue in the [issue tracker](https://github.com/louisleroy5/trnslator/issues) including a minimal working example to reproduce the problem.
2020-06-23 13:01:29 -04:00
#### If you have a feature proposal or want to contribute
2020-11-02 10:42:25 -05:00
- post your proposal on the [issue tracker](https://github.com/louisleroy5/trnslator/issues) so we can review it together (some proposals may not be a good fit for the project);
- fork the repo, make your change (adhering to trnslator's existing coding format, commenting, and docstring styles);
- [test it](https://github.com/louisleroy5/trnslator/tree/develop/tests);
- format your code using [black](https://black.readthedocs.io/en/stable/) and submit a [PR](https://github.com/louisleroy5/trnslator/pulls);
2020-06-23 13:01:29 -04:00
- respond to code review.