awesome-web-perf-budget
Version:
A curated list of awesome articles, videos and case studies about web performance budget.
20 lines (14 loc) • 819 B
Markdown
# Contributing
Thanks for being willing to contribute!
## Project setup
1. Fork and clone the repo
2. Create a branch for your PR
3. Try to include test cases for your code
4. Keep description short and simple
<a href='https://github.com/sindresorhus/awesome/blob/master/contributing.md#adding-something-to-an-awesome-list' target='_blank'>Adding something to an awesome list</a>.
## Commit and Push
Once you completed making the change, Please make sure to run the tests before you commit your changes. You can run
`npm run test` which will test your code.
**Working on your first Pull Request?**
<a href='https://egghead.io/courses/how-to-contribute-to-an-open-source-project-on-github' target='_blank'>How to Contribute to an Open Source Project on GitHub</a>.
Thanks to @kentcdodds for this amazing tutorial.