Skip to content

Commit

Permalink
Update workflow steps in contributing.md documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mac committed Jan 15, 2018
1 parent 38300ff commit a2e070a
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,14 @@ You can also type `npm run package-plugin` which will run the two commands above

## Workflow

A good workflow is to work directly in this repo, branch off `master`, and submit your changes as a pull request.
A good workflow for new contributors to follow is listed below:
- Fork Gutenberg repository
- Clone forked repository
- Create new branch
- Make code changes
- Commit code changes within newly created branch
- Push branch to forked repository
- Submit Pull Request to Gutenberg repository

Ideally name your branches with prefixes and descriptions, like this: `[type]/[change]`. A good prefix would be:

Expand Down

0 comments on commit a2e070a

Please sign in to comment.