Replace task lists with emojis

* Replace task lists with emojis ( and )
* Copyedit "General change" description to be more cleaner and consistent with the other things

Note: Ignore the unformatted text, it's due to different behaviors when writing markdown on PRs vs on plain text files
This commit is contained in:
SuperDragonXD
2022-08-06 15:04:52 +08:00
committed by Yasan
parent d3fbe722d2
commit e7e56eff48

View File

@@ -3,11 +3,12 @@
<!-- Please include a summary of the change. Please also include relevant motivation and context. -->
Fixes # (issue) <!-- optional -->
Fixes #(issue) <!-- optional -->
## Type of change
<!-- Replace :x: with :white_check_mark: to "check" the specified bullet -->
- [ ] General change (non-breaking change that fixes typos/grammar, or adds additional content that isn't a bug or a feature)
- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
:x: General change (non-breaking change that doesn't fit the below categories like copyediting)
:x: Bug fix (non-breaking change which fixes an issue)
:x: New feature (non-breaking change which adds functionality)
:x: Breaking change (fix or feature that would cause existing functionality to not work as expected)