Skip to content

Commit 2d6a0ef

Browse files
.github
1 parent ca36a8d commit 2d6a0ef

File tree

5 files changed

+40
-0
lines changed

5 files changed

+40
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
name: Bug 🐞
3+
about: Something not working as expected?
4+
labels: bug
5+
---
6+
<!-- Search existing issues to avoid duplicates. Check readme/contributing docs. -->
7+
<!-- If you have relevant code sample, error messages, etc. Please provide it. -->
8+
9+
### Bug 🐞
10+
11+
12+
13+
### Steps to Reproduce:
14+
15+
1.
16+

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
blank_issues_enabled: false
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
name: Feature ✨
3+
about: Suggest new idea
4+
labels: feature
5+
---
6+
<!-- Search existing issues to avoid duplicates. Check readme/contributing docs. -->
7+
<!-- Why do we need this? Please explain the motivation, how it will be used, etc. -->
8+
9+
### Feature ✨
10+

.github/ISSUE_TEMPLATE/question.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
name: Question 🤔
3+
about: Usage question or discussion
4+
labels: question
5+
---
6+
7+
### Question 🤔
8+
<!-- Search existing issues to avoid duplicates. Provide detailed question. -->
9+

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<!-- Check readme/contributing docs. Reference related issues: Fix #00, Ref #00 -->
2+
3+
### Summary
4+

0 commit comments

Comments
 (0)