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 /CONTRIBUTING.md | |
| parent | d62339796f3fd1aa7d669c10a18ae03d301289c3 (diff) | |
| download | DLAP-c13aa50094c34af98d1cd26872f193359faa95bb.tar.gz DLAP-c13aa50094c34af98d1cd26872f193359faa95bb.tar.bz2 DLAP-c13aa50094c34af98d1cd26872f193359faa95bb.zip | |
Added the contributing document
Diffstat (limited to 'CONTRIBUTING.md')
| -rw-r--r-- | CONTRIBUTING.md | 11 |
1 files changed, 11 insertions, 0 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). |
