mirror of
https://github.com/go-acme/lego.git
synced 2024-11-24 08:52:18 +02:00
chore: improve issue templates
This commit is contained in:
parent
82073f3bcd
commit
69cacab700
2
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
2
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@ -1,4 +1,4 @@
|
|||||||
name: Bug Report
|
name: 🐞 Bug Report
|
||||||
description: Create a report to help us improve.
|
description: Create a report to help us improve.
|
||||||
labels: [bug]
|
labels: [bug]
|
||||||
body:
|
body:
|
||||||
|
4
.github/ISSUE_TEMPLATE/config.yml
vendored
4
.github/ISSUE_TEMPLATE/config.yml
vendored
@ -1,8 +1,8 @@
|
|||||||
blank_issues_enabled: false
|
blank_issues_enabled: false
|
||||||
contact_links:
|
contact_links:
|
||||||
- name: Questions
|
- name: ❓ Questions
|
||||||
url: https://github.com/go-acme/lego/discussions
|
url: https://github.com/go-acme/lego/discussions
|
||||||
about: If you have a question, or are looking for advice, please post on our Discussions section!
|
about: If you have a question, or are looking for advice, please post on our Discussions section!
|
||||||
- name: lego documentation
|
- name: 📖 Documentation
|
||||||
url: https://go-acme.github.io/lego/
|
url: https://go-acme.github.io/lego/
|
||||||
about: Please take a look to our documentation.
|
about: Please take a look to our documentation.
|
||||||
|
2
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
2
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
@ -1,4 +1,4 @@
|
|||||||
name: Feature request
|
name: 💡 Feature request
|
||||||
description: Suggest an idea for this project.
|
description: Suggest an idea for this project.
|
||||||
body:
|
body:
|
||||||
- type: checkboxes
|
- type: checkboxes
|
||||||
|
2
.github/ISSUE_TEMPLATE/new_dns_provider.yml
vendored
2
.github/ISSUE_TEMPLATE/new_dns_provider.yml
vendored
@ -1,4 +1,4 @@
|
|||||||
name: New DNS provider support
|
name: 🧩 New DNS provider support
|
||||||
description: Request for the support of a new DNS provider.
|
description: Request for the support of a new DNS provider.
|
||||||
title: "Support for provider: <put the name of your provider>"
|
title: "Support for provider: <put the name of your provider>"
|
||||||
labels: [enhancement, new-provider]
|
labels: [enhancement, new-provider]
|
||||||
|
Loading…
Reference in New Issue
Block a user