From 9920b16cf115fb08b6373142edc7bd9ce7ebd1a1 Mon Sep 17 00:00:00 2001 From: Harris Bard Lapiroff Date: Tue, 4 Mar 2025 16:31:51 -0500 Subject: [PATCH] Add issue templates --- .github/ISSUE_TEMPLATE/bug.yml | 46 +++++++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature.yml | 51 ++++++++++++++++++++++++++++++ 2 files changed, 97 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug.yml create mode 100644 .github/ISSUE_TEMPLATE/feature.yml diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml new file mode 100644 index 00000000..e54558a7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -0,0 +1,46 @@ +name: Bug Report +description: Something is broken or behaving incorrectly on the website. +labels: ["triage", "bug"] +projects: ["freedomofpress/24"] +assignees: + - harrislapiroff # Assign it to Harris off the bat for triage +body: + - type: markdown + attributes: + value: Thanks for taking the time to file a bug report with the web team! If possible, please upload screenshots or recordings of the bug to the description field. + + - type: textarea + id: description + attributes: + label: Description + description: What is the bug and when and where does it arise? + + - type: textarea + id: expected + attributes: + label: Expected Behavior + description: If not clear from the description. + + - type: input + id: browser + attributes: + label: Browser and OS + description: If you’re not sure, check . If you tested in multiple browsers and OSes, please list them. + + - type: dropdown + id: urgency + attributes: + label: Urgency + description: How high priority is this feature request? We will keep you updated on final prioritization. + options: + - Critical (ASAP) + - High (within the upcoming two-week sprint) + - Medium (don't forget about this) + - Low (get to it whenever you have a free moment) + default: 2 + + - type: textarea + id: people + attributes: + label: Notifications + description: Is there anyone besides you we should notify of progress on this feature? diff --git a/.github/ISSUE_TEMPLATE/feature.yml b/.github/ISSUE_TEMPLATE/feature.yml new file mode 100644 index 00000000..4ec78372 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature.yml @@ -0,0 +1,51 @@ +name: Feature Request +description: A feature request adds something new to the site. It may be an important addition, but it's not a fix to something broken. +labels: ["triage", "feature"] +projects: ["freedomofpress/24"] +assignees: + - harrislapiroff # Assign it to Harris off the bat for triage +body: + - type: markdown + attributes: + value: What feature would you like to see added to the site? If possible, focus first on the problem you’re trying to solve or goal you’re trying to achieve and second on any solution suggestions. + + - type: textarea + id: description + attributes: + label: Description + description: What feature would you like to see added to the site? + + - type: dropdown + id: urgency + attributes: + label: Urgency + description: How high priority is this feature request? We will keep you updated on final prioritization. + options: + - Critical (ASAP) + - High (within the upcoming two-week sprint) + - Medium (don't forget about this) + - Low (get to it whenever you have a free moment) + default: 2 + + - type: dropdown + id: impact + attributes: + label: Impact + description: How important is this feature request? + options: + - Must Have + - Important + - Nice-to-Have + default: 1 + + - type: textarea + id: timing + attributes: + label: Timing + description: Is there a specific deadline for this feature and, if so, what is driving it? + + - type: textarea + id: people + attributes: + label: Notifications + description: Is there anyone besides you we should notify of progress on this feature?