From fe1438b06234f8e5ecd4caa7eedfeec585b6f77c Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 14 Apr 2024 22:21:34 +0200 Subject: Adding upstream version 1.3.0. Signed-off-by: Daniel Baumann --- PULL_REQUEST_TEMPLATE.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 PULL_REQUEST_TEMPLATE.md (limited to 'PULL_REQUEST_TEMPLATE.md') diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..33db775 --- /dev/null +++ b/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,14 @@ +## Description (e.g. "Related to ...", etc.) + +_Please replace this description with a concise description of this Pull Request._ + +## Code review checklist (for code reviewer to complete) + +- [ ] Pull request represents a single change (i.e. not fixing disparate/unrelated things in a single PR) +- [ ] Title summarizes what is changing +- [ ] Commit messages are meaningful (see [this][commit messages] for details) +- [ ] Tests have been included and/or updated, as appropriate +- [ ] Docstrings have been included and/or updated, as appropriate +- [ ] Standalone docs have been updated accordingly + +[commit messages]: https://conventionalcommits.org/ -- cgit v1.2.3