-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
53 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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--> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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? --> |