Skip to content

Commit 5ff9610

Browse files
authored
Merge pull request #125 from isuruAb/124
Fixes: #124 - Added issue template and pull request template
2 parents 4c91fb0 + 6f00256 commit 5ff9610

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-0
lines changed

.github/ISSUE_TEMPLATE

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
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+
**LogCat for the issue**
14+
15+
Provide logs for the crash here
16+
17+
**Screenshots of the issue**
18+
19+
Where-ever possible attach a screenshot of the issue.
20+
21+
**Would you like to work on the issue?**
22+
23+
Please let us know if you can work on it or the issue should be assigned to someone else.

.github/PULL_REQUEST_TEMPLATE

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Fixes issue #[Add issue number here. If you do not solve the issue entirely, please change the message e.g. "First steps for issues #IssueNumber]
2+
3+
Changes: [Add here what changes were made in this issue and if possible provide links.]
4+
5+
Demo Link: [Add here the link where your changes can be seen]
6+
7+
Screenshots for the change:

0 commit comments

Comments
 (0)