-
Notifications
You must be signed in to change notification settings - Fork 398
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added Contributing file with information #226
Conversation
|
||
## Procedure 1 | ||
|
||
1. Create an [issue](https://github.com/una/CSSgram/issues) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd say look for an issue first becuase a lot of them are already made
2. Clone the fork onto your system | ||
3. `npm install` dependencies (must have Node installed) | ||
4. Run `gulp` to compile CSS and the test site | ||
5. Make changes and check the test site with your changes (see file structure outline below) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing file structure outline here (also mention to edit the .scss
file related to the filter)
Hey -- have you taken a look at any of these comments yet? |
I made the requested changes 👍 |
There's also slightly different information here: #242 with this being merged, please include that as well |
There you go 👍 an idea would be to just merge it and update it on the fly as new things come along, instead of me maintaining the docs haha 😆 |
I happened to miss the contribution section in the Readme while looking through the project. As many others do, I was looking for the CONTRIBUTING.md file in the repository, but couldn't find it. I suggest we add it with this pull request 👍