mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-08-20 09:57:09 +00:00
Create CONTRIBUTING.md
This commit is contained in:
parent
f33918019a
commit
c9a663d860
14
CONTRIBUTING.md
Normal file
14
CONTRIBUTING.md
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
# Contributing Guidelines
|
||||
*Pull requests and bug reports are highly encouraged, don't hesitate to create an issue if you're experiencing any bugs.*
|
||||
## Contents
|
||||
- [Issues](#issues)
|
||||
- [Pull Requests](#pull-requests)
|
||||
|
||||
|
||||
|
||||
# Issues
|
||||
Before creating an issue, make sure you are using the latest available version of the project. If you have not yet updated, check if updating fixes your issue(s) first.
|
||||
|
||||
# Pull Requests
|
||||
- **Make sure you describe your changes clearly.** Its easier and much faster for everyone involved.
|
||||
- **Test your changes properly.** If your changes introduce any new bugs that you know of, make sure to include them in the description of your pull request.
|
||||
Loading…
Reference in a new issue