mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-13 13:37:31 -07:00
chore: 🧑💻 pull request template
This commit is contained in:
parent
78c493f82c
commit
6119b18a1d
1 changed files with 28 additions and 0 deletions
28
pull_request_template.yml
Normal file
28
pull_request_template.yml
Normal file
|
@ -0,0 +1,28 @@
|
|||
name: Pull Request
|
||||
about: Create a pull request
|
||||
title: "[PR]: "
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
Thanks for taking the time to fill out this bug report!
|
||||
- type: textarea
|
||||
id: about
|
||||
attributes:
|
||||
label: What does this PR do?
|
||||
description: Please give us a brief description of what this PR does.
|
||||
placeholder: Makes Calckey so amazing by...
|
||||
validations:
|
||||
required: true
|
||||
- type: checkboxes
|
||||
id: terms
|
||||
attributes:
|
||||
label: Contribution Guidelines
|
||||
description: By submitting this issue, you agree to follow our [Contribution Guidelines](https://codeberg.org/calckey/calckey/src/branch/develop/CONTRIBUTING.md)
|
||||
options:
|
||||
- label: I agree to follow this project's Contribution Guidelines
|
||||
required: true
|
||||
- label: I have made sure to test this pull request
|
||||
required: true
|
||||
- label: I have made sure to run `pnpm run format` before submitting this pull request
|
||||
required: true
|
Loading…
Reference in a new issue