From a4896b3e881a1a10d807fb9da07c9da161455b48 Mon Sep 17 00:00:00 2001 From: Daniel Date: Tue, 9 Jun 2020 16:11:49 +0200 Subject: [PATCH] Add github issue templates Taken from ChatOverflow: https://github.com/codeoverflow-org/chatoverflow/tree/3.0.1-prealpha/.github/ISSUE_TEMPLATE --- .github/ISSUE_TEMPLATE/bug.md | 40 +++++++++++++++++++++++++++ .github/ISSUE_TEMPLATE/enhancement.md | 29 +++++++++++++++++++ 2 files changed, 69 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug.md create mode 100644 .github/ISSUE_TEMPLATE/enhancement.md diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md new file mode 100644 index 000000000..4bf25c561 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -0,0 +1,40 @@ +--- +name: 'Bug' +about: 'If something is not working properly' +labels: 'bug' + +--- + + + +### Description + + + +### How to reproduce + + + +### Error Log + +``` + +``` + +### References + + + + \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/enhancement.md b/.github/ISSUE_TEMPLATE/enhancement.md new file mode 100644 index 000000000..2503ad425 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/enhancement.md @@ -0,0 +1,29 @@ +--- +name: 'Enhancement' +about: 'If you have an idea for a new feature or want something to be improved' +labels: 'enhancement' + +--- + + + +### Description + + + +### References + + + + + \ No newline at end of file