forked from HBiSoft/HBRecorder
-
Notifications
You must be signed in to change notification settings - Fork 0
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
71 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,35 @@ | ||
--- | ||
name: Bug report | ||
about: Issue template for a bug reports | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
Before filing a bug: | ||
----------------------- | ||
- Please fill in all the information below. | ||
- Have a look at previously asked questions to see if your issue has been resolved. | ||
- Properly format your issue. | ||
- All issues should be asked in English. | ||
- Delete all the above before posting your issue | ||
|
||
**Describe the bug** | ||
A clear and concise description of what the bug is. | ||
|
||
**Log** | ||
Please provide a well formatted bug report (by adding 4 spaces before the log) | ||
|
||
**Can it be reproduced in demo app** | ||
Yes or no | ||
|
||
**HBRecorder version** | ||
for example 1.0.1 | ||
|
||
**Device information** | ||
- Make/model | ||
- SDK version | ||
|
||
**Screenshots** | ||
If applicable, add screenshots to help explain your problem. |
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,20 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for this project | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Is your feature request related to a problem? Please describe.** | ||
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] | ||
|
||
**Describe the solution you'd like** | ||
A clear and concise description of what you want to happen. | ||
|
||
**Describe alternatives you've considered** | ||
A clear and concise description of any alternative solutions or features you've considered. | ||
|
||
**Additional context** | ||
Add any other context or screenshots about the feature request here. |
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,16 @@ | ||
--- | ||
name: Question | ||
about: Ask a question related to the project | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
Before filing a bug: | ||
----------------------- | ||
- Have a look at previously asked questions to see if your question has been asked before. | ||
- Properly format your question. | ||
- All questions should be asked in English. | ||
- Questions that are not related to the project will be deleted | ||
- Delete all the above before posting |