Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 1.56 KB

CONTRIBUTING.md

File metadata and controls

21 lines (11 loc) · 1.56 KB

Contributing

Thank you for considering contributing to this theme! Many hands make light work, and you're more than welcome.

Here are a couple ways you can help out.

Open an Issue

Please open an issue to ask questions, report bugs, troubleshoot the project, or discuss anything that might need fixing or updating. You can follow one of the templates to make sure you provide helpful information.

Send a Pull Request

If you would like to change or fix something yourself, a pull request (PR) is most welcome! Please open an issue before you start working. That way, you can let other people know that you're taking care of it and no one ends up doing extra work.

Please fork the repository, then check out a local branch that includes the issue number, such as fix-<issue number>. For example, git checkout -b fix-42.

Before you submit your PR, make sure your fork is synced with master, then create a PR. You may want to allow edits from maintainers for help with small changes like fixing typos.

Thank you!

Thank you for being a part of this open source project. 💕