diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index b603ac2..1ea4994 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -1,9 +1,9 @@ -#### Issues +# Issues - Bug reports and feature requests for this project should be posted on its GitHub Issues page [here](https://github.com/wesnel/elsewhere/issues). - The issue template will guide you as you write your issue. Please fill out as much detail as you can. -#### Code contributions +# Code contributions - Code contributions for this project should come through GitHub pull requests [here](https://github.com/wesnel/elsewhere/pulls). - The pull request template will guide you as you write your pull request description. It also contains a checklist that will help you ensure that your pull request is ready for approval. diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 2d4ef92..a20b554 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -55,7 +55,9 @@ The version numbering scheme should follow [semantic versioning](https://semver. ## Changelog -- [ ] Add one or more bullet points under the `[Unreleased] [Unreleased]` level 2 header on line 8 of `CHANGELOG.md` containing a brief summary of your changes. Each of these bullet points should be underneath a level 3 header of `Added`, `Removed`, `Changed`, or `Fixed` --- whichever most appropriately categorizes that bullet point. +- [ ] Add one or more bullet points under the `[Unreleased]` level 2 header on line 8 of `CHANGELOG.md` containing a brief summary of your changes. + + Each of these bullet points should be underneath a level 3 header of `Added`, `Removed`, `Changed`, or `Fixed` --- whichever most appropriately categorizes that bullet point.