Skip to content

Commit 1685149

Browse files
committed
branch name
1 parent 0a3be66 commit 1685149

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contributing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ We're really excited that you are interested in contributing to the Envato Marke
55
## Issue Reporting Guidelines
66

77
- The issue list of this repo is **exclusively** for bug reports and feature requests.
8-
- Try to search for your issue, it may have already been answered or even fixed in the `wip` (Work in Progress) branch.
8+
- Try to search for your issue, it may have already been answered or even fixed in the `develop` branch.
99
- Check if the issue is reproducible with the latest stable version. If you are using a pre-release, please indicate the specific version you are using.
1010
- It is **required** that you clearly describe the steps necessary to reproduce the issue you are running into. Issues without clear reproducible steps will be closed immediately.
1111
- If your issue is resolved but still open, don't hesitate to close it. In case you found a solution by yourself, it could be helpful to explain how you fixed it.
1212

1313
## Pull Request Guidelines
1414

15-
- Checkout a topic branch from `wip` and merge back against `wip`.
15+
- Checkout a topic branch from `develop` and merge back against `develop`.
1616
- If you are not familiar with branching please read [_A successful Git branching model_](http://nvie.com/posts/a-successful-git-branching-model/) before you go any further.
1717
- **DO NOT** check-in the `dist` directory in your commits.
1818
- Follow the [WordPress Coding Standards](https://make.wordpress.org/core/handbook/coding-standards/).

0 commit comments

Comments
 (0)