aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Rusakov <Kitsune-Ral@users.sf.net>2021-11-27 18:43:57 +0100
committerGitHub <noreply@github.com>2021-11-27 18:43:57 +0100
commitc476df5a306383c164b974234c1574f76abb98b8 (patch)
tree197bd3cf949d788b992aa7fb97827531fabee4a0
parent17234b8d7ce59f757099ad7894d3a8d73b859f12 (diff)
downloadlibquotient-c476df5a306383c164b974234c1574f76abb98b8.tar.gz
libquotient-c476df5a306383c164b974234c1574f76abb98b8.zip
Add issue templates
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md29
-rw-r--r--.github/ISSUE_TEMPLATE/change-request.md20
2 files changed, 49 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
new file mode 100644
index 00000000..637cb4b3
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -0,0 +1,29 @@
+---
+name: Bug report
+about: Create a report to help us improve
+title: ''
+labels: bug
+assignees: ''
+
+---
+
+**Describe the bug**
+<!-- Put below a clear and concise summary of what the bug is. -->
+
+**To Reproduce**
+Steps to reproduce the behaviour, and the description of the actual result:
+1.
+2.
+3.
+
+**Expected behavior**
+<!-- Put below a clear and concise description of what you expected to happen. -->
+
+**Is it environment-specific?**
+<!-- If yes, please provide details below; if no, delete this section -->
+ - OS: [e.g. Windows 11]
+ - Version of the library [e.g. 0.6.10]
+ - Linkage: static, dynamic, any
+
+**Additional context**
+<!-- Add below any other context about the problem. -->
diff --git a/.github/ISSUE_TEMPLATE/change-request.md b/.github/ISSUE_TEMPLATE/change-request.md
new file mode 100644
index 00000000..09deeaa6
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/change-request.md
@@ -0,0 +1,20 @@
+---
+name: Change request
+about: Suggest an idea or improvement for this project
+title: ''
+labels: enhancement
+assignees: ''
+
+---
+
+**Is your request related to a problem?**
+<!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] -->
+
+**Describe the suggested change/improvement you'd like**
+<!-- A clear and concise description of what you want to happen. -->
+
+**Describe alternatives you've considered**
+<!-- A clear and concise description of any alternative solutions or features you've considered. -->
+
+**Additional context**
+<!-- Add any other context or screenshots about the feature request here. -->