From d493c800f6b795d018895b8479d32ab29e51fed7 Mon Sep 17 00:00:00 2001 From: heinezen Date: Sun, 12 Nov 2023 21:02:20 +0100 Subject: [PATCH] doc: PR templates. --- .../PULL_REQUEST_TEMPLATES/pull_request_template.md | 13 +++++++++++++ .github/PULL_REQUEST_TEMPLATES/release_template.md | 7 +++++++ 2 files changed, 20 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATES/pull_request_template.md create mode 100644 .github/PULL_REQUEST_TEMPLATES/release_template.md diff --git a/.github/PULL_REQUEST_TEMPLATES/pull_request_template.md b/.github/PULL_REQUEST_TEMPLATES/pull_request_template.md new file mode 100644 index 0000000000..ed3dfa558f --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATES/pull_request_template.md @@ -0,0 +1,13 @@ +### Merge Checklist + + + + +- [ ] I have read the [contribution guide](doc/contributing.md) +- [ ] I have added my info to [copying.md](copying.md) (only first time contributors) +- [ ] I have run `make checkall` and fixed all mentioned problems + + +### Description + + diff --git a/.github/PULL_REQUEST_TEMPLATES/release_template.md b/.github/PULL_REQUEST_TEMPLATES/release_template.md new file mode 100644 index 0000000000..96661d5de3 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATES/release_template.md @@ -0,0 +1,7 @@ +### Checklist + +- [ ] Changelog + - [ ] Release date + - [ ] Version number in title + - [ ] Full commit log +- [ ] Bump version in `openage_version`