diff --git a/.github/PULL_REQUEST_TEMPLATE/bep.md b/.github/PULL_REQUEST_TEMPLATE/bep.md deleted file mode 100644 index 8f40ef43..00000000 --- a/.github/PULL_REQUEST_TEMPLATE/bep.md +++ /dev/null @@ -1,11 +0,0 @@ -This is a suggested pull request template for to add BEP to the BIDS website. -It's designed to capture information we've found to be useful in reviewing pull requests. - -If there is other information that would be helpful to include, please don't hesitate to add it! - ---- - -- [ ] indicate the issue in the BIDS specification repository that you opened for your BEP. - BIDS specification issue: https://github.com/bids-standard/bids-specification/issues/???? -- [ ] update the `data/beps/beps.yml` document using the template entry described [here](https://github.com/bids-standard/bids-website/tree/main/.github/PULL_REQUEST_TEMPLATE/bep_template.yml) -- [ ] ensure that BEP leads are listed among BIDS contributors in [the wiki of the BIDS specification](https://github.com/bids-standard/bids-specification/wiki/Recent-Contributors#adding-yourself-as-a-contributor) diff --git a/.github/PULL_REQUEST_TEMPLATE/bep_template.yml b/.github/PULL_REQUEST_TEMPLATE/bep_template.yml deleted file mode 100644 index b48c2193..00000000 --- a/.github/PULL_REQUEST_TEMPLATE/bep_template.yml +++ /dev/null @@ -1,29 +0,0 @@ ---- -- number: - title: # full title - display: ' ' # short title for display - google_doc: ' ' - pull_request: ' ' # pull request for the BEP on the BIDS specification repo - html_preview: ' ' # link to the html render of the pull request - # for the BEP on the BIDS specification repo - leads: - # MUST match given-names and family-names - # from the bids specification citation.cff - # Update the list of contributors via the BIDS specification - # if necessary. - # See: https://github.com/bids-standard/bids-specification/wiki/Recent-Contributors#adding-yourself-as-a-contributor - - given-names: ' ' - family-names: ' ' - bids_maintainers: - - given-names: ' ' - family-names: ' ' - status: # updates - - ' ' # add updates - - ' ' # with items - blocking: # potential blockers for this BEP - - ' ' # add blocker - - ' ' # with items - communication_channel: # mattermost, matrix, slack, discord... - google_doc_created: # date when the BEP draft was started: format 'YYYY-MM' - pull_request_created: # date when the Proposed BEP was started: format 'YYYY-MM' - pull_request_merged: # date when the Proposed BEP was merged: format 'YYYY-MM' diff --git a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md new file mode 100644 index 00000000..88137e17 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md @@ -0,0 +1,29 @@ + + + + + + +- Closes # + + +Changes proposed in this pull request: +- + +## Checklist for contributor + +- [ ] PR has an interpretable title with a prefix (e.g. `[BUG]`, `[DOC]`, `[ENH]`, `[MAINT]`)\ +Refer to [NumPy Development Guide](https://numpy.org/doc/stable/dev/development_workflow.html#writing-the-commit-message) for a full list +- [ ] PR links to GitHub issue with mention `Closes #XXXX`