Skip to content

Commit 9ae7a69

Browse files
authored
Customizing our Pull Request Template (#4762)
1 parent f832fe9 commit 9ae7a69

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
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. You must list at least one issue.*
4+
5+
## Pre-launch Checklist
6+
7+
- [ ] I read the [Contributor Guide] and followed the process outlined there for submitting PRs.
8+
- [ ] I read the [Tree Hygiene] wiki page, which explains my responsibilities.
9+
- [ ] I read the [Flutter Style Guide] _recently_, and have followed its advice.
10+
- [ ] I signed the [CLA].
11+
- [ ] I listed at least one issue that this PR fixes in the description above.
12+
- [ ] I updated/added relevant documentation (doc comments with `///`).
13+
- [ ] I added new tests to check the change I am making, or there is a reason for not adding tests.
14+
15+
16+
![build.yaml badge]
17+
18+
If you need help, consider asking for help on [Discord].
19+
20+
<!-- Links -->
21+
[Contributor Guide]: https://github.com/flutter/devtools/blob/master/CONTRIBUTING.md
22+
[Tree Hygiene]: https://github.com/flutter/flutter/wiki/Tree-hygiene
23+
[Flutter Style Guide]: https://github.com/flutter/flutter/wiki/Style-guide-for-Flutter-repo
24+
[CLA]: https://cla.developers.google.com/
25+
[Discord]: https://github.com/flutter/flutter/wiki/Chat
26+
[build.yaml badge]: https://github.com/flutter/devtools/actions/workflows/build.yaml/badge.svg

0 commit comments

Comments
 (0)