diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-14 20:21:34 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-14 20:21:34 +0000 |
commit | fe1438b06234f8e5ecd4caa7eedfeec585b6f77c (patch) | |
tree | 5c2a9ff683189a61e0855ca3f24df319e7e03b7f /PULL_REQUEST_TEMPLATE.md | |
parent | Initial commit. (diff) | |
download | pygls-upstream.tar.xz pygls-upstream.zip |
Adding upstream version 1.3.0.upstream/1.3.0upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'PULL_REQUEST_TEMPLATE.md')
-rw-r--r-- | PULL_REQUEST_TEMPLATE.md | 14 |
1 files changed, 14 insertions, 0 deletions
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/ |