Skip to content

Commit

Permalink
Add tracking issue for challenges template (rust-lang#27)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
jaisnan committed Jun 26, 2024
1 parent 52bea58 commit df109da
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/ISSUE_TEMPLATE/tracking_issue.md
Original file line number Diff line number Diff line change
@@ -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]

0 comments on commit df109da

Please sign in to comment.