#38779 Update CONTRIBUTING.md (#38837)

* #38779 Update CONTRIBUTING.md

* #38779 Update CONTRIBUTING.md
This commit is contained in:
Elizabeth
2025-08-05 08:49:28 +03:00
committed by GitHub
parent e2110f8986
commit bd008e4264

View File

@@ -2,19 +2,16 @@
#### **Did you find a bug?**
* **Ensure the bug was not already reported** by searching on GitHub under [Issues](https://github.com/dbeaver/dbeaver/issues).
* Ensure the bug has not already been reported** by searching on GitHub [Issues](https://github.com/dbeaver/dbeaver/issues).
* If you're unable to find an open issue addressing the problem, [open a new one](https://github.com/dbeaver/dbeaver/issues/new). Be sure to include a **title and clear description**, as much relevant information as possible.
* If there is no open issue about the bug, [open a new one](https://github.com/dbeaver/dbeaver/issues/new). Include as much relevant information as possible and clear steps to reproduce the problem.
#### **Did you fix whitespace, format code, or make a purely cosmetic patch?**
#### **Do you intend to add a new feature or fix a bug?**
Changes that are cosmetic in nature and do not add anything substantial to the stability, functionality, or testability of Rails will generally not be accepted. You could try to add unit tests if you want you PR to have a value.
#### **Do you intend to add a new feature or change an existing one?**
* Create a [feature request](https://github.com/dbeaver/dbeaver/issues/new?&labels=feature+request%2C+wait+for+review&template=feature_request.md) and discuss it with other users (dev team will reply your shortly).
* If you want to contribute a feature by yourself then see [code contribition guide](https://github.com/dbeaver/dbeaver/wiki/Contribute-your-code).
* Read the [contribution guide](https://github.com/dbeaver/dbeaver/wiki/Contribute-your-code).
* Create a new [issue](https://github.com/dbeaver/dbeaver/issues/new) and discuss it with other users (dev team will reply your shortly).
* Proceed with providing pull request following the [contribution guide](https://github.com/dbeaver/dbeaver/wiki/Contribute-your-code).
* Note: we can only merge your PR with essential changes - fixing typos, formatting or making small refactoring will not be accepted.
Thanks! :heart: :heart: :heart: