From a41e87c9af5b858150dde51e0a520beeec7fc44d Mon Sep 17 00:00:00 2001 From: Jaime Wren Date: Mon, 17 Nov 2025 12:57:41 -0800 Subject: [PATCH] Create the initial `.github/PULL_REQUEST_TEMPLATE.md` for this repo Now consistent with the Flutter IJ repo. Related PR: https://github.com/flutter/flutter-intellij/pull/8614 --- .github/PULL_REQUEST_TEMPLATE.md | 14 ++++++++++++++ 1 file changed, 14 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..f23f0281a --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,14 @@ +- 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:
+ +- See our [contributor guide]([https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md](https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md) for general expectations for PRs. +- Larger or significant changes should be discussed in an issue before creating a PR. +- Dart contributions to our repos should follow the [Dart style guide](https://dart.dev/guides/language/effective-dart) and use `dart format`. +- Java and Kotlin contributions should strive to follow Java and Kotlin best practices ([discussion](https://github.com/flutter/flutter-intellij/issues/8098)). +