From b7156523ffce8a4eb19079188e1f8dc7a2145c77 Mon Sep 17 00:00:00 2001 From: Brett Morgan Date: Tue, 19 Oct 2021 05:55:59 +1100 Subject: [PATCH] Add a pull request template (#930) --- .github/PULL_REQUEST_TEMPLATE.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 000000000..14bef5d6b --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,20 @@ +*Replace this paragraph with a description of what this PR is changing or adding, and why. Consider including before/after screenshots.* + +*List which issues are fixed by this PR. For larger changes, raising an issue first helps +reduce redundant work.* + +## Pre-launch Checklist + +- [ ] I read the [Flutter Style Guide] _recently_, and have followed its advice. +- [ ] I signed the [CLA]. +- [ ] I read the [Contributors Guide]. +- [ ] I updated/added relevant documentation (doc comments with `///`). +- [ ] All existing and new tests are passing. + +If you need help, consider asking for advice on the #hackers-devrel channel on [Discord]. + + +[Flutter Style Guide]: https://github.com/flutter/flutter/wiki/Style-guide-for-Flutter-repo +[CLA]: https://cla.developers.google.com/ +[Discord]: https://github.com/flutter/flutter/wiki/Chat +[Contributors Guide]: https://github.com/flutter/samples/blob/master/CONTRIBUTING.md \ No newline at end of file