diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2024-09-27 13:03:40 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2024-09-27 13:03:40 -0400 |
| commit | c13aa50094c34af98d1cd26872f193359faa95bb (patch) | |
| tree | 208430fcfd4d8f4c054f4a745ee163b38917d38d | |
| parent | d62339796f3fd1aa7d669c10a18ae03d301289c3 (diff) | |
| download | DLAP-c13aa50094c34af98d1cd26872f193359faa95bb.tar.gz DLAP-c13aa50094c34af98d1cd26872f193359faa95bb.tar.bz2 DLAP-c13aa50094c34af98d1cd26872f193359faa95bb.zip | |
Added the contributing document
| -rw-r--r-- | CONTRIBUTING.md | 11 | ||||
| -rw-r--r-- | README.md | 2 |
2 files changed, 12 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..bfcf47b --- /dev/null +++ b/CONTRIBUTING.md @@ -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. |
