2023-10-25 15:49:46 +02:00
|
|
|
name: Pull Request
|
|
|
|
about: General pull request
|
2023-10-25 15:58:49 +02:00
|
|
|
title: ""
|
2023-10-25 14:59:44 +02:00
|
|
|
body:
|
|
|
|
- type: markdown
|
|
|
|
attributes:
|
|
|
|
value: |
|
2023-10-25 16:11:43 +02:00
|
|
|
> **Note**: Thanks for contributing to this project with your pull request!
|
2023-10-25 16:11:24 +02:00
|
|
|
|
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 15:53:36 +02:00
|
|
|
|
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 16:05:47 +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:58:49 +02:00
|
|
|
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.
|
2023-10-25 16:08:24 +02:00
|
|
|
placeholder: Software and cathedrals are much the same - First we build them, then we pray.
|