From a2e070ab08cca72fed051ce189fa4f546c7c2161 Mon Sep 17 00:00:00 2001 From: mac Date: Sun, 14 Jan 2018 19:41:18 -0700 Subject: [PATCH] Update workflow steps in contributing.md documentation --- CONTRIBUTING.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b84a8171aa4b6..5f0587c9595c7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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: