aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpacien2022-10-25 18:27:19 +0200
committerGitHub2022-10-25 18:27:19 +0200
commit39d20f33ce4ac0e814922bc17aafa348d9788ba8 (patch)
tree310731259f44143a4a6d891e904d15bd535e0e65
parentde68d19b685b2e9d9159122de7816fe61a46b0a2 (diff)
parente40932784ea26fe9d0a6b273f17d060bb0602dec (diff)
downloadldgallery-39d20f33ce4ac0e814922bc17aafa348d9788ba8.tar.gz
Merge pull request #321 from ldgallery/gh-pr-template
github: add pull-request template with checklist
-rw-r--r--.github/PULL_REQUEST_TEMPLATE/pull_request_template.md20
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---
2name: Generic pull request
3about: Create a pull request to propose some changes.
4title: ''
5labels: ''
6assignees: ''
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