Skip to content

Commit

Permalink
docs: add issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
adamtabrams committed Jan 30, 2021
1 parent de2f49e commit 138dc10
Show file tree
Hide file tree
Showing 3 changed files with 67 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
name: Bug report
about: Explain what isn't working properly
title: ''
labels: bug
assignees: ''

---

**Description**
Give a quick description of the bug.

**Expection**
Describe what you expected to happen.

**Replication**
Explain how to recreate the bug.
1. Setup...
2. Use command...
3. See bug

**Environment**
- OS: [e.g. Linux, macOS, Windows]
- Change Version: (use `change --version`)

**Further Explanation**
Add any other details and screenshots for the bug here.
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/discussion.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: Discussion
about: Start a discussion
title: ''
labels: discussion
assignees: ''

---

**Topic**
Give a quick description of what you want to discuss.

**Explaination**
Describe your thoughts on the topic.

**Questions**
Ask any questions relevant to the topic.

**Links**
Add any related links or references.
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: Feature request
about: Share an idea for a new feature
title: ''
labels: enhancement
assignees: ''

---

**Existing Problem**
Give an example of the problem this feature would fix. (Ex. It's difficult to...)

**First Solution**
Describe how you think the feature should work.

**Alternative Solutions**
Describe some other options for solving the problem.

**Further Explaination**
Add any other details or screenshots for the feature request here.

0 comments on commit 138dc10

Please sign in to comment.