From 27da17142b8e8f1ba61a16ed6eb52ba8277614b2 Mon Sep 17 00:00:00 2001 From: Shuttlerock DevOps Date: Mon, 24 May 2021 12:21:42 +1200 Subject: [PATCH] [#1] [skip ci] [skip netlify] Update templates. --- .github/PULL_REQUEST_TEMPLATE.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 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..50941e4 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,28 @@ +## Story Name Here + +[Story Link](https://shuttlerock.atlassian.net/browse/STUDIO-0000) + +Description from the story here + +## Type of change + +Select all that apply: + +- [ ] Bug fix +- [ ] New feature +- [ ] Breaking change +- [ ] Security issue +- [ ] Infrastructure / network + +## How to test the PR + +- Step 1 +- Step 2 +- Step 3 + +## Deployment Notes + +It requires new Environmental variables: + +- `EXAMPLE_ENV_VARIABLE=content` +- `EXAMPLE_ENV_VARIABLE2=content`