Skip to content

Commit e29ea0c

Browse files
committed
docs(templates): Adding templates for issues and pull requests
1 parent ff7ec34 commit e29ea0c

File tree

4 files changed

+67
-0
lines changed

4 files changed

+67
-0
lines changed

.github/ISSUE_TEMPLATE/BUG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
name: 🐛 Bug Report
3+
about: Did something not work?
4+
---
5+
6+
# 🐛 bug report
7+
8+
## Description of the problem
9+
10+
## How has this issue affected you? What are you trying to accomplish?
11+
12+
### Link to a [sandbox](https://codesandbox.io/): [link]() (optional)

.github/ISSUE_TEMPLATE/FEATURE.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
name: 🌈 Feature
3+
about: What cool thing would you like to add?
4+
---
5+
6+
# 🌈 Feature
7+
8+
<!-- What is this feature? -->
9+
<!-- How the feature should work? -->
10+
<!-- You have examples or an idea how it can be implemented? -->

.github/ISSUE_TEMPLATE/QUESTION.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
name: ❔ Question
3+
about: Have any questions?
4+
---
5+
6+
# ❔ Question
7+
8+
<!--- Provide your question, code sample Or other information that will help in solving here -->
9+
10+
### Link to a [sandbox](https://codesandbox.io/): [link]() (optional)

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
<!--
2+
Please make sure you are familiar with and follow the instructions in the
3+
contributing guidelines (found in the CONTRIBUTING.md file).
4+
5+
Please fill out the information below to expedite the review and (hopefully)
6+
merge of your pull request!
7+
-->
8+
9+
<!-- Is it a bug fix, feature, docs update, ... -->
10+
11+
**What kind of change does this PR introduce?**
12+
13+
<!-- You can also link to an open issue here -->
14+
15+
**What is the current behavior?**
16+
17+
<!-- if this is a feature change -->
18+
19+
**What is the new behavior?**
20+
21+
<!-- Have you done all of these things? -->
22+
23+
**Checklist**:
24+
25+
<!-- add "N/A" to the end of each line that's irrelevant to your changes -->
26+
<!-- to check an item, place an "x" in the box like so: "- [x] Documentation" -->
27+
28+
- [ ] Documentation
29+
- [ ] Tests
30+
- [ ] Ready to be merged <!-- In your opinion, is this ready to be merged as soon as it's reviewed? -->
31+
- [ ] Added myself to contributors table <!-- this is optional, see the contributing guidelines for instructions -->
32+
33+
<!-- feel free to add additional comments -->
34+
35+
<!-- Thank you for contributing! -->

0 commit comments

Comments
 (0)