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

[DOC] Update the contributing section of the readme #631

Merged
merged 5 commits into from
Sep 21, 2020

Conversation

csouchet
Copy link
Member

No description provided.

@csouchet csouchet added the documentation Improvements or additions to documentation label Sep 16, 2020
@@ -50,10 +50,18 @@ Then, we will work on BPMN extensions, library extension points, display options
capacities.


# Development
# Contributing
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what is the purpose of this change? do you prefer having minimal info here because you think it makes easier to start contributing?
In that case, call to npm install is missing I guess

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I got inspired by different readme, like https://rowanmanning.com/posts/writing-a-friendly-readme/
This provides a taste for new contributors, and encourages them to read more.

@csouchet csouchet force-pushed the update_contributing_part_of_readme branch from 519d1cc to fea80e0 Compare September 17, 2020 07:27
@csouchet csouchet force-pushed the update_contributing_part_of_readme branch from fea80e0 to 61aa6a0 Compare September 17, 2020 08:31
Copy link
Member

@tbouffard tbouffard left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor changes proposed. Feel free to dismiss if not accurate

README.md Outdated Show resolved Hide resolved

```sh
npm run test # run all unit & e2e tests
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
npm run test # run all unit & e2e tests
npm install
npm run test # run all unit & e2e tests

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@csouchet @aibcmars do you agree with this suggestion? this is the last thing (apply it or not) which blocks the merge

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here, we just want to remember the criteria for accepting pull requests (just run the test).
So, for me, how to install the dependency should not be in this section.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This makes sense, I am ok with that.


You can find more detail in our [Contributing guide](CONTRIBUTING.md#Build). Participation in this open source project is subject to a [Code of Conduct](CODE_OF_CONDUCT.md).

:sparkles: A BIG thanks to all our contributors :slightly_smiling_face:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good, this reflects what we already do in all release notes

@csouchet csouchet merged commit 2c207f7 into master Sep 21, 2020
@csouchet csouchet deleted the update_contributing_part_of_readme branch September 21, 2020 07:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants