From 3ab73cb19b3ef57eae59b930f83d1534c93351bb Mon Sep 17 00:00:00 2001 From: Tom Kralidis Date: Mon, 1 Jan 2024 08:15:06 -0500 Subject: [PATCH] update PR template (#1463) * Update PULL_REQUEST_TEMPLATE.md * add RFC2 to checklist --- .github/PULL_REQUEST_TEMPLATE.md | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 7a0f84d..0230678 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,12 +1,21 @@ # Overview -# Related Issue / Discussion +# Related issue / discussion -# Additional Information +# Additional information -# Contributions and Licensing +# Dependency policy (RFC2) + +- [ ] I have ensured that this PR meets [RFC2](https://pygeoapi.io/development/rfc/2) requirements + +# Updates to public demo + +- [ ] I have ensured that breaking changes to the [pygeoapi master demo server](https://github.com/geopython/demo.pygeoapi.io) have been addressed + - [ ] https://github.com/geopython/demo.pygeoapi.io/blob/master/services/pygeoapi_master/local.config.yml + +# Contributions and licensing (as per https://github.com/geopython/pygeoapi/blob/master/CONTRIBUTING.md#contributions-and-licensing) -- [ ] I'd like to contribute [feature X|bugfix Y|docs|something else] to pygeoapi. I confirm that my contributions to pygeoapi will be compatible with the pygeoapi license guidelines at the time of contribution. +- [ ] I'd like to contribute [feature X|bugfix Y|docs|something else] to pygeoapi. I confirm that my contributions to pygeoapi will be compatible with the pygeoapi license guidelines at the time of contribution - [ ] I have already previously agreed to the pygeoapi Contributions and Licensing Guidelines