Skip to content

Commit db43d90

Browse files
committed
Added CONTRIBUTING.md
1 parent b5c4ebd commit db43d90

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

CONTRIBUTING.md

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
## How to Contribute to This Project
2+
3+
#### **Did You Find a Bug?**
4+
5+
* **Ensure the bug was not already reported** by searching on GitHub under **Issues**.
6+
* If you're unable to find an open issue addressing the problem, **open a new one**. 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.
7+
8+
#### **Did You Write a Patch That Fixes a Bug?**
9+
10+
* Open a new GitHub pull request with the patch.
11+
1. Fork this project
12+
1. Create your feature branch: `git checkout -b my-new-feature`
13+
1. Commit your changes: `git commit -am 'Add some feature'`
14+
1. Push to the branch: `git push origin my-new-feature`
15+
1. Submit a pull request via GitHub's web interface
16+
* Ensure the PR description clearly describes the problem and its solution. Include the relevant issue number if applicable.
17+
18+
#### **Do You Intend to Add a New Feature or Change an Existing One?**
19+
20+
* Suggest your change as a **new issue** using the label `enhancement`
21+
22+
#### **Do you like PSICK?!?**
23+
24+
* Use it, improve it, share it
25+
* Link, comment, post, talk about it :-)
26+
27+
Thanks for contributing! :heart:
28+

0 commit comments

Comments
 (0)