-
Notifications
You must be signed in to change notification settings - Fork 847
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
351 changed files
with
9,802 additions
and
20,301 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 |
---|---|---|
@@ -1,50 +1,36 @@ | ||
<!-- | ||
Thank you for contributing. | ||
Provide a description of your changes below and a general summary in the title. | ||
Consider reading the Contributor Guide: https://github.com/singerdmx/flutter-quill/blob/master/CONTRIBUTING.md. | ||
The changes of `CHANGELOG.md` and package version in `pubspec.yaml` are automated. | ||
Briefly describe your changes and summarize in the title. | ||
Contributor Guide: https://github.com/singerdmx/flutter-quill/blob/master/CONTRIBUTING.md | ||
Package versioning is automated. | ||
Add updates to `Unreleased` in `CHANGELOG.md` following [Keep a Changelog](https://keepachangelog.com/en/1.1.0/) format. | ||
--> | ||
|
||
## Description | ||
|
||
*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.* | ||
*Describe what this PR does. If modifying behavior, explain the current and new behavior, along with the motivation.* | ||
|
||
## Related Issues | ||
|
||
<!-- | ||
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. | ||
--> | ||
|
||
<!-- *e.g.* --> | ||
*e.g.* | ||
- *Fix #123* | ||
- *Related #456* | ||
--> | ||
|
||
## Type of Change | ||
|
||
<!--- | ||
Put an x in all the boxes that apply: | ||
- [x] **Example:** | ||
<!--- | ||
Check the boxes that apply with x and leave the others empty. For example: | ||
- [ ] ✨ **New feature:** Adds new functionality without breaking existing features. | ||
- [x] 🛠️ **Bug fix:** Resolves an issue without changing current behavior. | ||
--> | ||
|
||
- [ ] ✨ **New feature:** Adds new functionality without breaking existing features. | ||
- [ ] ✨ **Feature:** New functionality without breaking existing features. | ||
- [ ] 🛠️ **Bug fix:** Resolves an issue without altering current behavior. | ||
- [ ] 🧹 **Code refactor:** Code restructuring that does not affect behavior. | ||
- [ ] ❌ **Breaking change:** Alters existing functionality and requires updates. | ||
- [ ] 🧪 **Tests:** Adds new tests or modifies existing tests. | ||
- [ ] 🧹 **Refactor:** Code reorganization, no behavior change. | ||
- [ ] ❌ **Breaking:** Alters existing functionality and requires updates. | ||
- [ ] 🧪 **Tests:** New or modified tests | ||
- [ ] 📝 **Documentation:** Updates or additions to documentation. | ||
- [ ] 🗑️ **Chore:** Routine tasks, or maintenance. | ||
- [ ] ✅ **Build configuration change:** Changes to build or deploy processes. | ||
|
||
## Suggestions | ||
|
||
<!-- Optional --> | ||
- [ ] ✅ **Build configuration change:** Build/configuration changes. |
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,19 @@ | ||
name: 📝 Changelog File Check | ||
|
||
# This workflow only validates if the CHANGELOG.md file was updated and doesn't validate the format. | ||
|
||
on: | ||
pull_request: | ||
types: [assigned, opened, synchronize, reopened, labeled, unlabeled] | ||
branches: | ||
- master | ||
|
||
jobs: | ||
changelog: | ||
name: 🔍 Verify Changelog Modification | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: ✅ Check if CHANGELOG.md was modified | ||
uses: tarides/changelog-check-action@v2 | ||
with: | ||
changelog: CHANGELOG.md |
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
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
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
Oops, something went wrong.