From 956d615e771c12ac809add231d5cb205a235d73c Mon Sep 17 00:00:00 2001 From: Jonas Hummelstrand Date: Wed, 13 Dec 2023 15:10:51 +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.