forked from runatlantis/atlantis
-
Notifications
You must be signed in to change notification settings - Fork 0
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 (runatlantis#1725)
- Loading branch information
Showing
1 changed file
with
77 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,77 @@ | ||
--- | ||
name: Bug Report | ||
about: You're experiencing an issue that is different than the documented behavior. | ||
labels: bug | ||
--- | ||
|
||
<!--- Please keep this note for the community ---> | ||
|
||
### Community Note | ||
|
||
* Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request. Searching for pre-existing feature requests helps us consolidate datapoints for identical requirements into a single place, thank you! | ||
* Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request. | ||
* If you are interested in working on this issue or have submitted a pull request, please leave a comment. | ||
|
||
<!--- Thank you for keeping this note for the community ---> | ||
|
||
--- | ||
|
||
<!--- 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. ---> | ||
|
||
### 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 | ||
<details> | ||
<summary>Logs</summary> | ||
``` | ||
log output | ||
``` | ||
</details> | ||
---> | ||
|
||
### Environment details | ||
|
||
<!--- | ||
If not already included, please provide the following: | ||
- Atlantis version: | ||
- 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: | ||
``` | ||
# config file | ||
``` | ||
Repo `atlantis.yaml` file: | ||
``` | ||
# config file | ||
``` | ||
Any other information you can provide about the environment/deployment. | ||
---> | ||
|
||
|
||
### 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. | ||
---> |