gitea-template-test/.gitea/PULL_REQUEST_TEMPLATE.yml

41 lines
1.2 KiB
YAML
Raw Normal View History

2023-10-25 15:49:46 +02:00
name: Pull Request
about: General pull request
2023-10-25 14:59:44 +02:00
title: "[Bug]: "
body:
- type: markdown
attributes:
value: |
2023-10-25 15:49:46 +02:00
Thanks for contributing to this project with your pull request!
2023-10-25 14:59:44 +02:00
- type: textarea
2023-10-25 15:49:46 +02:00
id: summary
2023-10-25 14:59:44 +02:00
attributes:
2023-10-25 15:53:07 +02:00
label: 📖 Summary
2023-10-25 15:49:46 +02:00
description: Provide a summary of your changes. Also descibe the why...
placeholder: Tell us about your code changes.
2023-10-25 14:59:44 +02:00
validations:
required: true
- type: dropdown
2023-10-25 15:49:46 +02:00
id: testplan
2023-10-25 14:59:44 +02:00
attributes:
2023-10-25 15:53:07 +02:00
label: 📑 Test Plan
2023-10-25 15:49:46 +02:00
description: How did you test your code changes?
2023-10-25 14:59:44 +02:00
options:
2023-10-25 15:49:46 +02:00
- CI pipeline tests (Default)
- Custom test
- No test Plan
2023-10-25 14:59:44 +02:00
validations:
required: true
- type: textarea
2023-10-25 15:49:46 +02:00
id: details
2023-10-25 14:59:44 +02:00
attributes:
2023-10-25 15:53:07 +02:00
label: 💬 Details
2023-10-25 15:49:46 +02:00
description: Add your cuustom test details or justification for missing tests here.
placeholder: First, solve the problem. Then, write the code.
- type: textarea
id: notes
2023-10-25 14:59:44 +02:00
attributes:
2023-10-25 15:53:07 +02:00
label: 📚 Additional Notes
2023-10-25 15:49:46 +02:00
description: A place for additional notes or linking references.
placeholder: Software and cathedrals are much the same -- first we build them, then we pray.