Welcome to Goldrush Decoder! We appreciate your interest and contributions in making the web3 world more human-friendly.
Follow these steps to contribute:
-
Fork the Repository: Click on the "Fork" button on the top right corner of the page.
-
Clone Your Fork:
git clone https://github.com/covalenthq/goldrush-decoder.git
-
Create a Branch:
git checkout -b <initials>-<feat/fix/refactor>/<name>
-
Make Changes: Implement your awesome features or fix bugs.
-
Commit Changes:
git commit -m "feat(scope/inner-scope): description"
-
Push to Your Fork:
git push origin <initials>-<feat/fix/refactor>/<name>
-
Submit a Pull Request: Open a pull request on the GitHub repository.
-
Follow Code Review: Be open to feedback and make necessary changes.
Thank you for your contribution!