Skip to content

Commit

Permalink
Misc (#736)
Browse files Browse the repository at this point in the history
* rm COC

* update CONTRIBUTING

* fix mh config

* fix
  • Loading branch information
Remi-Gau authored Nov 9, 2024
1 parent ba3672b commit dae9cc4
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 78 deletions.
74 changes: 0 additions & 74 deletions CODE_OF_CONDUCT.md

This file was deleted.

15 changes: 13 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,19 @@

_We're so excited you're here and want to contribute._

If you have any questions that aren't discussed below, please let us know by
[opening an issue](#understanding-issues).
**Welcome to the BIDS Specification repository!**

_We're so excited you're here and want to contribute._

We hope that these guidelines are designed to make it as easy as possible to get involved.
If you have any questions that aren't discussed below, please let us know
by [opening an issue](https://github.com/bids-standard/bids-matlab/issues/new).

If you are not familiar with Git ansd GitHub,
check our [generic contributing guidelines](https://bids-website.readthedocs.io/en/latest/collaboration/bids_github/CONTRIBUTING.html).

If you want to contribute to the BIDS matlab codebase,
make sure you also read the instructions below.

## Style guide

Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,8 +214,7 @@ doi = https://doi.org/10.5281/zenodo.3363985

## Contributing

If you want to contribute make sure to check our [contributing guidelines](CONTRIBUTING.md)
and our [code of conduct](CODE_OF_CONDUCT.md).
If you want to contribute make sure to check our [contributing guidelines](CONTRIBUTING.md).

Thanks goes to these wonderful people
([emoji key](https://allcontributors.org/docs/en/emoji-key)):
Expand Down
1 change: 1 addition & 0 deletions miss_hit.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ regex_class_name: "(([A-Z]){1}([a-z]+)*)*"
regex_method_name: "[a-zA-Z]+(_[a-z]+)*"
regex_parameter_name: "[A-Z]*|[a-z]+(_[a-z]+)*"
regex_function_name: "[a-z]+(_[a-zA-Z0-9]+)*"
regex_attribute_name: "[a-zA-Z]+(_[a-zA-Z0-9]+)*"
regex_nested_name: "[a-z]+(_[a-zA-Z0-9]+)*"
regex_script_name: "[a-zA-Z]+(_[a-zA-Z0-9]+)*"

Expand Down

0 comments on commit dae9cc4

Please sign in to comment.