diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..d6bb52c4 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -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. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000..cdeff804 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -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?** +