-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6 from ntwb/add/contributing-md
docs: Initial `CONTRIBUTING.md` file
- Loading branch information
Showing
1 changed file
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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>. |