Skip to content

Commit cdd2b3d

Browse files
authored
Create CONTRIBUTING.md
1 parent 3f1291a commit cdd2b3d

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

CONTRIBUTING.md

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# Contributing
2+
3+
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.
4+
5+
6+
## Table of Contents
7+
8+
- [Open an Issue](#open-an-issue)
9+
- [Submit a Pull Request](#submit-a-pull-request)
10+
- [License](#license)
11+
12+
13+
## Open an Issue
14+
15+
[Open an Issue](../../../issues/new) to report any problems or improvements. Be sure to include some description to explain the problem.
16+
17+
18+
## Submit a Pull Request
19+
20+
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.
21+
22+
Try to solve a problem for each pull request, this increases the chances of acceptance. When in doubt, open a [new issue](#open-an-issue) so I can answer you. Look at existing issues for ideas or to see if a similar issue has already been submitted.
23+
24+
1. Fork the Github repo: `git clone https://github.com/corsonr/fredo.git`
25+
1. Create a new branch: `git checkout -b issuenumber-feature-name`
26+
1. Commit your changes: `git commit -m 'issuenumber-feature-name'`
27+
1. Push to the branch: `git push origin my-feature-name`
28+
1. Submit a pull request!
29+
30+
## License
31+
32+
By contributing your code, you agree to license your contribution under the GNU General Public License v3.0.

0 commit comments

Comments
 (0)