Skip to content

Commit

Permalink
add issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
kilbot committed Nov 20, 2023
1 parent 342e6e9 commit 9f96196
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 0 deletions.
34 changes: 34 additions & 0 deletions .github/ISSUE_TEMPLATE/1-Bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
---
name: Bug report
about: You're having technical issues. 🐞
labels: "bug"
---

<!-- Please use the following issue template or your issue will be closed -->

## Expected Behavior

<!--- What should have happened? -->

## Current Behavior

<!--- What went wrong? -->

## Steps to Reproduce

<!-- Add relevant code and/or a live example -->
<!-- Add stack traces -->

1.

2.

3.

4.

## Your Environment

<!--- Include as many relevant details about the environment you experienced the bug in -->

- Operating System and version :
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/2-Question.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
name: Question
about: Ask a question.❓
labels: "question"
---
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/3-Feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
name: Feature request
about: You want something added to the boilerplate. 🎉
labels: "enhancement"
---

0 comments on commit 9f96196

Please sign in to comment.