Skip to content

Commit 3a09f22

Browse files
authored
Create CONTRIBUTING.md
1 parent 7e88b20 commit 3a09f22

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

CONTRIBUTING.md

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
## How to contribute to github.com/Code-Hex/vz
2+
3+
#### **Did you find a bug?**
4+
5+
* **Ensure the bug was not already reported** by searching on GitHub under [Issues](https://github.com/Code-Hex/vz/issues).
6+
7+
* If you're unable to find an open issue addressing the problem, [open a new one](https://github.com/Code-Hex/vz/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.
8+
9+
#### **Did you write a patch that fixes a bug?**
10+
11+
* Open a new GitHub pull request with the patch.
12+
13+
* Ensure the PR description clearly describes the problem and solution. **Must** be included the relevant issue number.
14+
15+
> **Note**
16+
> We generally do not accept a series of pull requests that are either very bad code or harassing.
17+
18+
#### **Did you fix whitespace, format code, or make a purely cosmetic patch?**
19+
20+
Changes that are cosmetic in nature and do not add anything substantial to the stability, functionality, or testability of github.com/Code-Hex/vz will generally not be accepted.
21+

0 commit comments

Comments
 (0)