Skip to content

Commit

Permalink
workflow changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Psypher1 committed Jun 18, 2024
1 parent 3462371 commit 581da71
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 31 deletions.
7 changes: 1 addition & 6 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,19 +23,13 @@ body:
attributes:
label: Reproduction Steps
description: How do you trigger this bug? Please walk us through it step by step.
placeholder: |
1. Go to '...'
2. Click on '...'
3. Scroll down to '...'
...
validations:
required: true
- type: textarea
id: expected
attributes:
label: Expected Behaviour
description: What did you expect to happen, or should happen ideally.
placeholder: What should normally happen when steps are taken
validations:
required: true
- type: textarea
Expand Down Expand Up @@ -69,6 +63,7 @@ body:
- Chrome
- Safari
- Microsoft Edge
- Arc
- type: textarea
id: logs
attributes:
Expand Down
6 changes: 0 additions & 6 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,19 +23,13 @@ body:
attributes:
label: Acceptance criteria
description: What would you consider to be completion for this feature?
placeholder: |
- [ ] [User Role] can [Action] [Resource]
- [ ] [User Role] can also [Action] [Resource]
- [ ] [Other User Role] cannot [Action] [Resource]
...
validations:
required: true
- type: textarea
id: scenario
attributes:
label: Scenario
description: Describe a scenario where this feature would be useful.
placeholder: Under what circumstances would this feature be useful
- type: textarea
id: context
attributes:
Expand Down
7 changes: 1 addition & 6 deletions .github/ISSUE_TEMPLATE/task.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,4 @@ body:
...
validations:
required: false
- type: textarea
id: context
attributes:
label: Any Additional Context
description: Any other context or additional information.
placeholder: Any other context or additional information you wish to share about the proposed feature...

19 changes: 6 additions & 13 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
## What type of PR is this? (select all that apply)

- [ ] 🍕 Feature
- [ ] 🐛 Bug Fix
- [ ] 🚧 Breaking Change
- [ ] 🧑‍💻 Code Refactor
- [ ] 📝 Documentation Update
## Delete all options except the ones that apply
- 🍕 Feature
- 🐛 Bug Fix
- 🚧 Breaking Change
- Code Refactor
- 📝 Documentation Update

## Description

Expand All @@ -15,12 +14,6 @@ _Please include a summary of the change and which issue is fixed. Please also in
- Related Issue #
- Closes #

## QA Instructions, Screenshots, Recordings

_Please replace this line with instructions on how to test your changes, a note
on the devices and browsers this has been tested on, as well as any relevant
images for UI changes._

### UI accessibility concerns?

_If your PR includes UI changes, please replace this line with details on how
Expand Down

0 comments on commit 581da71

Please sign in to comment.