Skip to content

Commit

Permalink
Merge pull request #119 from ashnwade/main
Browse files Browse the repository at this point in the history
Task: Update issue templates
  • Loading branch information
michael-wisely-gravwell authored Nov 20, 2024
2 parents dbc8655 + ffc3ea0 commit 7e486a1
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 10 deletions.
9 changes: 6 additions & 3 deletions .github/ISSUE_TEMPLATE/bug.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
---
name: Bug Report
about: Use this template for reporting a bug. A bug is an unexpected problem or unintended behavoir that breaks functionality. However, UX improvements should be documented as an enhancement.
labels: bug, Low
about: Use this template for reporting a bug. A bug is an unexpected problem or unintended behavior that breaks functionality. However, UX improvements should be documented as an enhancement.
labels: 07 - bug, 03 - Low
title: "[FEATURE SCOPE]: [BUG TITLE]"
---

<!--
## Instructions
# Instructions
Labels for change type and priority are automatically assigned at the time of creation.
**The default priority is Low. Please change the priority label if this requires more attention.**
Expand All @@ -26,6 +27,8 @@ If this bug does not meet the above criteria but is more important,
please set the priority to Medium.
-->

# Bug Report

## What are the steps to reproduce this issue?

1.
Expand Down
4 changes: 3 additions & 1 deletion .github/ISSUE_TEMPLATE/customer_request.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: Customer Feature Request
about: Use this template for documenting a new feature requested by a customer.
labels: feature, customer request, Low
labels: 05 - feature, 14 - customer request, 03 - Low
title: "[FEATURE SCOPE]: [TITLE]"
---
<!--
Expand All @@ -21,6 +21,8 @@ If this request does not meet the above criteria but is more important,
please set the priority to Medium.
-->

# Customer Request

## What is the feature to be added?

## Why should we add this feature? (Business justification? What problem is the feature trying to solve?)
Expand Down
7 changes: 5 additions & 2 deletions .github/ISSUE_TEMPLATE/documentation.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
---
name: Documentation
about: Use this template for documentation needs.
labels: documentation, Low
labels: 09 - documentation, 03 - Low
title: "[FEATURE SCOPE]: [TITLE]"
---

<!--
## Instructions
# Instructions
Labels for change type and priority are automatically assigned at the time of creation.
**The default priority is Low. Please change the priority label if this requires more attention.**
Expand All @@ -20,6 +21,8 @@ If this task does not meet the above criteria but is more important,
please set the priority to Medium.
-->

# Documentation

## What needs to be documented?

## Why is this documentation needed?
Expand Down
5 changes: 4 additions & 1 deletion .github/ISSUE_TEMPLATE/enhancement.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
---
name: Enhancement
about: Use this template for requesting an enhancement. An enhancement is an improvement or extension of an existing feature. Enhancements should be used to document UX improvements.
labels: enhancement, Low
labels: 06 - enhancement, 03 - Low
title: "[FEATURE SCOPE]: [TITLE]"
---

<!--
## Instructions
Labels for change type and priority are automatically assigned at the time of creation.
Expand All @@ -21,6 +22,8 @@ If this request does not meet the above criteria but is more important,
please set the priority to Medium.
-->

# Enhancement

## What is the enhancement to be made?


Expand Down
4 changes: 3 additions & 1 deletion .github/ISSUE_TEMPLATE/epic.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
---
name: Epic
about: Use this template for an epic. An epic is used to document a task list that must be accomplished in order to complete a project or a larger goal
labels: epic, Low
labels: 04 - epic, 03 - Low
title: "[FEATURE SCOPE]: [TITLE]"
---

<!--
## Instructions
Labels for change type and priority are automatically assigned at the time of creation.
Expand All @@ -17,6 +18,7 @@ please set the priority to High.
If this describes a secondary release objective,
please set the priority to Medium.
-->
# Epic

## Overview

Expand Down
4 changes: 3 additions & 1 deletion .github/ISSUE_TEMPLATE/feature.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
---
name: Feature Request
about: Use this template for requesting a new feature. This template should be used to request a new feature or functionality that does not currently exist in the application.
labels: feature, Low
labels: 05 - feature, 03 - Low
title: "[FEATURE SCOPE]: [TITLE]"
---

<!--
## Instructions
Labels for change type and priority are automatically assigned at the time of creation.
Expand All @@ -20,6 +21,7 @@ please set the priority to High.
If this request does not meet the above criteria but is more important,
please set the priority to Medium.
-->
# Feature

## What is the feature to be added?

Expand Down
4 changes: 3 additions & 1 deletion .github/ISSUE_TEMPLATE/task.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
---
name: Task
about: Use this template for a task. A task should be used for refactoring, automated testing, configuration changes, or other supporting tasks that are not directly related to product development.
labels: task, Low
labels: 08 - task, 03 - Low
title: "[FEATURE SCOPE]: [TITLE]"
---

<!--
## Instructions
Labels for change type and priority are automatically assigned at the time of creation.
Expand All @@ -19,6 +20,7 @@ please set the priority to High.
If this task does not meet the above criteria but is more important,
please set the priority to Medium.
-->
# Task

## What needs to be done?

Expand Down

0 comments on commit 7e486a1

Please sign in to comment.