diff --git a/.github/ISSUE_TEMPLATE/Bug_report.md b/.github/ISSUE_TEMPLATE/Bug_report.md index 6e870d769b..a5a5dd9ec8 100644 --- a/.github/ISSUE_TEMPLATE/Bug_report.md +++ b/.github/ISSUE_TEMPLATE/Bug_report.md @@ -40,3 +40,10 @@ labels: "bug" **PowerShell version:** [output of `"$($PSVersionTable.PSVersion)"`] **Additional software:** [(optional) e.g. ConEmu, Git] + +#### Scoop Configuration + + +```json +//# Your configuration here +``` diff --git a/.github/issue_template.md b/.github/issue_template.md index 1df65c78bf..1df5c02047 100644 --- a/.github/issue_template.md +++ b/.github/issue_template.md @@ -3,3 +3,10 @@ By opening this issue you confirm that you have searched for similar issues/PRs here already. Failing to do so will most likely result in closing of this issue without any explanation. --> + +#### Scoop Configuration + + +```json +//# Your configuration here +```