Skip to content

Commit

Permalink
Merge pull request #179 from yashk2000/templates
Browse files Browse the repository at this point in the history
Fix #178 Add issue annd PR templates
  • Loading branch information
yashk2000 committed Aug 24, 2020
2 parents 1ca53b4 + c783c62 commit f4db41f
Show file tree
Hide file tree
Showing 4 changed files with 73 additions and 0 deletions.
33 changes: 33 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
@@ -0,0 +1,33 @@
---
name: Bug report
about: Create a bug report to help us improve

---

**Describe the bug**
<!-- A clear and concise description of what the bug is. -->

**To Reproduce**
<!--Steps to reproduce the behavior-->

**Expected behavior**
<!-- A clear and concise description of what you expected to happen. -->

**Logs**
<!-- Please add logs in case of any crash or applicable error. -->

**Screenshots**
<!-- If applicable, add screenshots to help explain your problem. -->

**Smartphone Info:**

| | |
|---------------|---|
|Device |<!-- [e.g. Redmi K20] -->|
|Android Version|<!-- [e.g. Oreo 8.1] --> |

**Additional context**
<!-- Add any other context about the problem here. -->

**Would you like to work on the issue?**
<!-- Please let us know if you can work on it or the issue should be assigned to someone else. -->
11 changes: 11 additions & 0 deletions .github/ISSUE_TEMPLATE/chore.md
@@ -0,0 +1,11 @@
---
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?**
<!-- Please let us know if you can work on it or the issue should be assigned to someone else. -->
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
@@ -0,0 +1,17 @@
---
name: Feature request
about: Suggest a feature for this project

---

**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 if possible -->

**Additional context**
<!-- Add any other context about the problem here. -->

**Would you like to work on the issue?**
<!-- Please let us know if you can work on it or the issue should be assigned to someone else. -->
12 changes: 12 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
@@ -0,0 +1,12 @@

Fixes #[Add issue number here. If you solve the issue entirely, else please change the message e.g. "First steps or Part of for issues #IssueNumber]

Changes: [Add here what changes were made in this issue and if possible provide links.]

Screenshots for the change:

Please make sure these boxes are checked before submitting your pull request - thanks!

- [ ] Run `./gradlew spotlessCheck` to ensure the code formatting is maintained.

- [ ] Run the unit tests with `./gradlew check` to make sure you didn't break anything

0 comments on commit f4db41f

Please sign in to comment.