Skip to content

Latest commit

 

History

History
43 lines (25 loc) · 1.01 KB

CONTRIBUTING.md

File metadata and controls

43 lines (25 loc) · 1.01 KB

Contributing

Thank you for contributing to Jackpine!

Reporting Bugs

If you've found a bug in Jackpine, and there isn't already an open issue for it, please create one.

Code Style

Styles

We prefer SCSS over SASS.

JavaScript

We use prettier to format our JS.

PHP

We generally try to follow the WordPress Coding Standards for PHP.

Pull Requests

  1. Fork the 45-North-Ventures-LLC/jackpine repository on GitHub, then clone the forked repo:

    git clone https://github.com/your-username/jackpine.git
  2. Add 45-North-Ventures-LLC/jackpine as an upstream:

    git remote add upstream https://github.com/45-North-Ventures-LLC/jackpine.git
  3. Create a new branch for your feature:

    git checkout -b your-branch-name
  4. Create a pull request on GitHub.