mirror of
https://github.com/danbulant/discord.js
synced 2026-07-07 20:20:55 +00:00
Create CONTRIBUTING.md
This commit is contained in:
parent
7ec859d5a1
commit
b541cfa89a
1 changed files with 7 additions and 0 deletions
7
CONTRIBUTING.md
Normal file
7
CONTRIBUTING.md
Normal file
|
|
@ -0,0 +1,7 @@
|
||||||
|
### Contributing
|
||||||
|
|
||||||
|
We welcome contributions, but we ask that you follow a few simple guidelines
|
||||||
|
|
||||||
|
1. Please check the indev branch to make sure the issue hasn't already been patched.
|
||||||
|
2. If the issue hasn't been patched, edit the files in the **src folder**
|
||||||
|
3. Prior to making the PR, build the lib files by running `grunt --dev`
|
||||||
Loading…
Reference in a new issue