Skip to content

Commit

Permalink
Added issue templete 🌱
Browse files Browse the repository at this point in the history
  • Loading branch information
ajay-prabhakar committed Nov 20, 2019
1 parent d52d3d7 commit b34b501
Show file tree
Hide file tree
Showing 6 changed files with 84 additions and 3 deletions.
35 changes: 35 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
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)
10 changes: 10 additions & 0 deletions .github/ISSUE_TEMPLATE/chore.md
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)
19 changes: 19 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
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)
5 changes: 5 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE
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:
14 changes: 14 additions & 0 deletions .github/auto_label.yml
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]
4 changes: 1 addition & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,4 @@
/captures
.externalNativeBuild
.idea/codeStyles/Project.xml
.idea/assetWizardSettings.xml
/.git
/.github
.idea/assetWizardSettings.xml

0 comments on commit b34b501

Please sign in to comment.