Thank you for contributing to Jackpine!
If you've found a bug in Jackpine, and there isn't already an open issue for it, please create one.
We prefer SCSS over SASS.
We use prettier to format our JS.
We generally try to follow the WordPress Coding Standards for PHP.
-
Fork the 45-North-Ventures-LLC/jackpine repository on GitHub, then clone the forked repo:
git clone https://github.com/your-username/jackpine.git
-
Add 45-North-Ventures-LLC/jackpine as an upstream:
git remote add upstream https://github.com/45-North-Ventures-LLC/jackpine.git
-
Create a new branch for your feature:
git checkout -b your-branch-name
-
Create a pull request on GitHub.