-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update and rename PULL_REQUEST_TEMPLATE.md to PULL_REQUEST_TEMPLATE.yml
- Loading branch information
1 parent
fe49e1c
commit 9aa4e34
Showing
2 changed files
with
57 additions
and
25 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |