mirror of
https://github.com/dg/dibi.git
synced 2025-02-22 18:02:25 +01:00
32 lines
1.1 KiB
Markdown
32 lines
1.1 KiB
Markdown
How to contribute & use the issue tracker
|
|
=========================================
|
|
|
|
Dibi welcomes your contributions. There are several ways to help out:
|
|
|
|
* Create an issue on GitHub, if you have found a bug
|
|
* Write test cases for open bug issues
|
|
* Write fixes for open bug/feature issues, preferably with test cases included
|
|
* Contribute to the documentation
|
|
|
|
Issues
|
|
------
|
|
|
|
Please **do not use the issue tracker to ask questions**. We will be happy to help you
|
|
on [Dibi forum](https://forum.dibiphp.com).
|
|
|
|
A good bug report shouldn't leave others needing to chase you up for more
|
|
information. Please try to be as detailed as possible in your report.
|
|
|
|
**Feature requests** are welcome. But take a moment to find out whether your idea
|
|
fits with the scope and aims of the project. It's up to *you* to make a strong
|
|
case to convince the project's developers of the merits of this feature.
|
|
|
|
Contributing
|
|
------------
|
|
|
|
The best way to propose a feature is to discuss your ideas on [Dibi forum](https://forum.dibiphp.com) before implementing them.
|
|
|
|
Please do not fix whitespace, format code, or make a purely cosmetic patch.
|
|
|
|
Thanks! :heart:
|