Skip to content

Commit 8ebde0c

Browse files
authored
Create CONTRIBUTING.md
1 parent 825929c commit 8ebde0c

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

CONTRIBUTING.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Contributing
2+
3+
Thank you for taking the time to help us - Contributions are **welcome** and will be fully **credited**.
4+
5+
We do all our work on GitHub. If you'd like to help, you can create a
6+
[free GitHub account here](https://github.com/join).
7+
8+
## Reporting an issue
9+
10+
For bug reports or feature requests, [please create a new issue](https://github.com/dsentker/phpinsights/issues).
11+
12+
Before filing an issue:
13+
14+
- Attempt to replicate the problem, to ensure that it wasn't a coincidental incident.
15+
- Check to make sure your feature suggestion isn't already present within the project.
16+
- Check the pull requests tab to ensure that the bug doesn't have a fix in progress.
17+
- Check the pull requests tab to ensure that the feature isn't already in progress.
18+
19+
## Submitting changes
20+
21+
The best way to submit a bug fix or improvement is through a [pull request](https://help.github.com/articles/creating-a-pull-request-from-a-fork/).
22+
23+
**Document any change in behaviour** - Make sure the `README.md` and any other relevant documentation are kept up-to-date.

0 commit comments

Comments
 (0)