-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathCONTRIBUTING
More file actions
15 lines (8 loc) · 821 Bytes
/
CONTRIBUTING
File metadata and controls
15 lines (8 loc) · 821 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
## How to contribute to opencats wordpress module
#### **Did you find a bug?**
* **Ensure the bug was not already reported** by searching on GitHub under [Issues](https://github.com/opencats/opencats-wordpress-module/issues).
* If you're unable to find an open issue addressing the problem, [open a new one](https://github.com/opencats/opencats-wordpress-module/issues/new). Be sure to include a **title and clear description**, as much relevant information as possible, and a **code sample** or an **executable test case** demonstrating the expected behavior that is not occurring.
#### **Did you write a patch that fixes a bug?**
* Open a new GitHub pull request with the patch.
* Ensure the PR description clearly describes the problem and solution. Include the relevant issue number if applicable.
Thank you..