about summary refs log tree commit diff
path: root/.github/ISSUE_TEMPLATE/1.bug_report.yml
diff options
context:
space:
mode:
authorClaire <claire.github-309c@sitedethib.com>2021-06-30 00:42:52 +0200
committerClaire <claire.github-309c@sitedethib.com>2021-06-30 00:42:52 +0200
commitd1780fb9a4dbf3f458f9634b285294c0d674feb9 (patch)
tree56a3e393cae7583d0d790227d6dbd4a528021e15 /.github/ISSUE_TEMPLATE/1.bug_report.yml
parentff3626269eae9c2d15af4c7f05427c2bfcb065ef (diff)
parent7c27ccb8d8fda060f3c5b234f7c81fc29b5fc915 (diff)
Merge branch 'main' into glitch-soc/merge-upstream
Conflicts:
- `.github/ISSUE_TEMPLATE/bug_report.md`:
  Removed upstream, while we had a checkbox telling people to check if the
  issue was present upstream. Removed the file as well.
Diffstat (limited to '.github/ISSUE_TEMPLATE/1.bug_report.yml')
-rw-r--r--.github/ISSUE_TEMPLATE/1.bug_report.yml42
1 files changed, 42 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/1.bug_report.yml b/.github/ISSUE_TEMPLATE/1.bug_report.yml
new file mode 100644
index 000000000..4f420416b
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/1.bug_report.yml
@@ -0,0 +1,42 @@
+name: Bug Report
+description: If something isn't working as expected
+labels: bug
+body:
+  - type: markdown
+    attributes:
+      value: |
+        Make sure that you are submitting a new bug that was not previously reported or already fixed.
+
+        Please use a concise and distinct title for the issue.
+  - type: input
+    attributes:
+      label: Expected behaviour
+      description: What should have happened?
+    validations:
+      required: true
+  - type: input
+    attributes:
+      label: Actual behaviour
+      description: What happened?
+    validations:
+      required: true
+  - type: textarea
+    attributes:
+      label: Steps to reproduce the problem
+      description: What were you trying to do?
+      value: |
+        1.
+        2.
+        3.
+        ...
+    validations:
+      required: true
+  - type: textarea
+    attributes:
+      label: Specifications
+      description: |
+        What version or commit hash of Mastodon did you find this bug in?
+
+        If a front-end issue, what browser and operating systems were you using?
+    validations:
+      required: true