Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/h-enk/doks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenk Verlinde <henk@ventizo.com>2020-11-04 18:49:08 +0300
committerHenk Verlinde <henk@ventizo.com>2020-11-04 18:49:08 +0300
commitd0eb72f75428cc2f2855421ec372b17a2eb68d9a (patch)
tree5686ba6a2130ef1cdfda6b74ca666fe368a1f17c /.github
parent8f485f4852056cbe8786079aeee2a28bb70e4369 (diff)
gh: add issue templates
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/bug-report---.md25
-rw-r--r--.github/ISSUE_TEMPLATE/feature-request---.md17
2 files changed, 42 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..e9ef8d3
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/bug-report---.md
@@ -0,0 +1,25 @@
+---
+name: "Bug report \U0001F41E"
+about: Create a report to help us improve
+
+---
+
+## Description
+
+Describe the issue that you're seeing.
+
+### Steps to reproduce
+
+Clear steps describing how to reproduce the issue. Please please please link to a demo project if possible, this makes your issue _much_ easier to diagnose (seriously).
+
+### Expected result
+
+What should happen?
+
+### Actual result
+
+What happened.
+
+### Environment
+
+Paste the information here as shown by `hyas info`
diff --git a/.github/ISSUE_TEMPLATE/feature-request---.md b/.github/ISSUE_TEMPLATE/feature-request---.md
new file mode 100644
index 0000000..da49eb5
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/feature-request---.md
@@ -0,0 +1,17 @@
+---
+name: "Feature request \U0001F680"
+about: Suggest an idea for Hyas
+
+---
+
+## Summary
+
+Brief explanation of the feature.
+
+### Basic example
+
+Include a basic example or links here.
+
+### Motivation
+
+Why are we doing this? What use cases does it support? What is the expected outcome?