summaryrefslogtreecommitdiff
path: root/.github/CONTRIBUTING.md
blob: 130810bbd94b2bb57f495a12c0b97c3615efdfe1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
## 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.

- [User Manual](https://docs.k9mail.app/)
- [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,
  please use the [support forum](https://forum.k9mail.app/c/support) instead.
- 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

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.
Please make sure you read the [Code Style Guidelines](https://github.com/thundernest/k-9/wiki/CodeStyle).