Skip to content

Commit

Permalink
Merge pull request #4462 from rileybrook/update/conributing.md-workflow
Browse files Browse the repository at this point in the history
Update workflow steps in CONTRIBUTING.md documentation
  • Loading branch information
jasmussen committed Jan 15, 2018
2 parents eb468a8 + a2e070a commit a418f56
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 a418f56

Please sign in to comment.