Skip to content

Commit

Permalink
[ENH] add contributing and COC from .github repo (#523)
Browse files Browse the repository at this point in the history
* add contributing and COC

* update submodule

* add info on how to add oneself as contributor

* update submodule

* Update docs/collaboration/contributors.md
  • Loading branch information
Remi-Gau authored Sep 28, 2024
1 parent 2338d2b commit e77175d
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 10 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions docs/collaboration/bids_github
Submodule bids_github added at cee020
7 changes: 7 additions & 0 deletions docs/collaboration/contributors.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
Expand Down
15 changes: 5 additions & 10 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit e77175d

Please sign in to comment.