diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 09:54:46 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 09:54:46 +0000 |
commit | cd7b005519ade8ab6c97fcb21590b71b7d1be6e3 (patch) | |
tree | c611a8d0cd5e8f68f41b8c2d16ba580e0f40a38d /.github/PULL_REQUEST_TEMPLATE.md | |
parent | Initial commit. (diff) | |
download | librtr-41bce423b47dc1839a0d83b8627edb74c06b8b6e.tar.xz librtr-41bce423b47dc1839a0d83b8627edb74c06b8b6e.zip |
Adding upstream version 0.8.0.upstream/0.8.0upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '.github/PULL_REQUEST_TEMPLATE.md')
-rw-r--r-- | .github/PULL_REQUEST_TEMPLATE.md | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..e5d42cc --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,37 @@ +<!-- +The RTRlib community cares about code quality. Therefore, before +describing what your contribution is about, we would like you to make sure +that your modifications are compliant with the RTRlib coding conventions, see +https://github.com/rtrlib/rtrlib/blob/master/CONTRIBUTING. +--> + +### Contribution description + +<!-- +Put here the description of your contribution: +- describe which part(s) of RTRlib is (are) involved +- if this is a bug fix, describe the bug that it solves and how it is solved +- you can also give more information to reviewers about how to test your changes +--> + + +### Testing procedure + +<!-- +Details steps to test your contribution: +- which test/example to compile and is there a 'test' command +- how to know that it was not working/available in master +- the expected success of the test output +--> + + +### Issues/PRs references + +<!-- +Examples: Fixes #212. See also #196. Depends on PR #188. + +Please use keywords (e.g., fixes, resolve) with the links to the issues you +resolved. This way they will be automatically closed when your pull request +is merged. See https://help.github.com/articles/closing-issues-using-keywords/. +--> + |