Last active
December 29, 2015 10:39
-
-
Save eduardozulian/7658226 to your computer and use it in GitHub Desktop.
My WordPress plugins readme standard
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
=== PLUGIN_NAME === | |
Contributors: eduardozulian | |
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=H28V8F5PHSZHA | |
Tags: | |
Requires at least: 3.0 | |
Tested up to: 3.8 | |
Stable tag: 1.0 | |
License: GPLv2 or later | |
License URI: http://www.gnu.org/licenses/gpl-2.0.html | |
Here is a short description of the plugin. This should be no more than 150 characters. No markup here. | |
== Description == | |
This is the long description. No limit, and you can use Markdown (as well as in the following sections). | |
= Contributing = | |
[PLUGIN_NAME](http://) is available on GitHub. If you want to contribute, please fork it and send a pull request! | |
== Installation == | |
1. Upload `plugin-name` folder to the `/wp-content/plugins/` directory | |
2. Activate the plugin through the 'Plugins' menu in WordPress | |
3. | |
== Frequently Asked Questions == | |
= A question that someone might have = | |
An answer to that question. | |
= What about foo bar? = | |
Answer to foo bar dilemma. | |
== Screenshots == | |
1. This screen shot description corresponds to screenshot-1.(png|jpg|jpeg|gif). Note that the screenshot is taken from | |
the /assets directory or the directory that contains the stable readme.txt (tags or trunk). Screenshots in the /assets | |
directory take precedence. For example, `/assets/screenshot-1.png` would win over `/tags/4.3/screenshot-1.png` | |
(or jpg, jpeg, gif). | |
2. This is the second screen shot | |
== Changelog == | |
= 1.0 = | |
* First version |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment