Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
Kubespray
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mirror
Kubespray
Commits
de4d6a69
Unverified
Commit
de4d6a69
authored
1 year ago
by
Max Gautier
Committed by
GitHub
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
Make more fields mandatory in bug report template (#10883)
-> to make people actually give us the information we need
parent
989ba207
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.github/ISSUE_TEMPLATE/bug-report.yaml
+7
-0
7 additions, 0 deletions
.github/ISSUE_TEMPLATE/bug-report.yaml
with
7 additions
and
0 deletions
.github/ISSUE_TEMPLATE/bug-report.yaml
+
7
−
0
View file @
de4d6a69
...
...
@@ -93,17 +93,24 @@ body:
attributes
:
label
:
Full inventory with variables
placeholder
:
'
ansible
-i
inventory/sample/inventory.ini
all
-m
debug
-a
"var=hostvars[inventory_hostname]"'
description
:
We recommend using snippets services like https://gist.github.com/ etc.
validations
:
required
:
true
-
type
:
input
id
:
ansible_command
attributes
:
label
:
Command used to invoke ansible
validations
:
required
:
true
-
type
:
textarea
id
:
ansible_output
attributes
:
label
:
Output of ansible run
description
:
We recommend using snippets services like https://gist.github.com/ etc.
validations
:
required
:
true
-
type
:
textarea
id
:
anything_else
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment