Skip to content

Commit

Permalink
Merge pull request #6 from ntwb/add/contributing-md
Browse files Browse the repository at this point in the history
docs: Initial `CONTRIBUTING.md` file
  • Loading branch information
omarreiss authored Jun 29, 2017
2 parents 736c86e + 3bb936c commit fa81907
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Contributing

## Workflow

A good workflow is to work directly in this repo, branch off `master`, and submit your changes as a pull request.

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

- `add/` = add a new feature
- `try/` = experimental feature, "tentatively add"
- `update/` = update an existing feature

For example, `add/foo-module` means you're working on adding a new foo module.

You can pick among all the <a href="https://github.com/WordPress/packages/issues">tickets</a>, or some of the ones labelled <a href="https://github.com/WordPress/packages/labels/Good%20First%20Task">Good First Task</a>.

0 comments on commit fa81907

Please sign in to comment.