mirror of
https://github.com/go-acme/lego
synced 2026-03-14 14:35:48 +01:00
chore: improves github templates
This commit is contained in:
parent
e54598536b
commit
c59d163e79
2 changed files with 14 additions and 0 deletions
11
.github/ISSUE_TEMPLATE/new_dns_provider.yml
vendored
11
.github/ISSUE_TEMPLATE/new_dns_provider.yml
vendored
|
|
@ -40,6 +40,17 @@ body:
|
|||
validations:
|
||||
required: true
|
||||
|
||||
- type: dropdown
|
||||
id: profile
|
||||
attributes:
|
||||
label: Who are you?
|
||||
options:
|
||||
- A customer of this DNS provider
|
||||
- An employee of this DNS provider
|
||||
- Other (please explain)
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: input
|
||||
id: provider-link
|
||||
attributes:
|
||||
|
|
|
|||
3
.github/PULL_REQUEST_TEMPLATE.md
vendored
3
.github/PULL_REQUEST_TEMPLATE.md
vendored
|
|
@ -6,4 +6,7 @@ IMPORTANT:
|
|||
2. Don't open a work-in-progress pull request. If you open a PR, the PR must be ready to be reviewed.
|
||||
3. If a pull request doesn't follow the previous elements, it will close.
|
||||
|
||||
Also, pull requests from a fork inside a GitHub organization are not allowed because of access limitation on them.
|
||||
Only pull requests from personal forks are allowed.
|
||||
|
||||
-->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue