File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,6 +13,23 @@ labels: bug
1313 1 .
1414 1 .
1515
16+ ## Example Reclass inventory
17+ <!--
18+ If at all feasible, please provide a minimal example inventory that
19+ demonstrates the buggy behavior. By doing so, you're making it much easier for
20+ us to fix the reported bug.
21+
22+ You can share an example inventory as follows:
23+
24+ 1. Setup the example inventory structure (including `reclass-config.yml` if
25+ necessary) in a temporary directory
26+ 2. Verify that the example inventory demonstrates the buggy behavior
27+ 3. Run `tar cj * | base64 -w 0` in the temporary directory
28+ On macOS, you'll need to leave out `-w 0`.
29+ 4. Copy the resulting base64 string into a code block in this section
30+ 5. If you've changed the `tar` command, please provide your version
31+ -->
32+
1633## Actual Behavior
1734<!-- What did happen as a result of the above? -->
1835
Original file line number Diff line number Diff line change @@ -22,4 +22,14 @@ the full `reclass-config.yml` that you're using.
2222If feasible, please provide a minimal example inventory that makes use of the
2323missing feature. By doing so, you're making it much easier for us to implement
2424and test the missing feature.
25+
26+ You can share an example inventory as follows:
27+
28+ 1. Setup the example inventory structure (including `reclass-config.yml` if
29+ necessary) in a temporary directory
30+ 2. Verify that the example inventory demonstrates the buggy behavior
31+ 3. Run `tar cj * | base64 -w 0` in the temporary directory
32+ On macOS, you'll need to leave out `-w 0`.
33+ 4. Copy the resulting base64 string into a code block in this section
34+ 5. If you've changed the `tar` command, please provide your version
2535-->
You can’t perform that action at this time.
0 commit comments