You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: contributing.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,14 +5,14 @@ We're really excited that you are interested in contributing to the Envato Marke
5
5
## Issue Reporting Guidelines
6
6
7
7
- 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.
9
9
- 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.
10
10
- 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.
11
11
- 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.
12
12
13
13
## Pull Request Guidelines
14
14
15
-
- Checkout a topic branch from `wip` and merge back against `wip`.
15
+
- Checkout a topic branch from `develop` and merge back against `develop`.
16
16
- 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.
17
17
-**DO NOT** check-in the `dist` directory in your commits.
18
18
- Follow the [WordPress Coding Standards](https://make.wordpress.org/core/handbook/coding-standards/).
0 commit comments