You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

33 lines
1.3 KiB

3 years ago
  1. How to contribute & use the issue tracker
  2. =========================================
  3. Nette welcomes your contributions. There are several ways to help out:
  4. * Create an issue on GitHub, if you have found a bug
  5. * Write test cases for open bug issues
  6. * Write fixes for open bug/feature issues, preferably with test cases included
  7. * Contribute to the [documentation](https://nette.org/en/writing)
  8. Issues
  9. ------
  10. Please **do not use the issue tracker to ask questions**. We will be happy to help you
  11. on [Nette forum](https://forum.nette.org) or chat with us on [Gitter](https://gitter.im/nette/nette).
  12. A good bug report shouldn't leave others needing to chase you up for more
  13. information. Please try to be as detailed as possible in your report.
  14. **Feature requests** are welcome. But take a moment to find out whether your idea
  15. fits with the scope and aims of the project. It's up to *you* to make a strong
  16. case to convince the project's developers of the merits of this feature.
  17. Contributing
  18. ------------
  19. If you'd like to contribute, please take a moment to read [the contributing guide](https://nette.org/en/contributing).
  20. The best way to propose a feature is to discuss your ideas on [Nette forum](https://forum.nette.org) before implementing them.
  21. Please do not fix whitespace, format code, or make a purely cosmetic patch.
  22. Thanks! :heart: