From 4c778d1e7f8238393b8ffa38b42103bd5685dc7d Mon Sep 17 00:00:00 2001 From: piotr Date: Mon, 15 Feb 2021 02:41:52 +0100 Subject: [PATCH] CONTRIBUTING.md added --- CONTRIBUTING.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..feba6f3 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,21 @@ +# Contributing + +The program is still in quite early development, and likely to have many unknown bugs. Please keep +in mind that fixing them has the highest priority, over new features and modules. + +## Issues + +Opening issues is the preferred way to report bugs. However, new ideas may also be submitted this way. + +## Pull requests + +Bug fixes are more than welcome. In case you'd like to add a new feature, consider opening an issue first, +to discuss planned changes / additions. + +Feel free to share your executors in the [executors](https://github.com/nwg-piotr/nwg-panel/tree/master/nwg_panel/executors) +folder. + +## Contact + +In case you'd rather not to open an issue, I'm active on the ArchLabs Linux forum, and opened +the [nwg-panel thread](https://forum.archlabslinux.com/t/nwg-panel/5289) there. \ No newline at end of file