|
| 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 | + |
1 | 9 | ## Description
|
2 | 10 |
|
3 | 11 | *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.*
|
4 | 12 |
|
5 | 13 | ## Related Issues
|
6 | 14 |
|
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. |
8 | 18 |
|
9 |
| -*e.g.* |
| 19 | +--> |
| 20 | + |
| 21 | +<!-- *e.g.* --> |
10 | 22 | - *Fix #123*
|
11 | 23 | - *Related #456*
|
12 | 24 |
|
13 |
| -## Improvements |
14 |
| -<!-- Optional --> |
15 |
| - |
16 |
| -## Features |
17 |
| -<!-- Optional --> |
| 25 | +## Type of Change |
18 | 26 |
|
19 |
| -## Additional notes |
20 |
| -<!-- Optional --> |
| 27 | +<!--- |
21 | 28 |
|
22 |
| -## Suggestions |
23 |
| -<!-- Optional --> |
| 29 | +Put an x in all the boxes that apply: |
24 | 30 |
|
25 |
| -## Checklist |
| 31 | +- [x] **Example:** |
26 | 32 |
|
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 | +--> |
32 | 34 |
|
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. |
34 | 42 |
|
35 |
| -Does your PR require developers to manually update their apps to accommodate your change? |
| 43 | +## Suggestions |
36 | 44 |
|
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