Skip to content

Commit

Permalink
fix: add issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
mhatzl committed Oct 23, 2023
1 parent ff6f3af commit bc74610
Show file tree
Hide file tree
Showing 8 changed files with 144 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/ISSUE_TEMPLATE/add-test.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
name: Add Test
about: Propose a new test case.
title: "[TEST] "
labels: ["waiting-on-assignee"]
assignees: ''

---

## Is this test case related to other issues/PRs?



## Describe the test case steps



## Describe alternatives you've considered



## Additional context


31 changes: 31 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
name: Bug Report
about: Create a bug report to help us improve.
title: "[BUG] "
labels: ["waiting-on-assignee"]
assignees: ''

---

## Describe the bug you've found, and why you think it is a bug



## To Reproduce

**Steps to reproduce the behavior:**

1. ...


## Screenshots



## Version/Branch used



## Additional context


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: Tell us about a feature you need.
title: "[REQ] "
labels: ["waiting-on-assignee", "req-missing-wiki-entry"]
assignees: ''

---

## Is your feature request related to other issues/PRs?



## Describe the solution you'd like



## Describe alternatives you've considered



## Additional context


16 changes: 16 additions & 0 deletions .github/ISSUE_TEMPLATE/improve-documentation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
name: Improve Documentation
about: Is there something you do not understand?
title: "[DOC] "
labels: ["waiting-on-assignee"]
assignees: ''

---

## Describe what is/was unclear to you



## Describe what would help you to better understand the documentation


10 changes: 10 additions & 0 deletions .github/ISSUE_TEMPLATE/other-topic.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
name: Other Topic
about: Select if you are not sure what else to choose.
title: "[OTHER] "
labels: ["waiting-on-assignee"]
assignees: ''

---


16 changes: 16 additions & 0 deletions .github/ISSUE_TEMPLATE/spelling-mistake.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
name: Spelling Mistake
about: Help us improve our spelling.
title: "[SPELL] "
labels: ["waiting-on-assignee", "good-first-issue"]
assignees: ''

---

## Where is the spelling mistake located?



## Describe the mistake


16 changes: 16 additions & 0 deletions .github/ISSUE_TEMPLATE/warn-us.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
name: Warn Us
about: Warn us about a possible problem.
title: "[WARN] "
labels: ["waiting-on-assignee"]
assignees: ''

---

## Describe what you want to warn us about



## Describe what you suggest doing about it


7 changes: 7 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## List of issues that this PR closes



## Relevant decisions you made in this PR


0 comments on commit bc74610

Please sign in to comment.