-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCONTRIBUTING.txt
29 lines (16 loc) · 1.58 KB
/
CONTRIBUTING.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Contributing
Genesis Sample is a starter child theme for people making websites with the [Genesis Framework](https://my.studiopress.com/themes/genesis/) for WordPress. Thank you for your interest in contributing!
## File issues
Contribute bug reports and feature suggestions as [GitHub Issues](https://github.com/studiopress/genesis-sample/issues).
## Contribute code
We recommend that you first [create an issue](https://github.com/studiopress/genesis-sample/issues/new) to propose major changes before working on them.
[Fork](https://help.github.com/en/articles/fork-a-repo) the [Genesis Sample repository](https://github.com/studiopress/genesis-sample) to your own GitHub account, then clone it to work on locally:
git clone [email protected]:you-username/genesis-sample.git
Create a new branch to work on your changes. New branches should be forked from the `develop` branch.
git checkout -b feature/your-new-feature
Make your changes and commit your code.
When you're ready, [create a pull request](https://github.com/studiopress/genesis-sample/pulls) to outline and contribute your changes.
To increase the chance that your pull request is accepted:
* Lint your code to check that it conforms to WordPress standards. Learn more about the [developer tooling to help lint your code](https://github.com/studiopress/genesis-sample#for-developers).
* Do not increment the child theme version as part of your pull request. We'll take care of this for you prior to each release.
* Describe what problems your code solves or what improvements it brings in your commit messages or pull request text.