Skip to content
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

Merged
merged 12 commits into from
Nov 21, 2020

Conversation

Remi-Gau
Copy link
Collaborator

@Remi-Gau Remi-Gau commented Nov 1, 2020

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

  • add explanation of the "git workflow" (stable is on the main branch, latest on dev...)

Things that still need to be added but that can be done in another PR.

For CONTRIBUTING.md

  • testing
  • examples
    • setting up an octave jupyter notebook
  • binder
  • continuous integration
    • travis
    • github actions

CONTRIBUTING.md Outdated Show resolved Hide resolved
@apjanke
Copy link
Collaborator

apjanke commented Nov 11, 2020

Question on Markdown source code style: Use hard line wrapping or no? The existing README.md does not use hard wraps, but this CONTRIBUTING.md does.

@Remi-Gau
Copy link
Collaborator Author

Question on Markdown source code style: Use hard line wrapping or no? The existing README.md does not use hard wraps, but this CONTRIBUTING.md does.

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.

Copy link
Collaborator

@apjanke apjanke left a 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.

CONTRIBUTING.md Outdated Show resolved Hide resolved
CONTRIBUTING.md Show resolved Hide resolved
CONTRIBUTING.md Outdated Show resolved Hide resolved
CONTRIBUTING.md Outdated Show resolved Hide resolved
CONTRIBUTING.md Outdated Show resolved Hide resolved
CONTRIBUTING.md Outdated Show resolved Hide resolved
CONTRIBUTING.md Outdated Show resolved Hide resolved
DECISION-MAKING.md Outdated Show resolved Hide resolved
DECISION-MAKING.md Outdated Show resolved Hide resolved
DECISION-MAKING.md Show resolved Hide resolved
@apjanke
Copy link
Collaborator

apjanke commented Nov 11, 2020

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

Ah, that makes sense. I'll give Prettier a try myself.

Copy link
Collaborator Author

@Remi-Gau Remi-Gau left a 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 Show resolved Hide resolved
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
Copy link
Collaborator Author

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.

CONTRIBUTING.md Outdated Show resolved Hide resolved
DECISION-MAKING.md Show resolved Hide resolved
@Remi-Gau
Copy link
Collaborator Author

@all-contributors please add @apjanke for review

@allcontributors
Copy link
Contributor

@Remi-Gau

I've put up a pull request to add @apjanke! 🎉

@Remi-Gau
Copy link
Collaborator Author

I will do a rebase on master as I need to need to make some changes to the new version of the README that was modified by #58 .

@Remi-Gau Remi-Gau changed the title [WIP] decision making & contributing Decision making & contributing Nov 11, 2020
CONTRIBUTING.md Outdated Show resolved Hide resolved
@Remi-Gau Remi-Gau marked this pull request as ready for review November 11, 2020 11:32
| 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 |
Copy link
Collaborator Author

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 |
Copy link
Collaborator Author

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.

@Remi-Gau
Copy link
Collaborator Author

OK This "workflow" is now "in effect".

@Remi-Gau Remi-Gau merged commit 6344bdc into bids-standard:master Nov 21, 2020
@Remi-Gau Remi-Gau deleted the remi-decision_making branch December 29, 2020 06:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants