Skip to content

Commit

Permalink
Require steps to reproduce and relax priority requirement
Browse files Browse the repository at this point in the history
Made 'steps to reproduce' a mandatory field to ensure issues are reproducible. Changed the 'priority' field to optional, offering flexibility in issue reporting. These modifications aim to improve issue clarity and reporting ease.
  • Loading branch information
theGaryLarson committed Sep 11, 2024
1 parent f0cabcf commit b217124
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ body:
description: "Provide steps to reproduce the issue if applicable."
placeholder: "1. Go to the homepage\n2. Click on the 'Login' button\n3. Enter credentials and press submit"
validations:
required: false
required: true

- type: textarea
id: expected_behavior
Expand Down Expand Up @@ -72,4 +72,4 @@ body:
- Medium
- Low
validations:
required: true
required: false

0 comments on commit b217124

Please sign in to comment.