From a2f65666a516fa1e51fb863d638ba446e4764866 Mon Sep 17 00:00:00 2001 From: "C. Perreau" Date: Sun, 20 Dec 2020 14:20:18 +0100 Subject: [PATCH] Create CONTRIBUTING.md --- CONTRIBUTING.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 00000000..882e36f3 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,26 @@ +First, note that we have a code of conduct, please follow it in all your interactions with the project. + +## Contributing as a non-developer + +* Report bugs by opening issues here on Github. +* Help others users on Discord by answering their questions. +* Raise awareness about the project, by making a video and/or a tutorial. + +Should you report a bug, please use the search bar at the top of the page to see if it has already been reported. +Note that you may need to remove the filter for open bugs if it's something we've recently fixed. + +## Making content for Liberation + +You can create new campaigns setup : See [campaign creation wiki](https://github.com/Khopa/dcs_liberation/wiki/Custom-Campaigns). +You can also improve existing campaigns. + +You can then submit new campaigns on the "campaigns" channel on Discord, or by making a pull request if you are comfortable with git. + +## Develop new features + +If you want to develop a new feature, we recommend you first open an issue describing the new feature and discuss it before starting development. +However, feel free to work on any existing issue. + +## Pull requests + +Please submit your pull requests on the **develop** branch. We expect a description of its content, and when applicable, a reference to the issue(s) it is resolving.