Skip to content

Commit

Permalink
Add issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
penguwin committed Nov 22, 2020
1 parent 52b83b0 commit 1f8d470
Show file tree
Hide file tree
Showing 5 changed files with 81 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/ISSUE_TEMPLATE/1-----issue.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
name: "1. \U0001F3AB Issue"
about: "Don't nedd a template for your issue? No problem, use this \U0001F3AF"
title: ''
labels: ''
assignees: ''

---


31 changes: 31 additions & 0 deletions .github/ISSUE_TEMPLATE/2-----bug-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
name: "2. \U0001FAB2 Bug report"
about: "Create a report to help us improve \U0001F4AA"
title: ''
labels: bug
assignees: ''

---

**Describe the bug**
A clear and concise description of what the bug is.

**To Reproduce**
Steps to reproduce the behavior:
1. ...
2. ...
3. ...

**Expected behavior**
A clear and concise description of what you expected to happen.

**Output**
If applicable, add the erroroneus output to help explain the problem.

**Additional context**
Add any other context about the problem here. E.g. Possible solutions or
workarounds.

**Environment**
Please tell us something about your computing environment and the `knoxite`
version or git revision you're using.
24 changes: 24 additions & 0 deletions .github/ISSUE_TEMPLATE/3-----feature-request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
name: "3. \U0001F680 Feature request"
about: "Suggest an idea or feature you're missing in this project \U0001F4A1"
title: ''
labels: feature
assignees: ''

---

**Context**

What are you trying to do and how would you want to do it differently? Is it something you currently you cannot do? Is this related to an issue/problem?

**Alternatives**

Can you achieve the same result doing it in an alternative way? Is the alternative considerable?

**Has the feature been requested before?**

Please provide a link to the issue.

**If the feature request is approved, would you be willing to submit a PR?**

Yes / No _(Help can be provided if you need assistance submitting a PR)_
15 changes: 15 additions & 0 deletions .github/ISSUE_TEMPLATE/4---question.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
name: 4.❓ Question
about: "Question on how to use this project \U0001F914"
title: ''
labels: question
assignees: ''

---

<!--
Before submitting a question, please make sure to read our documentation at
https://knoxite.com
You can also chat with us on Gitter or on #IRC on freenode.
-->
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
blank_issues_enabled: true

0 comments on commit 1f8d470

Please sign in to comment.