Skip to content

Commit

Permalink
Create issue templates (#321)
Browse files Browse the repository at this point in the history
* Create bug_report.md

* Create feature_request.md
  • Loading branch information
Almenon authored Mar 31, 2024
1 parent 0d545f4 commit ebf06b6
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 0 deletions.
36 changes: 36 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''

---
## Bug report

Summarize what you were trying to do when the issue appeared.

**To Reproduce**

Summarize how to reproduce the behavior. For example:
1. Make a terragrunt file that calls the function `foo`
2. Run the command `terragrunt-atlantis-config --example`

**Expected behavior**

No error. I expected the generated Atlantis config to look like:
```
example good config
```

**Actual behavior**

Describe what happened and why it had a negative impact.
```
example bad config or error
```

**Relevant Terragrunt files**

Please provide at least a snippet of relevant terragrunt code that is causing terragrunt-atlantis-config to fail.
Ideally, a link to a repository with the smallest set of code needed to reproduce the issue.
21 changes: 21 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
name: Feature request
about: Propose a new feature
title: ''
labels: ''
assignees: ''

---

## Feature Request

- [ ] I'd be willing to implement this feature

**Describe the idea**


**Why is this helpful?**


**What alternatives exist today?**

0 comments on commit ebf06b6

Please sign in to comment.