thunderbird-android/.github/CONTRIBUTING.md

30 lines
1.1 KiB
Markdown
Raw Normal View History

## Submitting issues
If the app is not behaving like it should, it's not necessarily a bug. Please consult the following resources before
submitting a new issue.
2022-04-25 15:40:19 +00:00
* [User Manual](https://docs.k9mail.app/)
2020-09-06 18:23:08 +00:00
* [Frequently Asked Questions](https://forum.k9mail.app/c/faq)
* [Support Forum](https://forum.k9mail.app/)
### Bug report guidelines
* The issue tracker is solely for bug reports and feature/enhancement requests. If you have a question of any kind,
2020-09-06 18:23:08 +00:00
please use the [support forum](https://forum.k9mail.app/c/support) instead.
2022-07-25 18:07:23 +00:00
* Search the [existing issues](https://github.com/thundernest/k-9/issues?q=) first to make sure your issue hasn't been
reported before.
## Translations
We're using [Transifex](https://www.transifex.com/k-9/k9mail/) to manage translations.
## Contributing code
2022-07-25 18:07:23 +00:00
We love [pull requests](https://github.com/thundernest/k-9/pulls) from everyone!
Any contributions, large or small, major features, bug fixes, unit/integration tests are welcomed and appreciated
but will be thoroughly reviewed and discussed.
2022-07-25 18:07:23 +00:00
Please make sure you read the [Code Style Guidelines](https://github.com/thundernest/k-9/wiki/CodeStyle).