-
Notifications
You must be signed in to change notification settings - Fork 106
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Create bug_report.md * Create feature_request.md
- Loading branch information
Showing
2 changed files
with
57 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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?** | ||
|