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

chore(template): expand issue template #2873

Merged
merged 4 commits into from
Jan 24, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
22 changes: 15 additions & 7 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,26 +16,32 @@ labels: bug

---

<!--- When filing a bug, please include the following headings if possible. Any example text in this template can be deleted. --->
<!---
When filing a bug, please include the following headings if possible.
Any example text in this template can be deleted.
--->

### Overview of the Issue

<!--- Please describe the issue you are having and how you encountered the problem. --->
<!---
Please describe the issue you are having and how you encountered the problem.
--->


### Reproduction Steps

<!---

In order to effectively and quickly resolve the issue, please provide exact steps that allow us the reproduce the problem. If no steps are provided, then it will likely take longer to get the issue resolved.

--->


### Logs

<!---

Provide log files from Atlantis server

logs can be retrieved by retrieving them from the deployment or from the atlantis comments by adding `--debug`. For example `atlantis plan --debug`

<details>
<summary>Logs</summary>

Expand All @@ -44,15 +50,16 @@ log output
```

</details>

--->


### Environment details

<!---

If not already included, please provide the following:

- Atlantis version:
- Deployment method: ecs/eks/helm/tf module
- If not running the latest Atlantis version have you tried to reproduce this issue on the latest version:
- Atlantis flags:

Expand All @@ -75,3 +82,4 @@ Any other information you can provide about the environment/deployment.
<!---
Additional context on the problem. Docs, links to blogs, or other material that lead you to discover this issue or were helpful in troubleshooting the issue.
--->