diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 95911c4f..8af03cce 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -27,6 +27,7 @@ created the PR as a non-draft, don't worry, you can still change it to a draft u - [ ] Ensure an issue exists representing the problem being solved in this PR. - [ ] Populate a descriptive title. For example, instead of "Updated README.md", use a title such as "Add testing details to the contributor section of the README". + Example PRs: [#763](https://github.com/nsidc/earthaccess/pull/763) - [ ] Populate the body of the pull request with: - A clear description of the change you are proposing. - Links to any issues resolved by this PR with text in the PR description, for @@ -35,6 +36,7 @@ created the PR as a non-draft, don't worry, you can still change it to a draft u - [ ] Update `CHANGELOG.md` with details about your change in a section titled `## Unreleased`. If such a section does not exist, please create one. Follow [Common Changelog](https://common-changelog.org/) for your additions. + Example PRs: [#763](https://github.com/nsidc/earthaccess/pull/763) - [ ] Update the documentation and/or the `README.md` with details of changes to the earthaccess interface, if any. Consider new environment variables, function names, decorators, etc. diff --git a/CHANGELOG.md b/CHANGELOG.md index 849fa384..1cab9c40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,6 +26,13 @@ [**@mfisher87**](https://github.com/mfisher87), [**@betolink**](https://github.com/betolink)) +- Added example PR links to pull request template + ([#756](https://github.com/nsidc/earthaccess/issues/756)) + [**@Sherwin-14**](https://github.com/betolink), + [**@mfisher87**](https://github.com/mfisher87) + + + ### Fixed - Removed Broken Link "Introduction to NASA earthaccess"