-
Notifications
You must be signed in to change notification settings - Fork 7
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
1 parent
d52d3d7
commit b34b501
Showing
6 changed files
with
84 additions
and
3 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: Create a report to help us improve | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Describe the bug** | ||
A clear and concise description of what the bug is. | ||
|
||
**To Reproduce** | ||
Steps to reproduce the behavior: | ||
1. Go to '...' | ||
2. Click on '....' | ||
3. Scroll down to '....' | ||
4. See error | ||
|
||
**Logs** | ||
|
||
**Expected behavior** | ||
A clear and concise description of what you expected to happen. | ||
|
||
**Screenshots** | ||
If applicable, add screenshots to help explain your problem. | ||
|
||
**Smartphone (please complete the following information):** | ||
- Device: [e.g. Nokia 7 Plus] | ||
- OS: [e.g. Android 9 Pie] | ||
|
||
**Additional context** | ||
Add any other context about the problem here. | ||
|
||
**Would you like to work on the issue?** (Yes/No) |
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,10 @@ | ||
--- | ||
name: Chore | ||
about: Issues related to docs, workflow, dependency and others | ||
|
||
--- | ||
|
||
**Describe the chore** | ||
<!-- A clear and concise description of what you want to do. --> | ||
|
||
**Would you like to work on the issue?** (Yes/No) |
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,19 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for this project | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Describe the feature you'd like** | ||
<!-- A clear and concise description of what you want to happen. --> | ||
|
||
**Screenshots** | ||
<!-- Add screenshots to provide context or UI mockup. --> | ||
|
||
**Additional context** | ||
<!-- Add any other context about the problem here. --> | ||
|
||
**Would you like to work on the issue?** (Yes/No) |
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,5 @@ | ||
Fixed #[Add issue number here. If you do not solve the issue entirely, please change the message e.g. "First steps for issues #IssueNumber] | ||
|
||
Changes: [Mention the files changed in the PR. Add here what changes were made in this issue and if possible provide links(Deploy/Preview Link).] | ||
|
||
Screenshots of the change: |
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,14 @@ | ||
labels: [fix, chore, ui] | ||
labelMapping: | ||
feat: [feature] | ||
fix(ui): [fix, ui] | ||
feat(ui): [feat, ui] | ||
refactor: [chore, refactor] | ||
chore(refactor): [chore, refactor] | ||
chore(deps): [dependencies] | ||
chore(docs): [chore, docs] | ||
docs: [chore, docs] | ||
test: [chore, test] | ||
chore(ci): [chore, tools, ci] | ||
chore(tools): [chore, tools] | ||
chore(release): [chore, release] |
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