Skip to content

Commit

Permalink
Update and rename PULL_REQUEST_TEMPLATE.md to PULL_REQUEST_TEMPLATE.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Dartvauder authored Oct 23, 2024
1 parent fe49e1c commit 9aa4e34
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 25 deletions.
25 changes: 0 additions & 25 deletions .github/PULL_REQUEST_TEMPLATE.md

This file was deleted.

57 changes: 57 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
name: "🪽 Pull requests"
description: Submit a Pull requests
title: "🪽 [PullRequests] - <title>"
body:
- type: dropdown
id: PRtype
attributes:
label: "PRtype"
description: What type of PR is this?
multiple: true
options:
- Refactor
- Feature
- BugFix
- Optimization
- DocumentationUpdate
validations:
required: true

- type: dropdown
id: Added/updated tests
attributes:
label: "Added/updated tests"
description: Have you tested these changes?
multiple: false
options:
- Yes
- No
validations:
required: false

- type: textarea
id: Description
validations:
required: true
attributes:
label: "Description"
description: |
A clear and concise description of the Pull requests
- type: textarea
id: Tickets & Documents
validations:
required: false
attributes:
label: "Tickets & Documents"
description: |
Related tickets and documents for the current case
- type: textarea
id: QA Instructions & Screenshots
validations:
required: false
attributes:
label: "QA Instructions & Screenshots"
description: |
Please write in 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

0 comments on commit 9aa4e34

Please sign in to comment.