Skip to content

Commit 4eed1bf

Browse files
authored
Create the initial .github/PULL_REQUEST_TEMPLATE.md for this repo (#83)
Now consistent with the Flutter IJ repo. Related PR: flutter/flutter-intellij#8614
1 parent 3d87335 commit 4eed1bf

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
- 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.
2+
3+
---
4+
5+
- [ ] I’ve reviewed the contributor guide and applied the relevant portions to this PR.
6+
7+
<details>
8+
<summary>Contribution guidelines:</summary><br>
9+
10+
- 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.
11+
- Larger or significant changes should be discussed in an issue before creating a PR.
12+
- Dart contributions to our repos should follow the [Dart style guide](https://dart.dev/guides/language/effective-dart) and use `dart format`.
13+
- Java and Kotlin contributions should strive to follow Java and Kotlin best practices ([discussion](https://github.com/flutter/flutter-intellij/issues/8098)).
14+
</details>

0 commit comments

Comments
 (0)