0byt3m1n1
Path:
/
data
/
applications
/
aps.bak
/
wordpress
/
plugins
/
google-analytics-for-wordpress
/
[
Home
]
File: CONTRIBUTING.md
#Contribute To Google Analytics for WordPress Community made patches, localisations, bug reports and contributions are very welcome and help make Google Analytics for WordPress the #1 GA plugin for WordPress. When contributing please ensure you follow the guidelines below so that we can keep on top of things. __Please Note:__ GitHub is for bug reports and contributions only - if you have a support question or a request for a customisation don't post here, go to our [Support Forum](http://wordpress.org/support/plugin/google-analytics-for-wordpress) instead. For localization, please refer to [translate.yoast.com](http://translate.yoast.com/projects/google-analytics-for-wordpress), though bugs with strings that can't be translated are welcome here. ## Getting Started * Submit a ticket for your issue, assuming one does not already exist. * Raise it on our [Issue Tracker](https://github.com/Yoast/google-analytics-for-wordpress/issues) * Clearly describe the issue including steps to reproduce the bug. * Make sure you fill in the earliest version that you know has the issue as well as the version of WordPress you're using. _Note:_ do **not** report security issues here. Email them to security at yoast dot com so we can deal with them swiftly and securely. ## Making Changes * Fork the repository on GitHub * Make the changes to your forked repository * Ensure you stick to the [WordPress Coding Standards](http://codex.wordpress.org/WordPress_Coding_Standards) and have properly documented any new functions. * When committing, reference your issue (if present) and include a note about the fix. * Push the changes to your fork and submit a pull request to the 'master' branch of the Google Analytics for WordPress repository. ## Code Documentation * We ensure that every Google Analytics for WordPress function is documented well and follows the standards set by phpDoc. * An example function can be found [here](https://gist.github.com/jdevalk/5574677) * Please make sure that every function is documented so that when we update our API Documentation things don't go awry! * Finally, please use tabs and not spaces. The tab indent size should be 8 for all Google Analytics for WordPress code. At this point you're waiting on us to merge your pull request. We'll review all pull requests, and make suggestions and changes if necessary. <a name="patch-welcome"></a> ## "Patch welcome" issues Some issues are [labeled "Patch-welcome"](https://github.com/Yoast/google-analytics-for-wordpress/issues?q=is%3Aopen+is%3Aissue+label%3APatch-Welcome). This means we see the value in the particular enhancement being suggested but have decided for now not to prioritize it. If you however decide to write a patch for it we'll gladly include it after some code review. # Additional Resources * [General GitHub Documentation](http://help.github.com/) * [GitHub Pull Request documentation](http://help.github.com/send-pull-requests/)