mirror of
https://github.com/go-acme/lego
synced 2026-03-14 06:25:47 +01:00
chore: improve issue template
This commit is contained in:
parent
491dcaad1d
commit
da51631cd3
1 changed files with 7 additions and 1 deletions
8
.github/ISSUE_TEMPLATE/new_dns_provider.yml
vendored
8
.github/ISSUE_TEMPLATE/new_dns_provider.yml
vendored
|
|
@ -14,9 +14,15 @@ body:
|
|||
required: true
|
||||
- label: Yes, I know that the lego maintainers don't have an account in all DNS providers in the world.
|
||||
required: true
|
||||
|
||||
- type: checkboxes
|
||||
id: pr
|
||||
attributes:
|
||||
label: Implementation
|
||||
options:
|
||||
- label: Yes, I'm able to create a pull request and be able to maintain the implementation.
|
||||
required: false
|
||||
- label: Yes, I'm able to test an implementation if someone creates a pull request to add the support of this DNS provider.
|
||||
- label: Yes, I can test an implementation with the help of the maintainers if someone creates a pull request.
|
||||
required: false
|
||||
|
||||
- type: dropdown
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue