Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add issue templates. #1368

Merged
merged 1 commit into from
Mar 6, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.