Skip to content

Commit 5157c5d

Browse files
authored
Create CONTRIBUTING.md
1 parent d347d3d commit 5157c5d

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

Diff for: CONTRIBUTING.md

+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
## Contributing
2+
First off, thanks for taking the time to contribute ❤️
3+
<br>
4+
You can open an issue [here](https://github.com/Heliumdioxid/database-api/issues) and pull requests [here](https://github.com/Heliumdioxid/database-api/pulls).
5+
6+
---
7+
8+
### 🪰 Report a bug
9+
- Please report one feature or one bug per issue
10+
- The issue should contain a proper description of the bug and must be reproducible
11+
- Failing to provide necessary information or not using the issue template will cause the issue to be closed until required information is provided.
12+
- Please report one feature or one bug per issue.
13+
14+
---
15+
16+
### 💡 Feature requests
17+
Feature requests have to be labeled as such and have to include reasoning for the change in question.
18+
19+
---
20+
21+
### 🎉 Pull requests
22+
Pull requests should be always based on the default branch.
23+
24+
- Use appropriate named branches for Pull request
25+
- Make small, atomic commits that keep the smallest possible related code changes together
26+
- All code must have been tested without errors
27+
- The pull request should contain a proper description of the changes
28+
29+
When updating a Pull request, do not create a new one, just `git push --force` to your former feature branch, the PR will
30+
update itself.

0 commit comments

Comments
 (0)