Skip to content

Commit 7dc848a

Browse files
authored
chore: update GitHub PR template (singerdmx#2033)
* chore: update GitHub PR template
1 parent f5e0f85 commit 7dc848a

File tree

1 file changed

+28
-21
lines changed

1 file changed

+28
-21
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 28 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,45 @@
1+
<!--
2+
3+
Thank you for contributing.
4+
5+
Provide a description of your changes below and a general summary in the title.
6+
7+
-->
8+
19
## Description
210

311
*Replace this paragraph with a description of what this PR is doing. If you're modifying existing behavior, describe the existing behavior, how this PR is changing it, and what motivated the change.*
412

513
## Related Issues
614

7-
*Replace this paragraph with a list of issues related to this PR from the [issue database](https://github.com/singerdmx/flutter-quill/issues). Indicate, which of these issues are resolved or fixed by this PR.*
15+
<!--
16+
17+
Replace this paragraph with a list of issues related to this PR from the [issue database](https://github.com/singerdmx/flutter-quill/issues). Indicate, which of these issues are resolved or fixed by this PR.
818
9-
*e.g.*
19+
-->
20+
21+
<!-- *e.g.* -->
1022
- *Fix #123*
1123
- *Related #456*
1224

13-
## Improvements
14-
<!-- Optional -->
15-
16-
## Features
17-
<!-- Optional -->
25+
## Type of Change
1826

19-
## Additional notes
20-
<!-- Optional -->
27+
<!---
2128
22-
## Suggestions
23-
<!-- Optional -->
29+
Put an x in all the boxes that apply:
2430
25-
## Checklist
31+
- [x] **Example:**
2632
27-
- [ ] I read the [Contributor Guide](https://github.com/singerdmx/flutter-quill/blob/master/CONTRIBUTING.md) and followed the process outlined there for submitting PRs.
28-
- [ ] I titled the PR using [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0).
29-
- [ ] I did not modify the `CHANGELOG.md` nor the package version in `pubspec.yaml` files.
30-
- [ ] All existing and new tests are passing.
31-
- [ ] I have run the commands in `./scripts/before_push.sh` and it all passed successfully
33+
-->
3234

33-
## Breaking Change
35+
- [ ]**New feature:** Adds new functionality without breaking existing features.
36+
- [ ] 🛠️ **Bug fix:** Resolves an issue without altering current behavior.
37+
- [ ] 🧹 **Code refactor:** Code restructuring that does not affect behavior.
38+
- [ ]**Breaking change:** Alters existing functionality and requires updates.
39+
- [ ] 📝 **Documentation:** Updates or additions to documentation.
40+
- [ ] 🗑️ **Chore:** Routine tasks, tests, or maintenance.
41+
- [ ]**Build configuration change:** Changes to build or deploy processes.
3442

35-
Does your PR require developers to manually update their apps to accommodate your change?
43+
## Suggestions
3644

37-
- [ ] Yes, this is a breaking change (please indicate that with a `!` in the title as explained in [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0)).
38-
- [ ] No, this is *not* a breaking change.
45+
<!-- Optional -->

0 commit comments

Comments
 (0)