From 069e46e9e65b6f1e555c08e8bd99c6e17547107c Mon Sep 17 00:00:00 2001 From: Logan McDonald Date: Thu, 18 Aug 2022 13:59:56 -0400 Subject: [PATCH] Update issue templates (#55) * Update issue templates * remove old templates * make assignments bullet points --- ...{onboarding.md => developer-onboarding.md} | 15 ++++++++--- .github/ISSUE_TEMPLATE/epic.md | 25 ------------------- 2 files changed, 12 insertions(+), 28 deletions(-) rename .github/ISSUE_TEMPLATE/{onboarding.md => developer-onboarding.md} (87%) delete mode 100644 .github/ISSUE_TEMPLATE/epic.md diff --git a/.github/ISSUE_TEMPLATE/onboarding.md b/.github/ISSUE_TEMPLATE/developer-onboarding.md similarity index 87% rename from .github/ISSUE_TEMPLATE/onboarding.md rename to .github/ISSUE_TEMPLATE/developer-onboarding.md index ec302101d..8acd8fdcf 100644 --- a/.github/ISSUE_TEMPLATE/onboarding.md +++ b/.github/ISSUE_TEMPLATE/developer-onboarding.md @@ -1,7 +1,16 @@ +--- +name: Developer Onboarding +about: Onboarding steps for developers. +title: 'Developer Onboarding: GH_HANDLE' +labels: dev, onboarding +assignees: loganmeetsworld + +--- + # Developer Onboarding -Onboardee: _GH handle of person being onboarded_ -Onboarder: _GH handle of onboard buddy_ +- Onboardee: _GH handle of person being onboarded_ +- Onboarder: _GH handle of onboard buddy_ ## Installation @@ -51,4 +60,4 @@ gpg --armor --export when setting up your key in Github. -Now test commit signing is working by checking out a branch (`yourname/test-commit-signing`) and making some small change to a file. Commit the change (it should prompt you for your GPG credential) and push it to Github. Look on Github at your branch and ensure the commit is `verified`. +Now test commit signing is working by checking out a branch (`yourname/test-commit-signing`) and making some small change to a file. Commit the change (it should prompt you for your GPG credential) and push it to Github. Look on Github at your branch and ensure the commit is `verified`. diff --git a/.github/ISSUE_TEMPLATE/epic.md b/.github/ISSUE_TEMPLATE/epic.md deleted file mode 100644 index 04c014dc4..000000000 --- a/.github/ISSUE_TEMPLATE/epic.md +++ /dev/null @@ -1,25 +0,0 @@ -_Put a short description of what the epic is trying to accomplish here._ - -Outcome: _Describe the outcome sought_ - -# Features - -*Foundational* - - -- [ ] #xx -- [ ] #xx - -*Next* - - -- [ ] #xx -- [ ] #xx - -# Stretch Goals - -- [ ] Foo -- [ ] Bar - -# Out of scope - \ No newline at end of file