From dcac78085181aff7bd9efa0291271da2c7f30a3f Mon Sep 17 00:00:00 2001 From: Devon Carew Date: Tue, 6 Jun 2023 21:59:50 +0000 Subject: [PATCH] Update PULL_REQUEST_TEMPLATE.md Closes https://github.com/dart-lang/sdk/pull/52618 GitOrigin-RevId: ebe1c27a4fde2f682c76102130f2423035ae10bc Change-Id: I73210c0091ad4a07ab4536b373eabf2dbce47216 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/307560 Reviewed-by: Nate Bosch Reviewed-by: Devon Carew Commit-Queue: Devon Carew --- .github/PULL_REQUEST_TEMPLATE.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 44a5acbc90a..a8e93e96cd1 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,15 +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 text with a description of what this PR is changing or adding and why, list any relevant issues, and review the contribution guidelines below. --- - [ ] I’ve reviewed the contributor guide and applied the relevant portions to this PR. -#### Contribution guidelines: +
+ Contribution guidelines:
- 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. - ---- +