You can find the repository for this website on GitHub . For instructions on how to run the repository locally, see the README .
This is a rough outline of what a contributor's workflow looks like:
feat:
- A new feature fix:
- A bug fix docs:
- Documentation only changes style:
- Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc) refactor:
- A code change that neither fixes a bug nor adds a feature perf:
- A code change that improves performance test:
- Adding missing tests or correcting existing tests build:
- Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm) ci:
- Changes to our CI configuration files and scripts (example scopes: Travis, Circle, BrowserStack, SauceLabs) chore:
- Other changes that don't modify src
or test files revert:
- Reverts a previous commit If the pull request resolves the relevant issues, and you want GitHub to close these issues automatically after it merged into the default branch, you can use the syntax (KEYWORD #ISSUE-NUMBER
) like this:
close #123
If the pull request links an issue but does not close it, you can use the keyword ref
like this:
ref #456
Multiple issues should use full syntax for each issue and separate by a comma, like:
close #123, ref #456
If you notice any bugs in the live website, please create a new issue on GitHub with: