From 7eb6a92d66df20294427f566d635fad7c2c6da38 Mon Sep 17 00:00:00 2001 From: githubteacher Date: Thu, 8 Nov 2018 15:47:25 +0100 Subject: [PATCH 1/2] Create pull_request_template.md --- .github/pull_request_template.md | 12 ++++++++++++ 1 file changed, 12 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..ae3eaec --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,12 @@ +Title: Release tracker + +Body: +TL;DR: This branch includes planned version updates for our initial game launch. + +Planned 🚢 date: TBD + +Features: +- [ ] + +Bug fixes: +- From ccc123a9dd877c54a07bd9f725acb3560cc64062 Mon Sep 17 00:00:00 2001 From: githubteacher Date: Mon, 5 Nov 2018 20:42:43 -0800 Subject: [PATCH 2/2] Add release drafter file --- .github/release-drafter.yml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .github/release-drafter.yml diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml new file mode 100644 index 0000000..a4dce4c --- /dev/null +++ b/.github/release-drafter.yml @@ -0,0 +1,4 @@ +template: | + ## What's Changed + + $CHANGES