commit afdb95007a6f9e6f006be132f1e2176a1d932586 parent b386a984e57e2e94298738758ef02fc7e5b75daf Author: Raymond Li <hi@raymond.li> Date: Sat, 18 Apr 2020 15:49:11 -0400 Create pull_request_template.md Diffstat:
| A | .github/pull_request_template.md | | | 19 | +++++++++++++++++++ |
1 file changed, 19 insertions(+), 0 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md @@ -0,0 +1,19 @@ +<!-- +(Opional) What i3lock-color issue does this PR address? (for example, #1234) +--> +Closes #[issue number] + +## Description + - + +### Screenshots/screencaps +<!-- +Include screenshots or gifs if relevant. +--> + +## Release notes +<!-- +What to include in the notes section of an upcoming release that describes this PR. +If the PR doesn't to be mentioned in the release notes, put "Notes: no-notes". +--> +Notes:
