Skip to content

Commit

Permalink
docs: Simplification of issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
saattrupdan committed Aug 29, 2022
1 parent 29a7cc2 commit efc8d40
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
13 changes: 5 additions & 8 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: Bug report
about: Create a report to help us improve
title: "[BUG]"
title: "[BUG] "
labels: bug
assignees: ''

Expand All @@ -11,11 +11,7 @@ assignees: ''
A clear and concise description of what the bug is.

**To Reproduce**
Steps to reproduce the behaviour:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
Steps to reproduce the behaviour.

**Expected behaviour**
A clear and concise description of what you expected to happen.
Expand All @@ -24,8 +20,9 @@ A clear and concise description of what you expected to happen.
If applicable, add screenshots to help explain your problem.

**Desktop (please complete the following information):**
- OS: [e.g. iOS]
- Package version [e.g. 22]
- OS [e.g., iOS]:
- Python version [e.g., 3.10.6]:
- Package version [e.g., 0.1.2]:

**Additional context**
Add any other context about the problem here.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: Feature request
about: Suggest an idea for this project
title: "[FEATURE-REQUEST]"
title: "[FEATURE-REQUEST] "
labels: enhancement
assignees: ''

Expand Down

0 comments on commit efc8d40

Please sign in to comment.