Skip to content

Commit be81c6d

Browse files
authored
Issue templates (#285)
* Add bug report template * Add feature request template * Add question template
1 parent 619d3fe commit be81c6d

File tree

3 files changed

+53
-0
lines changed

3 files changed

+53
-0
lines changed
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
name: Bug report 🐛
3+
about: You're having technical issues
4+
labels: 'bug'
5+
---
6+
7+
<!--- Please fill out the template to the best of your ability -->
8+
9+
## Expected Behavior
10+
<!--- What should have happened? -->
11+
12+
## Current Behavior
13+
<!--- What went wrong? -->
14+
15+
## Possible Solution
16+
<!--- (Not obligatory) Suggest a fix/reason -->
17+
18+
## Steps to Reproduce
19+
<!--- Please provide a clear sequence of steps to reproduce this bug -->
20+
<!--- Include code, if relevant -->
21+
1.
22+
2.
23+
3.
24+
4.
25+
26+
## Environment
27+
- JS SDK Version: <!--- E.g. 7.1.0 -->
28+
- Installation Method: <!-- I.e. NPM/Yarn or <script> import -->
29+
- Browser and Version: <!-- E.g. Chrome 84, IE 11, Firefox 79 -->
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
name: Feature Request 🚀
3+
about: You'd like something added to the SDK
4+
labels: 'ehancement'
5+
---
6+
7+
<!--- Please fill out the template to the best of your ability -->
8+
9+
## Summary
10+
11+
<!-- Please describe what feature you would like added -->
12+
13+
## Motivations
14+
15+
<!-- Please explain what value this feature would add. E.g. what problem does it solve -->

.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: Ask a question
4+
labels: 'question'
5+
---
6+
7+
## Summary
8+
9+
<!-- What do you need help with? -->

0 commit comments

Comments
 (0)