From fa6683a0773666d6f2b758d5b6a718de6aeccbd5 Mon Sep 17 00:00:00 2001 From: Jonas Hummelstrand Date: Mon, 4 Dec 2023 12:59:07 +0100 Subject: [PATCH] Create PULL-REQUEST-TEMPLATE.md --- .github/PULL-REQUEST-TEMPLATE.md | 56 ++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) 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..92803e9 --- /dev/null +++ b/.github/PULL-REQUEST-TEMPLATE.md @@ -0,0 +1,56 @@ + + +## About the Contributor + + + +## Type of Contribution + +This is a: + +Bug fix / Feature / Code improvement / Documentation improvement / Other (please specify) + + +## Current Behavior + + + +## New Behavior + + + +## Testing Instructions + + + +## Other Information + + + +## Status + + +- [ ] PR is ready to be reviewed. +- [ ] The functionality has been tested by the author. +- [ ] Relevant unit tests has been added / updated. +- [ ] Relevant documentation (code comments, [system documentation](https://nrkno.github.io/sofie-core/)) has been added / updated.