From da6865daf519e21a47e5e2085ecf05da57ce8556 Mon Sep 17 00:00:00 2001 From: Johan Ljunggren Date: Tue, 30 Apr 2019 18:31:57 +0200 Subject: [PATCH] Update PULL_REQUEST_TEMPLATE.md (#267) - Update PULL_REQUEST_TEMPLATE.md - Changes the indentation of the 'Fixes' section, to help new contributors in the correct format of GitHub closing keywords. - Fix change log section in README.md. --- .github/PULL_REQUEST_TEMPLATE.md | 6 +++--- README.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 84e1ea82f..f5bc7d937 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -21,8 +21,8 @@ If this PR does not fix an open issue, replace this comment block with None. If this PR resolves one or more open issues, replace this comment block with a list the issues using a GitHub closing keyword, e.g.: - - Fixes #123 - - Fixes #124 +- Fixes #123 +- Fixes #124 --> #### Task list @@ -34,7 +34,7 @@ Change to [x] for each task in the task list that applies to your PR. For those task that don't apply to you PR, leave those as is. --> -- [ ] Added an entry under the Unreleased section of the change log in the README.md. +- [ ] Added an entry under the Unreleased section in the CHANGELOG.md. Entry should say what was changed, and how that affects users (if applicable). - [ ] Resource documentation added/updated in README.md. - [ ] Resource parameter descriptions added/updated in README.md, schema.mof diff --git a/README.md b/README.md index afc1304d8..350685147 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Please check out common DSC Resource [contributing guidelines](https://github.co ## Change log -A full list of changes in each version can be found in the [change log](https://github.com/PowerShell/xActiveDirectory/blob/dev/README.md) +A full list of changes in each version can be found in the [change log](CHANGELOG.md). ## Description