-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Decision making & contributing #81
Decision making & contributing #81
Conversation
Question on Markdown source code style: Use hard line wrapping or no? The existing |
Soft 'code style' for markdown: "Hardline wrapping is a GO". It makes it easier to review. I tend to rely on the automatic hard line wrapping that Prettier gives (for example here), rather than going all the way to ensure that every sentence starts on a new line (as this repo deals mostly with code and not documentation). I was planning to implement the hard-line wrapping in the readme as a last-commit-before-merging of #77 once I get a green light on it. It would have made the reviewing a pain in the neck otherwise. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few minor style and wording suggested changes. Most of these are fixes of what seem to be holdovers from when this text was copied from the BIDS Specification guidelines.
Ah, that makes sense. I'll give Prettier a try myself. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for that @apjanke
CONTRIBUTING.md
Outdated
|
||
Make sure to | ||
[keep your fork up to date](https://help.github.com/articles/syncing-a-fork/) | ||
with the master repository, otherwise you can end up with lots of dreaded |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes let's overthrow master
especially here because it could lead to confusion with the master
branch of some repo. I think we will "soon" rename the master
branch into main
to follow the move.
I think that upstream
is one of those terms often used but that is VERY obscure when you start Git and Github. So I would say parent
sounds better.
@all-contributors please add @apjanke for review |
I've put up a pull request to add @apjanke! 🎉 |
I will do a rebase on |
b49ccc8
to
07c0270
Compare
- update TOC - add some TODOs
Co-authored-by: Andrew Janke <floss@apjanke.net>
07c0270
to
fe31daf
Compare
| Name | Time commitment | Role / Scope | | ||
| --------------------------------------------------- | --------------- | ------------ | | ||
| Rémi Gau ([@Remi-Gau](https://github.com/Remi-Gau)) | 5h/week | Admin | | ||
| Guillaume Flandin ([ ?? ](https://github.com/ ??)) | ?? h/week | Admin | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@gllmflndn I will let you add things here.
| --------------------------------------------------- | --------------- | ------------ | | ||
| Rémi Gau ([@Remi-Gau](https://github.com/Remi-Gau)) | 5h/week | Admin | | ||
| Guillaume Flandin ([ ?? ](https://github.com/ ??)) | ?? h/week | Admin | | ||
| Robert Oostenvold ([ ?? ](https://github.com/ ??)) | ?? h/week | Admin | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@robertoostenveld I will let you add things here.
OK This "workflow" is now "in effect". |
As discussed at our previous meeting I am opening a PR to discuss and formalize our process.
If you want to see how this renders and for an easier read:
DEADLINE FOR REVIEW
Let's give this one 10 days for review. So once all comments and suggestions have been submitted till the 22nd of November have been resolved, this should come into action.
TO DO
main
branch, latest ondev
...)Things that still need to be added but that can be done in another PR.
For CONTRIBUTING.md