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

41 lines
1.2 KiB
YAML
Raw Permalink Normal View History

2023-10-25 15:49:46 +02:00
name: Pull Request
about: General pull request
title: ""
2023-10-25 14:59:44 +02:00
body:
- type: markdown
attributes:
value: |
> **Note**: 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:
- ✅ 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
description: Add your custom test details or justification for missing tests here.
2023-10-25 15:49:46 +02:00
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.