Thanks for wanting to contribute to bg-snippet 😁
We are open to all and any contributions. If you are going to undertake quite a large feature or refactor, maybe open an issue first to start a discussion with the maintainers.
-
Pull the repo and install the dependencies:
git clone git@github.com:msafdev/bg-snippet.git
-
Make your modifications / additions
-
Update / Add Documentation
-
Open pull request with overview off changes
All of the snippets are located in the components/common/background
directory.
First compile all your changes made in the project:
bun run build
If successful, you can now open a pull request with your changes.