We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08003c7 commit 0497496Copy full SHA for 0497496
.github/PULL_REQUEST_TEMPLATE.md
@@ -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