Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/01_bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,23 @@ labels: bug
1.
1.

## Example Reclass inventory
<!--
If at all feasible, please provide a minimal example inventory that
demonstrates the buggy behavior. By doing so, you're making it much easier for
us to fix the reported bug.

You can share an example inventory as follows:

1. Setup the example inventory structure (including `reclass-config.yml` if
necessary) in a temporary directory
2. Verify that the example inventory demonstrates the buggy behavior
3. Run `tar cj * | base64 -w 0` in the temporary directory
On macOS, you'll need to leave out `-w 0`.
4. Copy the resulting base64 string into a code block in this section
5. If you've changed the `tar` command, please provide your version
-->

## Actual Behavior
<!-- What did happen as a result of the above? -->

Expand Down
10 changes: 10 additions & 0 deletions .github/ISSUE_TEMPLATE/03_missing_reclass_feature.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,14 @@ the full `reclass-config.yml` that you're using.
If feasible, please provide a minimal example inventory that makes use of the
missing feature. By doing so, you're making it much easier for us to implement
and test the missing feature.

You can share an example inventory as follows:

1. Setup the example inventory structure (including `reclass-config.yml` if
necessary) in a temporary directory
2. Verify that the example inventory demonstrates the buggy behavior
3. Run `tar cj * | base64 -w 0` in the temporary directory
On macOS, you'll need to leave out `-w 0`.
4. Copy the resulting base64 string into a code block in this section
5. If you've changed the `tar` command, please provide your version
-->
Loading