Contributing
I would love for you to contribute to Fredo and help me make this even better! Start reading this document to see it is not difficult as you might have imagined.
Table of Contents
Open an Issue
Open an Issue to report any problems or improvements. Be sure to include some description to explain the problem.
Submit a Pull Request
To submit a new feature, make sure that changes are done to the source code. Follow WordPress coding standards and do not forget to test your code before pushing it.
Try to solve a problem for each pull request, this increases the chances of acceptance. When in doubt, open a new issue so I can answer you. Look at existing issues for ideas or to see if a similar issue has already been submitted.
- Fork the Github repo:
git clone https://github.com/corsonr/fredo.git
- Create a new branch:
git checkout -b issuenumber-feature-name
- Commit your changes:
git commit -m 'issuenumber-feature-name'
- Push to the branch:
git push origin my-feature-name
- Submit a pull request!
License
By contributing your code, you agree to license your contribution under the GNU General Public License v3.0.