Skip to content

Commit

Permalink
chore: add issue templates. (go-acme#1368)
Browse files Browse the repository at this point in the history
  • Loading branch information
ldez authored Mar 6, 2021
1 parent 52ad9d7 commit b3be51f
Show file tree
Hide file tree
Showing 4 changed files with 83 additions and 0 deletions.
42 changes: 42 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
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>
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
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.
11 changes: 11 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
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

25 changes: 25 additions & 0 deletions .github/ISSUE_TEMPLATE/new_dns_provider.md
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.

0 comments on commit b3be51f

Please sign in to comment.