aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2021-08-30 08:48:28 +0200
committerYann Herklotz <git@yannherklotz.com>2021-08-30 08:48:28 +0200
commit7e5395be815cbb8e1fb9ad24adeb4e5239ff3f5e (patch)
tree605d21689e84087f1022721769bb1bdec22a3f55
parent118a484bc672b1e8a799c0169c68525975d072cd (diff)
parentab43b8feee9de51f2871d7bc3fb2f2d7a2fcd1b4 (diff)
downloademacs-zettelkasten-7e5395be815cbb8e1fb9ad24adeb4e5239ff3f5e.tar.gz
emacs-zettelkasten-7e5395be815cbb8e1fb9ad24adeb4e5239ff3f5e.zip
Merge remote-tracking branch 'origin/master'
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md28
1 files changed, 28 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
new file mode 100644
index 0000000..0e850cc
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -0,0 +1,28 @@
+---
+name: Bug report
+about: Create a report to help us improve
+title: "[BUG]"
+labels: ''
+assignees: ''
+
+---
+
+**Describe the bug**
+A clear and concise description of what the bug is.
+
+**To Reproduce**
+Steps to reproduce the behavior:
+1. Go to '...'
+2. Click on '....'
+3. Scroll down to '....'
+4. See error
+
+**Expected behavior**
+A clear and concise description of what you expected to happen.
+
+**System**
+ - Emacs Version:
+ - `zettelkasten` version:
+
+**Additional context**
+Add any other context about the problem here.