From 3066d5f4b1506a08b5e11e403c571106d7a988c7 Mon Sep 17 00:00:00 2001 From: vasco Date: Sun, 2 Jun 2024 11:40:09 +0200 Subject: [PATCH] update --- .github/ISSUE_TEMPLATE/config.yml | 1 + .github/pull_request_template.md | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..3ba13e0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1 @@ +blank_issues_enabled: false diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 6013a2d..26816af 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -2,6 +2,6 @@ - [ ] Tests are updated. - [ ] Documentation is updated. -- [ ] Changelog is updated. +- [ ] `CHANGELOG.md` is updated. - [ ] If applicable, the PR is linked to the relative issue. -- [ ] If it's a release, the version number is increased. +- [ ] If it's a release, the version number(s) is increased.