The starting point for any contribution should be a discussion with the community. Our preferred mechanism for that is the project forum, although discussions on the Slack team are equally valid. This serves two purposes:
Once the community discussion reaches a conclusion, the request is either dropped or taken forward.
For a feature request from a member of the community who is not in a position to also contribute the design or code, an item is added by a Committer to the Trello Whiteboard. The Whiteboard acts as a backlog of features that can be drawn on when prioritising work.
If an item has a Contributor to do the work, the next step will depend on the nature of the change.
If it is a well-defined feature that has limited impact - such as adding a new
option to an existing node - an issue should be raised in the appropriate
repository with the feature
label applied. The issue should provide a
description of the feature and any key design points that are needed.
This issue can then be used to help refine the proposal. The issue should
clearly identify who is working on it - this is to avoid accidental duplication
of work and ensure there is a focal point for the work.
If it is a larger scoped feature that may require multiple pull-requests to implement, or has a great impact to the end user, a design note should be created in the node-red/designs repo.
Once the design has been approved and moved to the in-progress
state, an issue
should be raised in the appropriate repository with the feature
label applied.
If the design identifies multiple stages of delivery for the feature, an issue
should be raised for each stage as needed. The issues should reference the design
note. Each issue should have a milestone set if it is planned for a particular release.
At some point a pull request will arrive. This will go through the normal review processes. The Committer community have a responsibility to review the PR in a timely manner. For any significant changes, the PR should be allowed to sit on the list for at least 48 hours - with consideration for weekends and other holiday periods. This gives all committers a fair chance to review the PR, or at least register their desire to give it a proper review, regardless of their timezone.
If there are no outstanding objections, a Committer will accept the PR.
If there are objections, a suitable consensus amongst the Committers should be reached.
Once all PRs relating to an issue have been resolved, the issue can be closed.
Once it has been merged, the corresponding feature issue should be closed. If there is a corresponding design note, its history section should be updated to reflect where/when the item was delivered.
Any pull-request that introduces a code change is expected to meet certain criteria before it will be accepted:
All committers to the PR must have signed the JS Foundation CLA. The project cannot accept any changes from unknown committers.
It should not be the first time the project is aware of the contribution. As described above, any code contribution should have already been discussed with the community and an Issue raised.
If the PR contains a bug fix, it can still be accepted as long as there are no controversial changes.
If it is a larger change, it may get rejected until the proper contribution process is followed. Whilst we do not want to discourage contributions, we do want to avoid shortcutting the proper review/discussion process.
The build tests should pass cleanly; they are run automatically on each PR and reported back. This covers code style and linting as well as unit and functional tests.
The changes must have appropriate Test coverage included. The core project has a goal to maintain over 90% code coverage. If a PR causes the code coverage to decrease it will be rejected unless there is a good reason provided.
The project places no requirements on what development methodology is used to make the code change prior to raising the PR. The project places high value on having good test coverage and documentation.
The following workflow is used in git for the main project repositories.
As in traditional git workflows, multiple branches are used for different streams of activity. The following describes how we use it today.
master
- this branch contains the latest shipped release of node-red, plus
any additional bug fixes that have been made since. At any time, this branch
could get shipped as the next maintenance release. At the time of writing,
this contains 0.16.2 and a few fixes that will be released as 0.16.3 at some point.dev
- this branch contains the development work on the next milestone release.
This is where new features are developed.The project uses a number of tools to support its activities. The following list is a current reflection of what is used and in what capacity.
This is the main discussion venue for the project. Anyone can join the forum.
For active, real-time, conversations, slack can be more productive than the
forum. Anyone can join the slack team. The #dev
channel is used for discussions
on project development.
High level tracking of ideas and features. This is where items are captured into the backlog that are considered enhancements to existing features or larger “epic” items.
It is used by the TC to provide a sense of priority across the items. Anyone can view the board. Committers have write access.
A separate board is used for documentation tasks that are not tied to specific code changes. This helps to ensure we have the right documentation for the different types of user/developer/contributor. Anyone can view the board. Committers have write access.
Version Control of the project source code. Anyone can clone or fork a repository; there are no private repos. Committers can apply commits to a repository.
Reporting of bugs/issues and tracking of feature development. Anyone can report an issue. Committers can “own” an issue.
How any contribution is made to a repository. Anyone can raise a pull-request. The process for doing so is described separately.
Each repository has a wiki associated with it. They are used as working spaces to develop designs, ideas and documentation in a collaborative way.
In particular, the core repository wiki has a set of Design Notes pages. These are where designs can be developed and feedback sought.
The wiki has no access control; anyone can make a change. But changes should only be made in collaboration with those who are actively working on a page.
Node-RED: Low-code programming for event-driven applications.
Copyright OpenJS Foundation and Node-RED contributors. All rights reserved. The OpenJS Foundation has registered trademarks and uses trademarks. For a list of trademarks of the OpenJS Foundation, please see our Trademark Policy and Trademark List. Trademarks and logos not indicated on the list of OpenJS Foundation trademarks are trademarks™ or registered® trademarks of their respective holders. Use of them does not imply any affiliation with or endorsement by them.
The OpenJS Foundation | Terms of Use | Privacy Policy | OpenJS Foundation Bylaws | Trademark Policy | Trademark List | Cookie Policy