File: pull_request_template.md

package info (click to toggle)
picom 13-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 2,432 kB
  • sloc: ansic: 25,725; python: 685; sh: 365; makefile: 11
file content (18 lines) | stat: -rw-r--r-- 746 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
## Summary

<!-- 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. -->

## 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>