Skip to content

Commit

Permalink
Update to language
Browse files Browse the repository at this point in the history
- Changes from the PASS Weekly meeting.
  • Loading branch information
tsande16 committed Sep 17, 2024
1 parent ce1ff47 commit af88381
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 10 deletions.
16 changes: 10 additions & 6 deletions .github/ISSUE_TEMPLATE/bug-fix-issue.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
---
name: Bug Fix Issue
about: A standard Bug Fix template and the types of information that should be captured in a Bug Fix issue.
name: Bug Report Issue
about: A standard Bug Report template and the types of information that should be captured in a Bug Report issue.
title: ''
labels: ''
labels: 'bug'
assignees: ''

---

# Prerequisites

Please answer the following questions for yourself before submitting a Bug Fix issue:
Please answer the following questions for yourself before submitting a Bug Report issue:
* Is the title clear and understandable at a glance?
* Is a label present if appropriate?
* Should any other labels be added to this issue?

Labels are not required for all tickets, but they are helpful for prioritization. Please check the labels drop-down to see if any of the pre-set labels work for your ticket.

Expand All @@ -27,7 +27,7 @@ Indicate the date/time the bug was realized.

# Description

What is the problem? What are the results? Describe what is currently happening in detail.
What is the problem? Describe what is currently happening in detail.

# Steps to Reproduce

Expand All @@ -37,6 +37,10 @@ What are the steps performed to reproduce this bug?

What are the expected results? What is the expected behavior?

# Actual Results

What are the actual results and provide any evidence of the actual results below.

# Evidence

Please provide screenshots/screen capture or other evidence such as log files (scrubbed of sensitive information).
Expand Down
8 changes: 4 additions & 4 deletions .github/ISSUE_TEMPLATE/enhancement-request-issue.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,24 @@
name: Enhancement Request Issue
about: A standard Enhancement Request template and the types of information that should be captured in a Enhancement Request issue.
title: ''
labels: ''
labels: 'Improvement'
assignees: ''

---

# Prerequisites

Please answer the following questions for yourself before submitting a Bug Fix issue:
Please answer the following questions for yourself before submitting an Enhancement Request issue:
* Is the title clear and understandable at a glance?
* Is a label present if appropriate?
* Should any other labels be added to this issue?

Labels are not required for all tickets, but they are helpful for prioritization. Please check the labels drop-down to see if any of the pre-set labels work for your ticket.

**YOU SHOULD DELETE THE PREREQUISITES SECTION.**

# Description

A description of the enhancement.
A description of the enhancement. What are the new features/improvements to this enhancement change?

# Value

Expand Down

0 comments on commit af88381

Please sign in to comment.