From faca6df7fae6bf87d632f0e5eaa301caca76ea97 Mon Sep 17 00:00:00 2001 From: Johan Ljunggren Date: Sun, 20 Jan 2019 10:15:49 +0100 Subject: [PATCH] Fix review commets at r2 --- .github/ISSUE_TEMPLATE/Resource_proposal.md | 7 +++++-- .github/PULL_REQUEST_TEMPLATE.md | 5 +++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/Resource_proposal.md b/.github/ISSUE_TEMPLATE/Resource_proposal.md index c8460f9..3311878 100644 --- a/.github/ISSUE_TEMPLATE/Resource_proposal.md +++ b/.github/ISSUE_TEMPLATE/Resource_proposal.md @@ -1,7 +1,10 @@ --- name: Resource proposals -about: PSDscResources does not accept new resources! Please submit new resource request to xPSDesiredStateConfiguration. +about: PSDscResources does not accept new resources! Please submit a new resource request to the appropriate DSC resource module repository. --- This resource module does not accept new resources. -Please submit new resource request to xPSDesiredStateConfiguration. +Please submit new resource requests to an appropriate DSC resource module +repository found in the [maintainers list](https://github.com/PowerShell/DscResources/blob/master/Maintainers.md) +in the [DSCResources repository](https://github.com/PowerShell/DscResources), +or to the [xPSDesiredStateConfiguration repository](https://github.com/PowerShell/xPSDesiredStateConfiguration). diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 85d597d..b3b7b81 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -6,8 +6,9 @@ e.g. 'ResourceName: My short description'. Note: Breaking changes are not allowed in PSDScResources. If your - pull request contain breaking changes, then please update the - resource module xPSDesiredStateConfiguration instead. + pull request contains breaking changes, then please make this + change to the xPSDesiredStateConfiguration resource module + instead. You may remove this comment block, and the other comment blocks, but please keep the headers and the task list.