forked from ansible/molecule
-
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.
- Loading branch information
Showing
2 changed files
with
60 additions
and
44 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,60 @@ | ||
--- | ||
name: Bug Report | ||
description: Please test the *main* branch before raising bugs. | ||
# title: "[Bug]: " | ||
labels: ["new"] | ||
projects: ["ansible/86"] | ||
# assignees: | ||
# - octocat | ||
body: | ||
- type: checkboxes | ||
id: checklist | ||
attributes: | ||
label: Prerequisites | ||
description: > | ||
Create new issues only if all checks were made and you checked [FAQ](https://ansible.readthedocs.io/projects/molecule/faq/) and the | ||
[discussions forum](https://github.com/ansible/molecule/discussions). | ||
options: | ||
- label: This was not already reported in the past (duplicate check) | ||
required: true | ||
- label: It does reproduce it with code from main branch (latest unreleased version) | ||
required: true | ||
- label: I include a minimal example for reproducing the bug | ||
required: true | ||
- label: The bug is not trivial, as for those a direct pull-request is preferred | ||
required: true | ||
- label: Running `pip check` does not report any conflicts | ||
required: true | ||
- label: I was able to reproduce the issue on a different machine | ||
required: true | ||
|
||
- type: markdown | ||
attributes: | ||
value: > | ||
Also check [FAQ](https://ansible.readthedocs.io/projects/molecule/faq/) and the | ||
[discussions forum](https://github.com/ansible/molecule/discussions) before creating a new issue. | ||
- type: textarea | ||
id: environment | ||
attributes: | ||
label: Environment | ||
description: > | ||
Include at least output of `molecule --version` and | ||
anything else that might be relevant, such **operating system**, if `pip check` | ||
- type: textarea | ||
id: desired_behavior | ||
attributes: | ||
label: Desired Behavior | ||
description: > | ||
Please give some details of the feature being requested or what | ||
should happen if providing a bug report. | ||
- type: textarea | ||
id: actual_behavior | ||
attributes: | ||
label: Actual Behaviour | ||
description: > | ||
Please give some details of what is actually happening. | ||
Include a [minimum complete verifiable example](https://stackoverflow.com/help/mcve) with | ||
output of running `molecule --debug`. |
This file was deleted.
Oops, something went wrong.