Skip to content

Commit

Permalink
chore(template): expand issue template (runatlantis#2873)
Browse files Browse the repository at this point in the history
* Add more to issue template

* Update bug_report.md

* Update bug_report.md
  • Loading branch information
nitrocode authored Jan 24, 2023
1 parent 953de00 commit 3d92402
Showing 1 changed file with 22 additions and 10 deletions.
32 changes: 22 additions & 10 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 from the deployment or from atlantis comments by adding `--debug` such as `atlantis plan --debug`
<details>
<summary>Logs</summary>
Expand All @@ -44,34 +50,40 @@ 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:
Atlantis server-side config file:
```
```yaml
# config file
```
Repo `atlantis.yaml` file:
```
```yaml
# config file
```
Any other information you can provide about the environment/deployment.
Any other information you can provide about the environment/deployment (efs/nfs, aws/gcp, k8s/fargate, etc)
--->


### Additional Context

<!---
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.
Use a bulleted list to link to tickets
--->

0 comments on commit 3d92402

Please sign in to comment.