PluginProbe ʕ •ᴥ•ʔ
Custom Post Type Permalinks / 3.4.1
Custom Post Type Permalinks v3.4.1
1.2.0 1.3.0 1.3.1 1.4.0 1.5.1 1.5.2 1.5.4 2.0.0 2.0.1 2.0.2 2.1.1 2.1.2 2.1.3 2.2.0 3.0.0 3.0.1 3.1.0 3.1.1 3.1.3 3.1.4 3.1.5 3.2.0 3.2.1 3.2.2 3.3.0 3.3.1 3.3.4 3.3.5 3.4.0 3.4.0-rc.1 3.4.1 3.4.2 3.4.3 3.4.4 3.4.5 3.5.2 3.5.3 3.5.4 3.5.5 trunk 0.6 0.6.1 0.6.2 0.7 0.7.1 0.7.10 0.7.2 0.7.2.1 0.7.3 0.7.3.1 0.7.4 0.7.4.1 0.7.5 0.7.5.1 0.7.5.2 0.7.5.6 0.7.6 0.7.8 0.7.9 0.7.9.1 0.7.9.2 0.8 0.8.1 0.8.6 0.8.7 0.8.7.1 0.8.7.5 0.8.7.6 0.9 0.9.1 0.9.2.1 0.9.3.1 0.9.3.2 0.9.3.3 0.9.5 0.9.5.1 0.9.5.2 0.9.5.3 0.9.5.4 0.9.5.6 0.9.6 1.0.0 1.0.1 1.0.2 1.0.3 1.0.4 1.0.5 1.1.0
custom-post-type-permalinks / CONTRIBUTING.md
custom-post-type-permalinks Last commit date
CPTP 5 years ago assets 5 years ago language 5 years ago .distignore 5 years ago .phpcs.xml.dist 5 years ago CONTRIBUTING.md 9 years ago CPTP.php 5 years ago LICENSE 9 years ago custom-post-type-permalinks.php 5 years ago readme.txt 5 years ago screenshot-1.png 5 years ago
CONTRIBUTING.md
25 lines
1 # How to contribute
2
3 ## Getting Started
4
5 * Make sure you have a [](https://github.com/signup/freeGitHub account](https://github.com/signup/free](https://github.com/signup/free)
6 * Submit a ticket for your issue, assuming one does not already exist.
7 * Clearly describe the issue including steps to reproduce when it is a bug.
8 * Make sure you fill in the earliest version that you know has the issue.
9 * Fork the repository on GitHub
10
11 ## Making Changes
12
13 * Create a topic branch from where you want to base your work.
14 * This is usually the master branch.
15 * Only target release branches if you are certain your fix must be on that
16 branch.
17 * To quickly create a topic branch based on master; `git checkout -b
18 fix/master/my_contribution master`. Please avoid working directly on the
19 `master` branch.
20 * Make commits of logical units.
21 * Check for unnecessary whitespace with `git diff --check` before committing.
22 * Make sure your commit messages are in the proper format.
23
24 By contributing code, you grant its use under the [](http://www.gnu.org/licenses/gpl-2.0.htmlGNU General Public License v2 (or later)](http://www.gnu.org/licenses/gpl-2.0.html](http://www.gnu.org/licenses/gpl-2.0.html).
25