forked from alibaba/coobjc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(pull_request_templates): Add Pull Request Template
- Loading branch information
1 parent
dabf22b
commit b4853b3
Showing
1 changed file
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
### Summary | ||
|
||
Provide a general description of the code changes in your pull | ||
request... were there any bugs you had fixed? If so, mention them like 'fixes #x'. If | ||
these bugs have open GitHub issues, be sure to tag them here as well, | ||
to keep the conversation linked together. | ||
|
||
### Other Information | ||
|
||
If there's anything else that's important and relevant to your pull | ||
request, mention that information here. This could include | ||
benchmarks, or other information. | ||
|
||
### Checklist | ||
|
||
Before you create this PR confirm that it meets all requirements listed below by checking the relevant checkboxes (`[x]`). This will ensure a smooth and quick review process. | ||
- [ ] I read the [Contributor Guide](./CONTRIBUTING.md) and followed the process outlined there for submitting PRs. | ||
|
||
<!-- | ||
- [ ] My PR includes tests for *all* changed/updated/fixed behaviors (See [Test Coverage]). | ||
- [ ] All existing and new tests are passing. | ||
- [ ] I updated/added relevant documentation (doc comments with `///`). | ||
- [ ] The analyzer (`flutter analyze --flutter-repo`) does not report any problems on my PR. | ||
- [ ] I read and followed the [Flutter Style Guide], including [Features we expect every widget to implement]. | ||
- [ ] I signed the [CLA]. | ||
- [ ] I am willing to follow-up on review comments in a timely manner. | ||
--> | ||
|
||
Thanks for contributing to coobjc! |