Skip to content
This repository has been archived by the owner on Jul 22, 2023. It is now read-only.

Commit

Permalink
Added feature request template and modified bug report (#210)
Browse files Browse the repository at this point in the history
* added feature request template and modified bug report

* used simpler english
  • Loading branch information
crapStone authored Mar 1, 2021
1 parent 9601550 commit ff728c6
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: Bug report
name: Bug Report
about: Create a report to help us improve
title: ''
labels: kind/bug
Expand All @@ -12,6 +12,7 @@ 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 '....'
Expand All @@ -24,8 +25,9 @@ A clear and concise description of what you expected to happen.
If applicable, add screenshots (white-theme preferred) to help explain your problem.

**Desktop (please complete the following information):**
- OS: [e.g. Windows]
- Version [e.g. 1.0.0]

- OS: [e.g. Windows]
- Version [e.g. 1.0.0]

**Additional context**
Add any other context about the problem here.
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
name: Feature Request
about: Create a feature request to help us improve
title: ''
labels: kind/proposal
assignees: ''

---

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

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

**Additional context**
Add any other context or screenshots about the feature request here.

0 comments on commit ff728c6

Please sign in to comment.