Skip to content

Commit 7e2c344

Browse files
rahul31124marcnause
authored andcommitted
Templates
1 parent c43b704 commit 7e2c344

File tree

2 files changed

+36
-0
lines changed

2 files changed

+36
-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 add a screenshot of the issue. -->
20+
21+
**Would you like to work on the issue?**
22+
23+
<!-- Let us know if this issue should be assigned to you or tell us who you think could help to solve this issue. -->

.github/PULL_REQUEST_TEMPLATE

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
Fixes #<!-- Add issue number here. This will automatically close the issue. If you do not solve the issue entirely, please change the message to e.g. "First steps for issues #IssueNumber" -->
2+
3+
## Changes
4+
<!-- Add here what changes were made in this pull request and if possible provide links. -->
5+
6+
## Screenshots / Recordings
7+
<!-- Add screen shots/screen recordings of the layout where you made changes or a `*.gif` containing a demonstration. Fill "> N/A" if the change is not a UI fix. -->
8+
9+
**Checklist**: <!-- Please tick following check boxes with `[x]` if the respective task is completed -->
10+
- [ ] **No hard coding**: I have used values from `constants.dart` or localization files instead of hard-coded values.
11+
- [ ] **No end of file edits**: No modifications done at end of resource files.
12+
- [ ] **Code reformatting**: I have formatted the code using `dart format` or the IDE formatter.
13+
- [ ] **Code analysis**: My code passes checks run in `flutter analyze` and tests run in `flutter test`.

0 commit comments

Comments
 (0)