Skip to content

Commit f7fae60

Browse files
authored
Merge pull request #47 from guptarohit/master
feat: Add Issue and Pull requests templates
2 parents 6f1cb95 + 8df22c4 commit f7fae60

2 files changed

Lines changed: 17 additions & 0 deletions

File tree

.github/ISSUE_TEMPLATE.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<!-- Thanks for filing an issue! Before submitting, please fill in the following information. -->
2+
3+
<!--Required Information-->
4+
5+
**This is a(n):**
6+
<!-- choose one by changing [ ] to [x] -->
7+
- [ ] New feature
8+
- [ ] Update to an existing feature
9+
- [ ] Error
10+
- [ ] Proposal to the Repository
11+
12+
**Details:**
13+
<!-- Details of feature to be added/updated -->

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
**Fixes issue:** #[Mention the issue number it fixes or add the details of the changes if it doesn't has a specific issue.]
2+
3+
**Changes:**
4+
[Add here what changes were made in this pull request.]

0 commit comments

Comments
 (0)