Skip to content

Commit 4b697bd

Browse files
authored
Merge pull request #443 from abhinavsagar/abhinavtemplate
add issue and pr template
2 parents 1d72991 + e0d2247 commit 4b697bd

File tree

2 files changed

+27
-0
lines changed

2 files changed

+27
-0
lines changed

.github/issue_template.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
**Actual Behaviour**
2+
3+
<!--Please state here what is currently happening.-->
4+
5+
**Expected Behaviour**
6+
7+
<!--State here what the feature should enable the user to do.-->
8+
9+
**Steps to reproduce it**
10+
11+
<!--Add steps to reproduce bugs or add information on the place where the feature should be implemented. Add links to a sample deployment or code.-->
12+
13+
**Screenshots of the issue**
14+
15+
<!--Where-ever possible attach a screenshot of the issue.-->
16+
17+
**Would you like to work on the issue?**
18+
19+
<!--Please let us know if you can work on it or the issue should be assigned to someone else.-->

.github/pull_request_template.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Fixes #[Add issue number here]
2+
3+
Changes:
4+
<!-- Add here what changes were made in this pull request and if possible provide links showcasing the changes. -->
5+
6+
7+
Screenshots of the change:
8+
<!-- Add screenshots depicting the changes. -->

0 commit comments

Comments
 (0)