mirror of
https://github.com/Alee14/DLAP.git
synced 2025-01-22 10:52:03 -05:00
Added the contributing document
This commit is contained in:
parent
d62339796f
commit
c13aa50094
2 changed files with 12 additions and 1 deletions
11
CONTRIBUTING.md
Normal file
11
CONTRIBUTING.md
Normal file
|
@ -0,0 +1,11 @@
|
|||
# How to contribute
|
||||
|
||||
When contributing to DLAP, it must follow both the Code of Conduct, and the GPL 3.0 License.
|
||||
|
||||
For communication, you can join [Alee's Discord server](https://discord.gg/EFhRDqG) as it is the main place to communicate.
|
||||
|
||||
# Pushing changes
|
||||
You **MUST** use the `testing` branch to make changes, as it is also used for translations that will be pulled to the `stable` branch.
|
||||
|
||||
# Coding conventions
|
||||
As of right now, there are no coding conventions (unless that will change in the future).
|
|
@ -5,7 +5,7 @@ DLAP is a Discord bot that lets you play local audio tracks in your server. With
|
|||
[Translate](https://parlance.vicr123.com/projects/dlap) | [Video Tutorial](https://youtu.be/Gvva8LHjOOo) |
|
||||
[Support Server](https://discord.gg/EFhRDqG)
|
||||
|
||||
If you want to add a feature or there's anything wrong, feel free to make a fork and put a pull request.
|
||||
If you want to add a feature or there's anything wrong, read the [CONTRIBUTING](https://github.com/Alee14/DLAP/blob/stable/CONTRIBUTING.md) document, then feel free to make a fork and put a pull request.
|
||||
|
||||
## Looking for Maintainers
|
||||
As you know, I may not keep up the project at times, or I could possibly introduce more bugs in this project.
|
||||
|
|
Loading…
Reference in a new issue