|
1 | 1 | How to contribute & use the issue tracker
|
2 | 2 | =========================================
|
3 | 3 |
|
4 |
| -The issue tracker is the preferred channel for bug reports, features requests |
5 |
| -and submitting pull requests, but please respect the following restrictions: |
| 4 | +Nette welcomes your contributions. There are several ways to help out: |
6 | 5 |
|
7 |
| -* Please **do not** use the issue tracker for personal support requests (use |
8 |
| - [Nette forum](https://forum.nette.org) or [Stack Overflow](http://stackoverflow.com)). |
| 6 | +* Create an issue on GitHub, if you have found a bug |
| 7 | +* Write test cases for open bug issues |
| 8 | +* Write fixes for open bug/feature issues, preferably with test cases included |
| 9 | +* Contribute to the [documentation](https://nette.org/en/writing) |
9 | 10 |
|
10 |
| -* Please **do not** derail or troll issues. Keep the discussion on topic and |
11 |
| - respect the opinions of others. |
| 11 | +Issues |
| 12 | +------ |
12 | 13 |
|
13 |
| -* Use the GitHub **issue search** — check if the issue has already been |
14 |
| - reported. |
| 14 | +Please **do not use the issue tracker to ask questions**. We will be happy to help you |
| 15 | +on [Nette forum](https://forum.nette.org) or chat with us on [Gitter](https://gitter.im/nette/nette). |
15 | 16 |
|
16 |
| -A good **bug report** shouldn't leave others needing to chase you up for more |
| 17 | +A good bug report shouldn't leave others needing to chase you up for more |
17 | 18 | information. Please try to be as detailed as possible in your report.
|
18 | 19 |
|
19 | 20 | **Feature requests** are welcome. But take a moment to find out whether your idea
|
20 | 21 | fits with the scope and aims of the project. It's up to *you* to make a strong
|
21 | 22 | case to convince the project's developers of the merits of this feature.
|
22 | 23 |
|
23 |
| -Nette welcomes **pull requests**. If you'd like to contribute, please take a moment |
24 |
| -to [read the guidelines](https://nette.org/en/contributing) in order to make |
25 |
| -the contribution process easy and effective for everyone involved. |
| 24 | +Contributing |
| 25 | +------------ |
26 | 26 |
|
27 |
| -Thanks! |
| 27 | +If you'd like to contribute, please take a moment to read [the contributing guide](https://nette.org/en/contributing). |
| 28 | + |
| 29 | +The best way to propose a feature is to discuss your ideas on [Nette forum](https://forum.nette.org) before implementing them. |
| 30 | + |
| 31 | +Please do not fix whitespace, format code, or make a purely cosmetic patch. |
| 32 | + |
| 33 | +Thanks! :heart: |
0 commit comments