From df109daf13a1cdb173a0d38f18d5e9a5b7f5b9ed Mon Sep 17 00:00:00 2001 From: Jaisurya Nanduri <91620234+jaisnan@users.noreply.github.com> Date: Wed, 26 Jun 2024 17:13:22 -0600 Subject: [PATCH] Add tracking issue for challenges template (#27) Creates an issue template for new issues that are for tracking challenges. Right now, anyone can add a tracking issue for a challenge without the link to the challenge in the runbook. This template will help remind them of the order of creation which would be to first, create the challenge in the runbook, then create the tracking issue. By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 and MIT licenses. --- .github/ISSUE_TEMPLATE/tracking_issue.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/tracking_issue.md diff --git a/.github/ISSUE_TEMPLATE/tracking_issue.md b/.github/ISSUE_TEMPLATE/tracking_issue.md new file mode 100644 index 0000000000000..04b674b681a18 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/tracking_issue.md @@ -0,0 +1,12 @@ +--- +name: Tracking issue for challenge +about: Create a new tracking issue for a challenge +title: "[Tracking Challenge] " +labels: Challenge +--- + +> **IMPORTANT:** Before submitting this issue, please add this challenge to the runbook and include the link below. + +## Runbook Link + +[Paste the link to the runbook page for this challenge here]