Skip to content

Commit

Permalink
Update issue templates (#633)
Browse files Browse the repository at this point in the history
* Update issue templates

Updates the issue templates to the new GitHub format. Includes instructions to contact support for 500 level API responses

* remove old issute_template.md

* include custom contact in issue chooser

* add instructions for API 500 errors

* Wrap descriptions in HTML comment tags per feedback
  • Loading branch information
scotchneat committed May 6, 2021
1 parent 7094e26 commit 2faa137
Show file tree
Hide file tree
Showing 5 changed files with 114 additions and 43 deletions.
43 changes: 0 additions & 43 deletions .github/ISSUE_TEMPLATE.md

This file was deleted.

77 changes: 77 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: bug
assignees: ''

---

<!-- Thank you for opening an issue. Please note that we try to keep the issue
tracker reserved for bug reports and feature requests. For general usage
questions, please see:
https://github.com/digitalocean/terraform-provider-digitalocean/discussions
**NOTE: Before submitting a bug**
There are cases where the provider receives HTTP Service Error (500 level HTTP
statuses) responses from the DigitalOcean API. There are some cases where the
provider might handle these and retry. If the problem persists, it's best to
contact [DigitalOcean support](https://cloudsupport.digitalocean.com/) -->

# Bug Report

<!-- Include as much of the following details with your bug report: -->
---

## Describe the bug
<!-- A clear and concise description of what the bug is. -->

### Affected Resource(s)
<!-- Please list the resources, for example:
- digitalocean_droplet
- digitalocean_kubernetes_cluster
If this issue appears to affect multiple resources, it may be an issue with
Terraform's core, so please mention this. -->

### Expected Behavior
<!-- What should have happened? -->

### Actual Behavior
<!-- What actually happened? -->

### Steps to Reproduce
<!-- Please list the steps required to reproduce the issue, for example:
1. `terraform apply` -->

**Terraform Configuration Files**
<!--
# Copy-paste your Terraform configurations here - for large Terraform configs,
# please use a service like Dropbox and share a link to the ZIP file. For
# security, you can also encrypt the files using our GPG public key.-->

**Expected behavior**
<!-- Run `terraform -v` to show the version. If you are not running the latest
version of Terraform, please upgrade because your issue may have already been
fixed. -->

**Debug Output**
<!-- Please provide a link to a GitHub Gist containing the complete debug output:
https://www.terraform.io/docs/internals/debugging.html. Please do NOT paste the
debug output in the issue; just paste a link to the Gist. -->

**Panic Output**
<!-- If Terraform produced a panic, please provide a link to a GitHub Gist
containing the output of the `crash.log`. -->

## Additional context
<!-- Add any other context about the problem here. -->

**Important Factoids**
<!-- Droplets use custom images or kernels. -->

**References**
<!-- Include links to other GitHub issues (open or closed) or Pull Requests
that relate to this issue. -->

26 changes: 26 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: enhancement
assignees: ''

---

### Is your feature request related to a problem? Please describe.
<!-- A clear and concise description of what the problem is.
Ex. I'm always frustrated when [...] -->

### Describe the solution you'd like
<!-- A clear and concise description of what you want to happen. -->

### Describe alternatives you've considered
<!-- A clear and concise description of any alternative solutions or features you've
considered. -->

### Additional context
<!-- Add any other context or screenshots about the feature request here.
Include links to other
[Issues](https://github.com/digitalocean/terraform-provider-digitalocean/issues)
or
[Discussions](https://github.com/digitalocean/terraform-provider-digitalocean/discussions) -->
10 changes: 10 additions & 0 deletions .github/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
contact_links:
- name: DigitalOcean Terraform Provider Discussions
url: https://github.com/digitalocean/terraform-provider-digitalocean/discussions
about: Participate in discussions specific to the official Terraform provider for DigitalOcean
- name: DigitalOcean Community Q&A
url: https://www.digitalocean.com/community/questions
about: Ask general questions about DigitalOcean products and services
- name: DigitalOcean Support
url: https://www.digitalocean.com/support/
about: Use DigitalOcean Support for issues specific to your account
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.envrc
.env
*.dll
*.exe
.DS_Store
Expand Down

0 comments on commit 2faa137

Please sign in to comment.