Skip to content

Commit a526b41

Browse files
authored
Create CONTRIBUTING.md
1 parent 9f07853 commit a526b41

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

CONTRIBUTING.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Contribution Guidelines
2+
3+
Feel free to work on any issue with a #hacktoberfest label.
4+
5+
If you discover an issue you would like to work on, you can add a new issue to the list. If it meets our criteria, a hacktoberfest label will be added.
6+
7+
# Who is allowed to submit pull requests for this project?
8+
9+
Anyone can submit pull requests for code, tests, or documentation.
10+
11+
# How do you decide which pull requests to accept?
12+
13+
* Does it call out a bug that needs to be fixed? If so, it goes to the top of the list.
14+
* Does it fix a major user inconvenience? These are given high priority as well.
15+
* Does it align with the specs? If not, it will probably not be accepted. It turns out there are gray areas in the specs. If this is in a gray area, it will likely be given the benefit of the doubt.
16+
* Does it break the existing behavior of the lib? If so, it will not be accepted, unless it fixes an egregious bug. This is happening less frequently now.
17+
18+
# For more guidance, see these links:
19+
20+
[README.md (includes build instructions)](https://github.com/stleary/JSON-java#readme)
21+
22+
[FAQ - all your questions answered](https://github.com/stleary/JSON-java/wiki/FAQ)

0 commit comments

Comments
 (0)