Skip to content

Commit 8580df8

Browse files
committed
FEAT: Add contribution guide
1 parent fc95767 commit 8580df8

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/CONTRIBUTING.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Contributing to Pycord UI
2+
First, thank you for contributing. Contributions help keep the library up-to-date and make it better. Contributions are always welcome.
3+
4+
The following is a set of guidelines for contributing to the guide. These are guidelines, not hard rules.
5+
6+
## Submitting a Pull Request
7+
1. Make sure you are up-to-date with the latest changes. It is recommended you pull the latest changes from the master branch before working on your own.
8+
2. Make sure to test your changes before submitting a pull request.
9+
3. Make sure you follow proper grammar and spelling.
10+
4. Try to follow git conventions. If you are not familiar with git, you can find a good tutorial [here](https://www.conventionalcommits.org/en/v1.0.0/).
11+
12+
### Licensing
13+
By submitting a pull request, you agree:
14+
15+
1. That you are submitting your own work. You hold the copyright to your work.
16+
2. To transfer your copyright to the guide.
17+
3. To license your contribution under the MIT License.
18+
4. If you are found to be in fault with any of the above, we shall not be held responsible in any way after the pull request has been merged.

0 commit comments

Comments
 (0)