Skip to content

Commit

Permalink
Adding ISSUE_TEMPLATE and new pull_request Template (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
zeel-codder authored Sep 12, 2021
1 parent 9724f80 commit 1e3e8d6
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/ISSUE_TEMPLATE/bug.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
name: 🐛 Bug Report
about: Submit a bug report to help us improve
labels: "bug"
---

## 🐛 Bug Report

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

10 changes: 10 additions & 0 deletions .github/ISSUE_TEMPLATE/documentation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
name: 📚 Documentation
about: Report an issue related to documentation
labels: "documentation"
---

## 📚 Documentation

<!-- A clear and concise description of what the issue is. -->

6 changes: 6 additions & 0 deletions .github/ISSUE_TEMPLATE/other.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
name: Other
about: An issue or question that doesn't fit in the other categories
---

<!-- A clear and concise description of what the issue is. -->
8 changes: 8 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@

<!--
🙌 Thank you for making this PR!
Before submitting your PR, please check the following:
- Your code follows the code style of this project (`npm run lint`).
- You have performed a self-review of your own code.
- You have run the test cases (`npm run test`).
-->

0 comments on commit 1e3e8d6

Please sign in to comment.