18 lines
668 B
YAML
18 lines
668 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.com/EvergreenCrypto/dfi-docs/src/branch/master/markdown/How-do-I-contribute.md#development) and [License](https://gitea.com/EvergreenCrypto/dfi-docs/src/branch/master/markdown/Where-is-the-legalese.md#where-is-the-legalese) documentation
|
|
required: true
|