Skip to content

Commit f40c6c4

Browse files
authored
Update CONTRIBUTING.md
1 parent 3b305d6 commit f40c6c4

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

CONTRIBUTING.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ The sections below outline the steps in each case.
3333
- (**important**) announce your plan to the rest of the community *before you start working*. This announcement should be in the form of a (new) issue;
3434
- (**important**) wait until some kind of consensus is reached about your idea being a good idea;
3535
- if needed, fork the repository to your own Github profile and create your own feature branch off of the latest master commit. While working on your feature branch, make sure to stay up to date with the master branch by pulling in changes, possibly from the 'upstream' repository (follow the instructions [here](https://help.github.com/articles/configuring-a-remote-for-a-fork/) and [here](https://help.github.com/articles/syncing-a-fork/);
36-
- if cloned locally then perform a `development installation <README.dev.md#development-install>`_;
3736
- make sure the existing unit tests still work by running ``npm run test:unit:ci``;
3837
- make sure all the workflows (Github Action) pass;
3938
- add your own tests (if necessary);

0 commit comments

Comments
 (0)