Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Guidlines for contributing in CONTRIBUTING.md #134

Merged
merged 2 commits into from
May 20, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Contributing to Give

Contributions to Give are more than welcome.

## License

By contributing code to Give, you agree to license your contribution under the [GPL License](license.txt).

## Before reporting a bug
Search our [issue tracker](https://github.com/WordImpress/Give/issues) for similar issues.

## How to report a bug
1. Specify the version number for Give.
2. Describe the problem in detail. Explain what happened, and what you expected would happen.
3. If helpful, include a screenshot. Annotate the screenshot for clarity.

## How to contribute to Give
If you would like to submit a pull request, please follow the steps below:

1. Make sure you have a GitHub account.
2. Fork the repository on GitHub.
3. Make changes to your clone of the repository.
4. [Submit a pull request](https://help.github.com/articles/creating-a-pull-request).
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Announcing: Give. The most flexible, robust, and easy to use WordPress plugin fo

### Why Give? ###

Prior to Give there's was no single go-to solution for accepting donations on WordPress. Sure, Gravity Forms and WooCommerce are great plugins but they're not developed to work specifically for donations. This can often lead to your users being confused by unnecessary cart systems, incorrect terminology, or lack of flexibility. As an admin, you may have wrestled with the various other WordPress donation plugins. Dealing with the lack of documentation and unreliable support can be an all too common occurrence and a real pain.
Prior to Give there was no single go-to solution for accepting donations on WordPress. Sure, Gravity Forms and WooCommerce are great plugins but they're not developed to work specifically for donations. This can often lead to your users being confused by unnecessary cart systems, incorrect terminology, or lack of flexibility. As an admin, you may have wrestled with the various other WordPress donation plugins. Dealing with the lack of documentation and unreliable support can be an all too common occurrence and a real pain.

There's a better way. Now you have Give.

Expand Down