Merge pull request #69 into master
3941d8crepo: add build type to Gitea issue template (Aaron Fiore)ef1d3aarepo: add Gitea pull request template (Aaron Fiore)
This commit was merged in pull request #69.
This commit is contained in:
@@ -2,10 +2,19 @@ name: Bug Report
|
||||
about: File a bug report
|
||||
title: "[BUG]: "
|
||||
body:
|
||||
- type: dropdown
|
||||
id: build_type
|
||||
attributes:
|
||||
label: "Build type (`docker-finance build`)"
|
||||
options:
|
||||
- default
|
||||
- slim
|
||||
- tiny
|
||||
- micro
|
||||
- type: dropdown
|
||||
id: version
|
||||
attributes:
|
||||
label: "Version or master (branch)"
|
||||
label: "Release version or master (branch)"
|
||||
options:
|
||||
- master (branch)
|
||||
- v1.0.0-beta
|
||||
|
||||
17
.gitea/PULL_REQUEST_TEMPLATE.yaml
Normal file
17
.gitea/PULL_REQUEST_TEMPLATE.yaml
Normal file
@@ -0,0 +1,17 @@
|
||||
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/docker-finance#development) and [License](https://gitea.com/EvergreenCrypto/docker-finance#license-and-disclaimer) documentation
|
||||
required: true
|
||||
Reference in New Issue
Block a user