1
0
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:
Fernandez Ludovic 2024-06-12 03:24:34 +02:00
parent 82073f3bcd
commit 69cacab700
4 changed files with 5 additions and 5 deletions

View File

@ -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:

View File

@ -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.

View File

@ -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

View File

@ -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]