0
0
Fork 0
mirror of https://github.com/salesagility/SuiteCRM.git synced 2025-02-05 14:39:45 +00:00
salesagility_SuiteCRM/.github/CONTRIBUTING.md
2024-02-28 14:23:13 +00:00

29 lines
1.3 KiB
Markdown

## How to contribute to SuiteCRM
### **Code of Conduct**
This project and all community members are expected to uphold the [SuiteCRM Code of Conduct.](https://github.com/salesagility/SuiteCRM/blob/master/CODE_OF_CONDUCT.md)
#### **Bug Reporting**
* **Please do not open a GitHub issue if the bug is a security vulnerability**. For details on how to report a vulnerability please check our [Security Policy](https://docs.suitecrm.com/community/security-policy/) page.
* **Ensure the bug was not already reported** by searching on GitHub under [Issues.](https://github.com/salesagility/SuiteCRM/issues)
* If you're unable to find an open issue that relates to your problem, [open a new one.](https://github.com/salesagility/SuiteCRM/issues/new) Please be sure to follow the issue template as much as possible.
* **Ensure that the bug you are reporting is a core SuiteCRM issue** and not specific to your individual setup. For these types of issues please use the [Community Forum.](https://community.suitecrm.com/)
#### **Did you fix a bug?**
* Please read our guide on [How to submit Bug Fixes](https://docs.suitecrm.com/community/contributing-code/bugs/)
#### **Did you create a new feature or enhancement?**
* Please read our guide on [How to provide a new Features/Enhancement](https://docs.suitecrm.com/community/contributing-code/features/)
Thanks!
SuiteCRM Team