From fc28ebc83268519ce33cfd79a0cf47723461ff00 Mon Sep 17 00:00:00 2001 From: Devon Carew Date: Tue, 9 May 2023 21:09:27 +0000 Subject: [PATCH] Update PULL_REQUEST_TEMPLATE.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes https://github.com/dart-lang/sdk/pull/52323 GitOrigin-RevId: cc4208d950367b5817228c04df934845410b171f Change-Id: I8dbb28fa6b5fa90f440a6e3804bf2492f8b8f4a2 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/302362 Reviewed-by: Moritz Sümmermann Reviewed-by: Devon Carew Commit-Queue: Devon Carew --- .github/PULL_REQUEST_TEMPLATE.md | 25 +++++++------------------ 1 file changed, 7 insertions(+), 18 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index c5bc4be9d66..44a5acbc90a 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,26 +1,15 @@ -*Thanks for your contribution! Please replace this paragraph with a description -of what this PR is changing or adding and why. List any relevant issues, and -review the contribution guidelines below.* +*Thanks for your contribution! Please replace this paragraph with a description of what this PR is changing or adding and why. List any relevant issues, and review the contribution guidelines below.* --- -### Contribution guidelines: +- [ ] I’ve reviewed the contributor guide and applied the relevant portions to this PR. -- See our - [contributor guide](https://github.com/dart-lang/sdk/blob/main/CONTRIBUTING.md) - for general expectations for PRs. -- Larger or significant changes should be discussed in an issue before creating - a PR. -- Contributions to our repos should follow the - [Dart style guide](https://dart.dev/guides/language/effective-dart) and use - `dart format`. +#### Contribution guidelines: -- [ ] I’ve reviewed the contributor guide and applied the relevant portions to - this PR. +- See our [contributor guide](https://github.com/dart-lang/sdk/blob/main/CONTRIBUTING.md) for general expectations for PRs. +- Larger or significant changes should be discussed in an issue before creating a PR. +- Contributions to our repos should follow the [Dart style guide](https://dart.dev/guides/language/effective-dart) and use `dart format`. -Note that this repository uses Gerrit for code reviews. Your pull request will -be automatically converted into a Gerrit CL and a link to the CL written into -this PR. The review will happen on Gerrit but you can also push additional -commits to this PR to update the code review. +Note that this repository uses Gerrit for code reviews. Your pull request will be automatically converted into a Gerrit CL and a link to the CL written into this PR. The review will happen on Gerrit but you can also push additional commits to this PR to update the code review. ---