diff --git a/.github/ISSUE_TEMPLATE/------a-b-experiment-request.md b/.github/ISSUE_TEMPLATE/------a-b-experiment-request.md index e82782670..e5cca34bf 100644 --- a/.github/ISSUE_TEMPLATE/------a-b-experiment-request.md +++ b/.github/ISSUE_TEMPLATE/------a-b-experiment-request.md @@ -1,6 +1,9 @@ --- name: "\U0001F469‍\U0001F52C A/B Experiment Request" about: Template to run and define an A/B experiment +title: '' +labels: '' +assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/---bug-report.md b/.github/ISSUE_TEMPLATE/---bug-report.md index 664ac1e75..0de125974 100644 --- a/.github/ISSUE_TEMPLATE/---bug-report.md +++ b/.github/ISSUE_TEMPLATE/---bug-report.md @@ -1,6 +1,9 @@ --- name: "\U0001F41E Bug report" about: Create a report to help us improve +title: "[Bug]" +labels: "\U0001F41E bug" +assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/---feature-request.md b/.github/ISSUE_TEMPLATE/---feature-request.md index c715ed668..a11cec014 100644 --- a/.github/ISSUE_TEMPLATE/---feature-request.md +++ b/.github/ISSUE_TEMPLATE/---feature-request.md @@ -1,6 +1,9 @@ --- name: "⭐️ Feature request" about: Suggest an idea for this project +title: '' +labels: '' +assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/--epic.md b/.github/ISSUE_TEMPLATE/--epic.md index 9d1ebe30e..397cd8fb6 100644 --- a/.github/ISSUE_TEMPLATE/--epic.md +++ b/.github/ISSUE_TEMPLATE/--epic.md @@ -1,8 +1,12 @@ --- -name: "πŸ”΅ Meta Feature (Epic)" +name: "\U0001F535 Meta Feature (Epic)" about: Create Epic (Meta Feature) +title: "[Meta]" +labels: '' +assignees: '' --- + Owner: Product Manager Purpose: PM to describe a feature and track overall activities, dependencies, progress @@ -22,5 +26,3 @@ Purpose: PM to describe a feature and track overall activities, dependencies, pr -UX Designs (Immediate task: Assign UX issue to this epic) -User stories (to be created by PM) -List dependencies on other issues/teams etc. - - diff --git a/.github/ISSUE_TEMPLATE/--telemetry-request.md b/.github/ISSUE_TEMPLATE/--telemetry-request.md index d74069ab4..2832aa445 100644 --- a/.github/ISSUE_TEMPLATE/--telemetry-request.md +++ b/.github/ISSUE_TEMPLATE/--telemetry-request.md @@ -1,8 +1,12 @@ --- -name: "πŸ“ˆ Telemetry User Story" +name: "\U0001F4C8 Telemetry User Story" about: Create a telemetry user story, assigned to an Epic to track telemetry +title: "[Telemetry]" +labels: Feature:Telemetry +assignees: '' --- + Owner: Product Manager #### Description & Product Manager / Data Scienties User Story @@ -28,7 +32,3 @@ Owner: Product Manager - We have documented the telemetry - We have asked a data steward to [review](https://github.com/mozilla/data-review/blob/master/request.md) the telemetry - NOT an AC: Data science to create dashboard or further graphs (this will be a separate issue, this issue is only about hooking up the events described and that they can be queried in re-dash) - - - - diff --git a/.github/ISSUE_TEMPLATE/--user-story.md b/.github/ISSUE_TEMPLATE/--user-story.md index 6aaa9c06e..2e47bc309 100644 --- a/.github/ISSUE_TEMPLATE/--user-story.md +++ b/.github/ISSUE_TEMPLATE/--user-story.md @@ -1,8 +1,12 @@ --- -name: "πŸ‘©πŸ»β€πŸ’» User Story" +name: "\U0001F469\U0001F3FB‍\U0001F4BB User Story" about: Create user story, assigned to an Epic +title: '' +labels: '' +assignees: '' --- + Owner: Product Manager - Description of User Story (Added by PM) @@ -23,5 +27,3 @@ As a product owner, I want… so I can do ... I can do … (e.g. add a bookmark) I can do … (e.g. track usage) - - diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 000000000..535db4dc6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,20 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: "\U0001F31F feature" +assignees: '' + +--- + +**Is your feature request related to a problem? Please describe.** +A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. + +**Describe alternatives you've considered** +A clear and concise description of any alternative solutions or features you've considered. + +**Additional context** +Add any other context or screenshots about the feature request here.