From f679412af08ac9184692715c3ca105299a47bd7d Mon Sep 17 00:00:00 2001 From: Daniel Scott-Raynsford Date: Sun, 10 Apr 2022 20:05:45 +1200 Subject: [PATCH] Removed unused .GitHub template files --- .../ISSUE_TEMPLATE/Problem_with_resource.md | 57 ------------------- .github/ISSUE_TEMPLATE/Resource_proposal.md | 21 ------- 2 files changed, 78 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/Problem_with_resource.md delete mode 100644 .github/ISSUE_TEMPLATE/Resource_proposal.md diff --git a/.github/ISSUE_TEMPLATE/Problem_with_resource.md b/.github/ISSUE_TEMPLATE/Problem_with_resource.md deleted file mode 100644 index 2431f65c..00000000 --- a/.github/ISSUE_TEMPLATE/Problem_with_resource.md +++ /dev/null @@ -1,57 +0,0 @@ ---- -name: Problem with a resource -about: If you have a problem, bug, or enhancement with a resource in this resource module. ---- - -#### Details of the scenario you tried and the problem that is occurring - -#### Verbose logs showing the problem - -#### Suggested solution to the issue - -#### The DSC configuration that is used to reproduce the issue (as detailed as possible) -```powershell -# insert configuration here -``` - -#### The operating system the target node is running - - -#### Version and build of PowerShell the target node is running - - -#### Version of the DSC module that was used ('dev' if using current dev branch) diff --git a/.github/ISSUE_TEMPLATE/Resource_proposal.md b/.github/ISSUE_TEMPLATE/Resource_proposal.md deleted file mode 100644 index 9f2a069a..00000000 --- a/.github/ISSUE_TEMPLATE/Resource_proposal.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -name: New resource proposal -about: If you have a new resource proposal that you think should be added to this resource module. ---- - -### Description - -### Proposed properties - -### Special considerations or limitations