From 20a69375ca605688ac68f26f82f2635930141d3b Mon Sep 17 00:00:00 2001 From: Juan Pablo Arce Date: Thu, 24 Sep 2020 14:47:54 -0300 Subject: [PATCH] Removed .github/ISSUE_TEMPLATE/release-checklist.md --- .github/ISSUE_TEMPLATE/release-checklist.md | 40 --------------------- 1 file changed, 40 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/release-checklist.md diff --git a/.github/ISSUE_TEMPLATE/release-checklist.md b/.github/ISSUE_TEMPLATE/release-checklist.md deleted file mode 100644 index d53c1e820..000000000 --- a/.github/ISSUE_TEMPLATE/release-checklist.md +++ /dev/null @@ -1,40 +0,0 @@ ---- -name: Release checklist -about: A checklist that should be gone through when releasing a hotfix/patch/update -title: v0.0.0.0 -labels: Code, CM -assignees: '' - ---- - -**QA** -- [ ] Play through tutorials and verify that they are working. -- [ ] Do a smoketest on all game modes -- [ ] Smoketest server hosting (dedicated and client) -- [ ] Install Trick or Trauma and check you can start a round with no obvious issues/errors (to make sure we didn't unintentionally break compatibility with older mods). -- [ ] Play through one single player campaign round. -- [ ] Do a smoketest in a language other than English. - -**Code:** -- [ ] Build and upload dedicated server -- [ ] Verify that Vanilla content package hashes match between Windows/Mac/Linux -- [ ] Run "checkmissingloca" command to make sure localization files are up-to-date. -- [ ] Prepare new main menu content (changelog) -- [ ] Prepare public github repo for pushing the new changes - -**CM:** -- [ ] Prepare Steam announcement -- [ ] Prepare Discord announcement (if needed) -- [ ] Prepare blog post (if needed) - -**Code (when everything above is ready):** -- [ ] Publish -- [ ] Upload new main menu content -- [ ] Update public github repo -- [ ] Merge release to master and active branches - -**CM (after the update is live):** -- [ ] Post Steam announcement -- [ ] Post Discord announcement (if needed) -- [ ] Blog post (if needed) -- [ ] Clean up Trello