Files
docker-finance/.gitea/PULL_REQUEST_TEMPLATE.yaml

18 lines
698 B
YAML

name: Pull Request
about: Open a pull request
body:
- type: textarea
id: description
attributes:
label: "Description"
placeholder: "What's the nature of this pull request?"
validations:
required: false
- type: checkboxes
id: agreement
attributes:
label: "Agreement"
options:
- label: I have read and understood the [Development](https://gitea.evergreencrypto.co/EvergreenCrypto/dfi-docs/src/branch/master/markdown/How-do-I-contribute.md#development) and [License](https://gitea.evergreencrypto.co/EvergreenCrypto/dfi-docs/src/branch/master/markdown/Where-is-the-legalese.md#where-is-the-legalese) documentation
required: true