First off, thanks for taking the time to contribute!
The following is a set of guidelines for contributing to the NBN Project Hub. These are mostly guidelines, not rules. Use your best judgment, and feel free to propose changes to this document in a pull request.
Start by forking the NBN Project Hub repository to your own GitHub account.
After forking the repo, clone it to your local machine and run yarn install
to install all the required dependencies.
git clone https://github.com/<your-username>/nbn-project-hub.git
cd nbn-project-hub
yarn install
Navigate to the nbn-react-components
directory.
cd packages/nbn-react-components
After making any changes to the code, run the following command to build the project:
yarn build
To see the components in Storybook, run:
yarn storybook
When you are ready to merge your changes and have a review, you should issue a pull request.
- Push your changes to your forked repository on GitHub.
- Create a pull request from your forked repository to the original
nbn-project-hub
repository.
Please follow the code of conduct while contributing to this project.
Thank you for contributing!