Fixed PR template

This commit is contained in:
SwingTheVine 2025-08-10 21:09:02 -04:00
parent ac7e123574
commit 5370178cdb
2 changed files with 31 additions and 60 deletions

View file

@ -1,60 +0,0 @@
name: "Pull Request"
description: "Fill out the following details to submit your PR."
title: "[PR]: "
body:
- type: markdown
attributes:
value: |
## Summary
Please briefly describe the changes.
- type: textarea
id: summary
attributes:
label: Summary
description: Briefly describe what this PR does.
placeholder: |
E.g. Fixes display bug with templates.
E.g. Adds a template tab that users can manage all templates through.
validations:
required: true
- type: textarea
id: related-issues
attributes:
label: Related Issue(s)
description: Link related issues
placeholder: |
E.g. Fixes #14
E.g. Adds #4
validations:
required: false
- type: checkboxes
id: changes
attributes:
label: Type of Changes
options:
- label: Feature
- label: Bug fix
- label: Documentation
- label: Refactoring
- label: Build
- label: Other
- type: checkboxes
id: checklist
attributes:
label: Checklist
options:
- label: The author of this PR has read the CONTRIBUTING guidelines.
- label: This PR follows the Code of Conduct.
- label: This PR follows the project's style of coding and documentation.
- label: Documentation related to this PR has been updated.
- label: Blue Marble has been verified to work correctly for this PR.
- type: textarea
id: additional-notes
attributes:
label: Additional Notes
description: Anything else reviewers should know?

View file

@ -0,0 +1,31 @@
# Pull Request
Fill out the following details to submit your PR.
## Summary
Please briefly describe the changes in your PR.
E.g. Fixes display bug with templates.
E.g. Adds a template tab that users can manage all templates through.
## Related Issue(s)
Link to the related issues your PR would solve here.
E.g. Fixes #14
E.g. Adds #4
## Changes
Select the type of change your PR is:
- [ ] Feature
- [ ] Bug fix
- [ ] Documentation
- [ ] Refactoring
- [ ] Build
- [ ] Other
## Checklist
- [ ] The author of this PR has read the CONTRIBUTING guidelines.
- [ ] This PR follows the Code of Conduct.
- [ ] This PR follows the project's style of coding and documentation.
- [ ] Documentation related to this PR has been updated.
- [ ] Blue Marble has been verified to work correctly for this PR.
## Additional Notes
Anything else reviewers should know?