From 5d72b65f111fba9c0b77eb0a4b4220f4b6051121 Mon Sep 17 00:00:00 2001 From: Daniel Gospodinow Date: Sun, 14 Jan 2024 10:19:14 +0200 Subject: [PATCH] Add PR template (#17) --- .github/pull_request_template.md | 42 ++++++++++++++++++++++++++++++++ .version | 2 +- 2 files changed, 43 insertions(+), 1 deletion(-) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..a89c66e --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,42 @@ + + +# Motivation / Background + + + +This Pull Request has been created because... + +## Additional information + + + +# Checklist + +Before submitting the PR, make sure the following are checked: + +- [ ] Version file (/.version) is updated according to the +[Semantic Version](https://semver.org/) rules. +- [ ] This Pull Request is related to one change. +Changes that are unrelated should be opened in separate PRs. +- [ ] Commit message has a detailed description of what changed and why. +If this PR fixes a related issue, include it in the commit message. +Ex: _[Fixes #issue-number]_. +- [ ] Tests are added or updated if you fix a bug or add a feature. diff --git a/.version b/.version index 9325c3c..a2268e2 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -0.3.0 \ No newline at end of file +0.3.1 \ No newline at end of file