forked from go-acme/lego
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: add issue templates. (go-acme#1368)
- Loading branch information
Showing
4 changed files
with
83 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |