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.
labels: [bug]
body:

View File

@ -1,8 +1,8 @@
blank_issues_enabled: false
contact_links:
- name: Questions
- name: Questions
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!
- name: lego documentation
- name: 📖 Documentation
url: https://go-acme.github.io/lego/
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.
body:
- 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.
title: "Support for provider: <put the name of your provider>"
labels: [enhancement, new-provider]