Skip to content

Commit 36b5435

Browse files
docs: Add pull request template
1 parent d9e549c commit 36b5435

File tree

2 files changed

+21
-10
lines changed

2 files changed

+21
-10
lines changed

.github/ISSUE_TEMPLATE/custom.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
## Connection with issue(s)
2+
3+
<!-- If this pull request close some issue, use this reference to close it automatically -->
4+
Close #???
5+
6+
<!-- Optional: other issues or pull requests related to this, but merging should not close it -->
7+
Connected to #???
8+
9+
## Solution description
10+
11+
## Screenshots or Videos
12+
13+
<!-- Optional: to clearly demonstrate the feature or fix to help with testing and reviews -->
14+
15+
## To Do
16+
17+
- [ ] Read [contributing guide](https://github.com/flutter-form-builder-ecosystem/form_builder_file_picker/blob/master/CONTRIBUTING.md)
18+
- [ ] Check the original issue to confirm it is fully satisfied
19+
- [ ] Add solution description to help guide reviewers
20+
- [ ] Add unit test to verify new or fixed behaviour
21+
- [ ] If apply, add documentation to code properties and package readme

0 commit comments

Comments
 (0)