diff --git a/.gitmodules b/.gitmodules index a57bdd83..deddfc8a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -17,3 +17,6 @@ path = data/datasets/examples url = https://github.com/bids-standard/bids-examples datalad-url = https://github.com/bids-standard/bids-examples +[submodule "docs/collaboration/bids_github"] + path = docs/collaboration/bids_github + url = https://github.com/bids-standard/.github diff --git a/docs/collaboration/bids_github b/docs/collaboration/bids_github new file mode 160000 index 00000000..cee020f3 --- /dev/null +++ b/docs/collaboration/bids_github @@ -0,0 +1 @@ +Subproject commit cee020f3f3970e31a5344bac6d2defc0209fb246 diff --git a/docs/collaboration/contributors.md b/docs/collaboration/contributors.md index 696a6ebc..1cbf4a90 100644 --- a/docs/collaboration/contributors.md +++ b/docs/collaboration/contributors.md @@ -6,6 +6,13 @@ hide: # Contributors +## Adding yourself as a contributors + +To know more about if you can qualify as a BIDS contributor, how to add your name to the list of contributors, and why you should, +check our [contributing guidelines about this](./bids_github/CONTRIBUTING.md#recognizing-contributions). + +## List of contributors + Thanks goes to these wonderful people. diff --git a/mkdocs.yml b/mkdocs.yml index 143c4ef7..cfc78ab5 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -85,6 +85,9 @@ exclude_docs: | standards/bids_stats_model/src/README.md standards/bids_stats_model/src/bsmschema/README.md standards/bids_stats_model/src/specification/walkthrough-2.md + collaboration/bids_github/README.md + collaboration/bids_github/SUPPORT.md + nav: - About: index.md @@ -180,20 +183,12 @@ nav: - faq/bids-apps.md - Collaboration: - collaboration/index.md - - specification/code_of_conduct.md - collaboration/governance.md - collaboration/working-groups.md - collaboration/contributors.md + - collaboration/bids_github/CONTRIBUTING.md + - collaboration/bids_github/CODE_OF_CONDUCT.md - collaboration/acknowledgments.md - # TODO have a single code of conduct - # - starter_kit: getting_started/src/src/CODE_OF_CONDUCT.md - # TODO remove those pages from the website - # until all the contributing pages have been refactored - # see https://github.com/bids-standard/.github/issues/7 - # - Contributing: - # - apps: apps/CONTRIBUTING.md - # - spec: specification/CONTRIBUTING.md - # - starter_kit: getting_started/src/src/CONTRIBUTING.md - Extensions: - extensions/index.md - extensions/beps.md