diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..a1e4a88d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,42 @@ +--- +name: Bug report +about: Create a report to help us improve +labels: bug + +--- + + +- [ ] Yes, I'm using a binary release within 2 latest releases. +- [ ] Yes, I've searched similar issues on GitHub and didn't find any. +- [ ] Yes, I've included all information below (version, config, etc). + +### What did you expect to see? + + +### What did you see instead? + + +### Steps to reproduce + +1. ... +2. ... +3. ... + +### Details + +
Version of lego + +```console +$ lego --version +# paste output here +``` + +
+ +
Logs + +```console +# paste output here +``` + +
diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000..8ed19629 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: true +contact_links: + - name: lego documentation + url: https://go-acme.github.io/lego/ + about: Please take a look to our documenation. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000..adfd87e8 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,11 @@ +--- +name: Feature request +about: Suggest an idea for this project + +--- + + +- [ ] Yes, I've searched similar issues on GitHub and didn't find any. + +### Detailed Description + diff --git a/.github/ISSUE_TEMPLATE/new_dns_provider.md b/.github/ISSUE_TEMPLATE/new_dns_provider.md new file mode 100644 index 00000000..3725ec41 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/new_dns_provider.md @@ -0,0 +1,25 @@ +--- +name: New DNS provider support +about: Request for the support of a new DNS provider. +labels: enhancement, new-provider + +--- + + +- [ ] Yes, I've searched similar issues on GitHub and didn't find any. +- [ ] Yes, the DNS provider exposes a public API. +- [ ] Yes, I know that the lego maintainers don't have an account in all DNS providers in the world. +- [ ] Yes, I'm able to create a pull request and be able to maintain the implementation +- [ ] Yes, I'm able to test an implementation if someone creates a pull request to add the support of this DNS provider. + +### Link to the DNS provider + +Put your link here. + +### Link to the API documentation + +Put your link here. + +### Additional Notes + +Your notes.