Skip to content

Commit 0497496

Browse files
committed
chore: PR Template added
1 parent 08003c7 commit 0497496

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
*Replace this paragraph with a description of what this PR is changing or adding, and why. Consider including before/after screenshots.*
2+
3+
*List which issues are fixed by this PR.*
4+
5+
## Pre-launch Checklist
6+
7+
- [ ] I updated pubspec.yaml with an appropriate new version according to the [pub versioning philosophy].
8+
- [ ] I updated CHANGELOG.md to add a description of the change.
9+
- [ ] I updated/added relevant documentation (doc comments with `///`).
10+
- [ ] I added new tests to check the change I am making if a test is possible.
11+
- [ ] All existing and new tests are passing.

0 commit comments

Comments
 (0)