Skip to content

Commit 4e22b8b

Browse files
committed
Add contributing.md
1 parent f8f2f41 commit 4e22b8b

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

contributing.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Contributing
2+
3+
Contributions are always welcome! When contributing to Node API boilerplate we ask you to follow our code of conduct:
4+
5+
## Code of conduct
6+
7+
In short: _Be nice_. Pay attention to the fact that Node API boilerplate is free software, don't be rude with the contributors or with people with questions and we'll be more than glad to help you. Destructive criticism and demanding will be ignored.
8+
9+
## Opening issues
10+
11+
When opening an issue be descriptive about the bug or the feature suggestion, don't simply paste the error message on the issue title or description. Also, **provide code to simulate the bug**, we need to know the exact circumstances in which the bug occurs. Again, follow our [code of conduct](#code-of-conduct).
12+
13+
## Pull requests
14+
15+
When opening a pull request to Node API boilerplate, follow this steps:
16+
17+
1. Fork the project;
18+
2. Create a new branch for your changes;
19+
3. Do your changes;
20+
4. Open the pull request;
21+
5. Write a complete description about the bug or the feature the pull request is about.

0 commit comments

Comments
 (0)