Skip to content

Commit

Permalink
Create issue templates (#249)
Browse files Browse the repository at this point in the history
  • Loading branch information
jooohhn authored Aug 27, 2020
1 parent 4b5fa24 commit 289cf89
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .github/ISSUE_TEMPLATE/Bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
name: Bug report 🐛
about: You're having technical issues
labels: 'bug'
---

<!--- Please fill out the template to the best of your ability -->

## Expected Behavior
<!--- What should have happened? -->

## Current Behavior
<!--- What went wrong? -->

## Possible Solution
<!--- (Not obligatory) Suggest a fix/reason -->

## Steps to Reproduce
<!--- Please provide a clear sequence of steps to reproduce this bug -->
<!--- Include code and images, if relevant -->
1.
2.
3.
4.

## Environment
- SDK Version: <!-- E.g. v2.28.0 -->
- Android API Level: <!-- E.g. 8.1.0 -->
- Device: <!--- E.g. Samsung Galaxy S20-->
15 changes: 15 additions & 0 deletions .github/ISSUE_TEMPLATE/Feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
name: Feature Request 🚀
about: You'd like something added to the SDK
labels: 'feature request'
---

<!--- Please fill out the template to the best of your ability -->

## Summary

<!-- Please describe what feature you would like added -->

## Motivations

<!-- Please explain what value this feature would add. E.g. what problem does it solve -->
9 changes: 9 additions & 0 deletions .github/ISSUE_TEMPLATE/Question.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
name: Question ❓
about: Ask a question
labels: 'question'
---

## Summary

<!-- What do you need help with? -->

0 comments on commit 289cf89

Please sign in to comment.