forked from TrueCloudLab/lego
chore: add issue templates. (#1368)
This commit is contained in:
parent
52ad9d72e8
commit
b3be51f570
4 changed files with 83 additions and 0 deletions
42
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
42
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
|
@ -0,0 +1,42 @@
|
||||||
|
---
|
||||||
|
name: Bug report
|
||||||
|
about: Create a report to help us improve
|
||||||
|
labels: bug
|
||||||
|
|
||||||
|
---
|
||||||
|
<!-- PLEASE FOLLOW THE ISSUE TEMPLATE TO HELP TRIAGE AND SUPPORT! -->
|
||||||
|
|
||||||
|
- [ ] 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
|
||||||
|
|
||||||
|
<details><summary>Version of lego</summary>
|
||||||
|
|
||||||
|
```console
|
||||||
|
$ lego --version
|
||||||
|
# paste output here
|
||||||
|
```
|
||||||
|
|
||||||
|
</details>
|
||||||
|
|
||||||
|
<details><summary>Logs</summary>
|
||||||
|
|
||||||
|
```console
|
||||||
|
# paste output here
|
||||||
|
```
|
||||||
|
|
||||||
|
</details>
|
5
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
5
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
|
@ -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.
|
11
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
11
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
---
|
||||||
|
name: Feature request
|
||||||
|
about: Suggest an idea for this project
|
||||||
|
|
||||||
|
---
|
||||||
|
<!-- PLEASE FOLLOW THE ISSUE TEMPLATE TO HELP TRIAGE AND SUPPORT! -->
|
||||||
|
|
||||||
|
- [ ] Yes, I've searched similar issues on GitHub and didn't find any.
|
||||||
|
|
||||||
|
### Detailed Description
|
||||||
|
|
25
.github/ISSUE_TEMPLATE/new_dns_provider.md
vendored
Normal file
25
.github/ISSUE_TEMPLATE/new_dns_provider.md
vendored
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
---
|
||||||
|
name: New DNS provider support
|
||||||
|
about: Request for the support of a new DNS provider.
|
||||||
|
labels: enhancement, new-provider
|
||||||
|
|
||||||
|
---
|
||||||
|
<!-- PLEASE FOLLOW THE ISSUE TEMPLATE TO HELP TRIAGE AND SUPPORT! -->
|
||||||
|
|
||||||
|
- [ ] 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.
|
Loading…
Reference in a new issue