-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
18 changed files
with
1,649 additions
and
69 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,8 @@ | ||
.distignore | ||
.github | ||
.git | ||
.gitignore | ||
CHANGELOG.md | ||
composer.json | ||
LICENSE.md | ||
README.md |
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,30 @@ | ||
Thanks for contributing ! | ||
|
||
# Getting Started | ||
|
||
* Make sure you have a [GitHub account](https://github.com/signup/free). | ||
* Check if your issue has already been discussed (or even fixed) earlier. You can [search for existing issues](../../../issues?q=is%3Aissue). | ||
* Assuming it does not already exist, [create a new issue](../../../issues/new). | ||
* Clearly describe the issue. In case you want to report a bug, include steps to reproduce it. | ||
* Make sure you fill in the requested details to provide as much information as possible. | ||
* Fork the repository on GitHub. | ||
|
||
# Making Changes | ||
|
||
* Create a topic branch from where you want to base your work. | ||
* This is usually the `master` branch. | ||
* Only target release branches if you are certain your fix must be on that branch. | ||
* To quickly create a topic branch based on the `master` branch: | ||
* `git checkout -b issue/{issue-number} master` | ||
* a good example is `issue/7` | ||
* Make commits of logical units and that messages are helpful. | ||
|
||
# Submitting Changes | ||
|
||
* Push your changes to the according topic branch in your fork of the repository. | ||
* [Create a pull request](../../../compare) to our repository. | ||
* Wait for feedback. The team looks at pull requests on a regular basis. | ||
|
||
# License | ||
|
||
By contributing code, you grant its use under the [GPLv3 or Later license](../LICENSE.md). |
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,26 @@ | ||
<!-- | ||
Thanks for contributing ! | ||
Please note: | ||
- These comments won't show up when you submit your issue. | ||
- Please choose a descriptive title, ex. : "On media delete, it's still indexed". | ||
- Try to provide as many details as possible on the below list. | ||
- If requesting a new feature, please explain why you'd like to see it added. | ||
--> | ||
|
||
#### Version information | ||
|
||
* Plugin version : | ||
* PHP : | ||
* WordPress : | ||
|
||
#### Steps to reproduce | ||
|
||
1. | ||
2. | ||
3. | ||
|
||
#### What was expected | ||
|
||
|
||
#### What happened instead |
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,17 @@ | ||
<!-- | ||
Thanks for contributing ! | ||
Please note : | ||
- These comments won't show up when you submit the pull request. | ||
- Please make sure your changes respect the [WordPress Coding Standards](https://make.wordpress.org/core/handbook/best-practices/coding-standards). | ||
- In case you introduced a new action or filter hook, please also include [inline documentation](https://make.wordpress.org/core/handbook/best-practices/inline-documentation-standards/php). | ||
- Please provide tests, if you can. | ||
--> | ||
|
||
This pull request fixes issue #{id}. | ||
|
||
It will apply the following changes : | ||
|
||
* | ||
* | ||
* |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
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,7 @@ | ||
# Changelog | ||
|
||
## 1.0.0 - 08 Jan 2018 | ||
* Go to WP.org | ||
|
||
## 0.2 - 22 Jan 2017 | ||
* Initial |
Oops, something went wrong.