mirror of
https://github.com/yshui/picom.git
synced 2025-03-24 17:26:22 -04:00
github: update pull request template
Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
This commit is contained in:
parent
cd4a25c995
commit
38d2c4a4ed
1 changed files with 16 additions and 5 deletions
21
.github/pull_request_template.md
vendored
21
.github/pull_request_template.md
vendored
|
@ -1,7 +1,18 @@
|
|||
<!-- Please enable "Allow edits from maintainers" so we can make necessary changes to your PR -->
|
||||
## Summary
|
||||
|
||||
# Changelog
|
||||
<!-- If your pull request includes many commits, please provide a summary,
|
||||
otherwise delete this section. We prefer you put detailed descriptions
|
||||
in the commit messages. -->
|
||||
|
||||
<!-- If you want to add a changelog entry for this PR, write it here; otherwise delete this section -->
|
||||
* Category: (Bug fixes, new features, etc.)
|
||||
* Description: (Describe changes made)
|
||||
## Checklist
|
||||
|
||||
- [ ] Enable "Allow edits from maintainers". (So we can make necessary changes).
|
||||
- [ ] Add changelog entries to commit messages when appropriate. These will be included in release announcements.
|
||||
<details>
|
||||
Format the changelog entries like this:
|
||||
|
||||
`Changelog: BugFix: Stop picom from summoning the Great Old Ones.`
|
||||
|
||||
The entry starts with `Changelog: `, followed by a category name (`BugFix: ` in this case), then a short description of the changes in the commit.
|
||||
<summary>How to format changelog entries</summary>
|
||||
</details>
|
||||
|
|
Loading…
Add table
Reference in a new issue