From 0aa1f5fa590a245762b0df3da851d06c407bc7b9 Mon Sep 17 00:00:00 2001 From: sgoudham Date: Sat, 30 Apr 2022 03:12:54 +0100 Subject: [PATCH] Add CONTRIBUTING.md --- CONTRIBUTING.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..7ec463f --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,12 @@ +# Contributing to mdbook-template + +Thank you for your interest in contributing to this project! I really appreciate it! + +# Got a Question? + +Please raise an issue with the `question` label. This ensures that bugs are separated from genuine questions. + +# Found an Issue or Bug? + +Please raise an issue on if you think you have found any issues or bugs. Even better, it would be great +to submit a Pull Request including the fix. \ No newline at end of file