generated from queen-raae/gatsby-plugin-starter
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BREAKING CHANGE: Happy Holidays
- Loading branch information
Showing
2 changed files
with
98 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
## How to contribute with code | ||
|
||
### Getting started | ||
|
||
- Fork the repo | ||
- Clone your fork | ||
- Install the packages: `yarn install` | ||
- Run the demo: `yarn develop` | ||
|
||
To be able to have both the demo and plugin in the same repo we use [yarn workspaces](https://classic.yarnpkg.com/lang/en/docs/workspaces/). | ||
|
||
- Plugin code is in the `/plugin` folder, | ||
- and the demo code is in the `/demo` folder. | ||
|
||
### Do your thing | ||
|
||
Solve an [issue](https://github.com/queen-raae/gatsby-plugin-let-it-snow/issues) or do something else! | ||
|
||
### Create a Pull Request | ||
|
||
To get your changes merged into the project create a Pull Request from your fork. | ||
|
||
## How to contribute in other ways | ||
|
||
### Questions, Feedback and Suggestions | ||
|
||
If you have any questions, feedback or suggestions head on over to [discussions](https://github.com/queen-raae/gatsby-plugin-let-it-snow/discussions). | ||
|
||
### Bugs | ||
|
||
If you find a bug please open an [issue](https://github.com/queen-raae/gatsby-plugin-let-it-snow/issues) and/or create a pull request to fix it. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters