From 5aeb4821d2665ec073b4b5886a37e07a5e31b5e2 Mon Sep 17 00:00:00 2001 From: "Julie B." Date: Wed, 25 Aug 2021 22:27:14 +0200 Subject: [PATCH] Add CONTRIBUTING.md --- CONTRIBUTING.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..1bd9d4b --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,16 @@ +# How to contribute + +Contributions and feedback are always welcome! + +## Bug reports, feature request, and the like + +Please open a [Github issue.](https://github.com/bbjubjub2494/miniguest/issues) + +If you wish not to use Github, please contact me via e-mail instead. + +## Submitting changes + +Please open a [Github pull request.](https://github.com/bbjubjub2494/miniguest/pulls) +Please run the test suite with `nix flake check` to check for regressions. + +If you wish not to use Github, please contact me via e-mail instead.