This is the official website for Glug Winter of Code
We love contributions! We want to make contributing to this project as easy and friendly as possible, whether it's:
- Beginner PR requests
- Questions regarding any problems
- Submitting a fix
- Proposing new features
- Suggestions and Feedbacks
We Use Github Flow, So All Code Changes Happen Through Pull Requests
Pull requests are the best way to propose changes to the codebase (we use Github Flow). We actively welcome your pull requests:
-
Fork the repo and create your branch from
master
. -
Run the app in developer mode
npm start
Open http://localhost:3000 to view it in the browser. The page will reload as you make edits.
-
Ensure the test suite passes.
npm test
-
Make sure your code lints. To format the code, use
npm run prettier
incase prettier fails, use
npm run prettier:fix
-
Issue that pull request!