mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-27 23:36:47 +00:00
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:
11
.github/pull_request_template.md
vendored
11
.github/pull_request_template.md
vendored
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user