diff options
author | pacien | 2022-09-04 17:57:52 +0200 |
---|---|---|
committer | pacien | 2022-10-25 17:20:05 +0200 |
commit | e40932784ea26fe9d0a6b273f17d060bb0602dec (patch) | |
tree | e3e1acff6b02b1623ed07274c753ecc945d879c3 | |
parent | 80efbefbc747687047ae09c1fb8805a65bc3e4dc (diff) | |
download | ldgallery-e40932784ea26fe9d0a6b273f17d060bb0602dec.tar.gz |
github: add pull-request template with checklist
To act as a constant reminder to keep the changelog up to date in
particular…
-rw-r--r-- | .github/PULL_REQUEST_TEMPLATE/pull_request_template.md | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md new file mode 100644 index 0000000..7c48653 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md | |||
@@ -0,0 +1,20 @@ | |||
1 | --- | ||
2 | name: Generic pull request | ||
3 | about: Create a pull request to propose some changes. | ||
4 | title: '' | ||
5 | labels: '' | ||
6 | assignees: '' | ||
7 | --- | ||
8 | |||
9 | ### What changed | ||
10 | |||
11 | |||
12 | ### Why the changes | ||
13 | |||
14 | |||
15 | ### Before-merge checklist | ||
16 | |||
17 | - [ ] Changes are tested. | ||
18 | - [ ] Documentation is up to date with the changes. | ||
19 | - [ ] Commit history is clean and descriptive. | ||
20 | |||