Skip to content

Commit

Permalink
Add issue templates
Browse files Browse the repository at this point in the history
Fixes #10.
  • Loading branch information
io12 committed May 29, 2021
1 parent 17d89cf commit 149ff4f
Show file tree
Hide file tree
Showing 3 changed files with 71 additions and 0 deletions.
35 changes: 35 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
---
name: Bug report
about: When something doesn't work
title: ''
labels: bug
assignees: ''

---

<!--
NOTE: When talking about scrolling up or down, use the same meaning that Emacs uses in its scroll-up and scroll-down commands. Scrolling up means the text goes up, not the view of the window.
-->

**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.

**Videos**
If applicable, add GIFs or videos to help explain your problem. GitHub allows uploading these directly to issues.

**Version and environment**
- OS: [e.g. GNU+Linux, macOS, Windows]
- Emacs version [e.g. 27.2]

**Additional context**
Add any other context about the problem here.
24 changes: 24 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: enhancement
assignees: ''

---

<!--
NOTE: When talking about scrolling up or down, use the same meaning that Emacs uses in its scroll-up and scroll-down commands. Scrolling up means the text goes up, not the view of the window.
-->

**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

**Describe the solution you'd like**
A clear and concise description of what you want to happen.

**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.

**Additional context**
Add any other context or screenshots about the feature request here.
12 changes: 12 additions & 0 deletions .github/ISSUE_TEMPLATE/question.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
name: Question
about: Ask a question
title: ''
labels: question
assignees: ''

---

<!--
NOTE: When talking about scrolling up or down, use the same meaning that Emacs uses in its scroll-up and scroll-down commands. Scrolling up means the text goes up, not the view of the window.
-->

0 comments on commit 149ff4f

Please sign in to comment.