Skip to content

Commit 1f7d49d

Browse files
committed
rm pr template changes
1 parent c0949f2 commit 1f7d49d

File tree

3 files changed

+40
-29
lines changed

3 files changed

+40
-29
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
This is a suggested pull request template for to add BEP to the BIDS website.
2+
It's designed to capture information we've found to be useful in reviewing pull requests.
3+
4+
If there is other information that would be helpful to include, please don't hesitate to add it!
5+
6+
---
7+
8+
- [ ] indicate the issue in the BIDS specification repository that you opened for your BEP.
9+
BIDS specification issue: https://github.com/bids-standard/bids-specification/issues/????
10+
- [ ] 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)
11+
- [ ] 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)
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
- number:
3+
title: # full title
4+
display: ' ' # short title for display
5+
google_doc: ' '
6+
pull_request: ' ' # pull request for the BEP on the BIDS specification repo
7+
html_preview: ' ' # link to the html render of the pull request
8+
# for the BEP on the BIDS specification repo
9+
leads:
10+
# MUST match given-names and family-names
11+
# from the bids specification citation.cff
12+
# Update the list of contributors via the BIDS specification
13+
# if necessary.
14+
# See: https://github.com/bids-standard/bids-specification/wiki/Recent-Contributors#adding-yourself-as-a-contributor
15+
- given-names: ' '
16+
family-names: ' '
17+
bids_maintainers:
18+
- given-names: ' '
19+
family-names: ' '
20+
status: # updates
21+
- ' ' # add updates
22+
- ' ' # with items
23+
blocking: # potential blockers for this BEP
24+
- ' ' # add blocker
25+
- ' ' # with items
26+
communication_channel: # mattermost, matrix, slack, discord...
27+
google_doc_created: # date when the BEP draft was started: format 'YYYY-MM'
28+
pull_request_created: # date when the Proposed BEP was started: format 'YYYY-MM'
29+
pull_request_merged: # date when the Proposed BEP was merged: format 'YYYY-MM'

.github/PULL_REQUEST_TEMPLATE/pull_request_template.md

Lines changed: 0 additions & 29 deletions
This file was deleted.

0 commit comments

Comments
 (0)