From e37aa5e51a06361210de5d4658f07baee56ed19e Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Thu, 9 Feb 2023 16:18:59 +0100 Subject: [PATCH] Added contribution guidelines --- Contributing.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 Contributing.md diff --git a/Contributing.md b/Contributing.md new file mode 100644 index 0000000..8735316 --- /dev/null +++ b/Contributing.md @@ -0,0 +1,23 @@ +# Contributing to Reticulum + +Welcome, and thank you for your interest in contributing to Reticulum! + +Apart from writing code, there are many ways in which you can contribute. Before getting started, please read these guidelines. + +## Asking Questions + +If you want to ask a question, do not open an issue. + +Instead, ask away on the [discussions](https://github.com/markqvist/Reticulum/discussions) or on the [Reticulum Matrix channel](https://unsigned.io/contact.html#reticulum:matrix.org) at `#reticulum:matrix.org` + +## Providing Feedback + +Likewise, feedback, ideas and feature requests are a very welcome way to contribute, and should also be posted on the [discussions](https://github.com/markqvist/Reticulum/discussions), or on the [Reticulum Matrix channel](https://unsigned.io/contact.html#reticulum:matrix.org) at `#reticulum:matrix.org` + +## Reporting Issues + +If you have found a bug or issue in Reticulum, please report it on the [issue tracker](https://github.com/markqvist/Reticulum/issues). + +## Writing Code + +If you are interested in contributing code, fixing open issues or adding features, please coordinate the effort with the maintainer or one of the main developers first, to ensure your efforts are in alignment with the [Roadmap](./Roadmap.md) and current development focus. \ No newline at end of file