Skip to content

Commit 9d7aa11

Browse files
committed
Added Contributing section
1 parent 95ceeb7 commit 9d7aa11

1 file changed

Lines changed: 13 additions & 1 deletion

File tree

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
[![Author](https://img.shields.io/badge/author-Daniel%20M.%20Hendricks-blue.svg)](https://www.danhendricks.com)
2-
[![GitHub License](https://img.shields.io/badge/license-GPLv2-green.svg)](https://raw.githubusercontent.com/dmhendricks/wordpress-base-plugin/master/LICENSE)
2+
[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://paypal.me/danielhendricks)
3+
[![WP Engine](https://f001.backblazeb2.com/file/hendricks/images/badge/wpengine.svg)](http://bit.ly/WPEnginePlans)
4+
[![GitHub License](https://img.shields.io/badge/license-GPLv2-yellow.svg)](https://raw.githubusercontent.com/dmhendricks/wordpress-base-plugin/master/LICENSE)
35
[![Twitter](https://img.shields.io/twitter/url/https/github.com/dmhendricks/wordpress-base-plugin.svg?style=social)](https://twitter.com/danielhendricks)
46

57
# WordPress Base Plugin
@@ -10,6 +12,14 @@ This is a boilerplate WordPress plugin featuring namespace autoloading and integ
1012

1113
It may also be used as the means of [separating custom code](http://www.billerickson.net/core-functionality-plugin/) from the theme.
1214

15+
### Contributing
16+
17+
Here are some ways that you can contribute:
18+
19+
* Suggest improvements and/or code them.
20+
* Test the translation mechanisms - they have not been extensively tested yet.
21+
* [Report bugs](https://github.com/dmhendricks/wordpress-base-plugin/issues) and/or incompatibilities
22+
1323
## Features
1424

1525
* Namespaces & dependency autoloading
@@ -55,6 +65,8 @@ See the [Getting Started](https://github.com/dmhendricks/wordpress-base-plugin/w
5565
* Add Customizer example
5666
* Add dynamically-created CSS/JS files based on settings
5767
* Add encrypted text field example
68+
* Add [phpdotenv](https://github.com/vlucas/phpdotenv) support
69+
* Move `get_script_version()`, `get_script_path()` and `get_script_url()` to Helpers
5870

5971
## Change Log
6072

0 commit comments

Comments
 (0)