First off, thanks for taking the time to contribute!
The following are guidelines to help you contribute to the Hustler extension.
Before creating an issue, please search the issue tracker to make sure it hasn't already been reported.
When creating an issue, clearly describe the issue including steps to reproduce if applicable.
Enhancement suggestions are welcomed and encouraged!
When creating an enhancement suggestion, explain the use case and how it will improve the extension for users.
Pull requests are greatly appreciated. To create one:
- Fork the repo and create your branch from
main
. - Add your changes and corresponding tests, if applicable.
- Update the CHANGELOG.md with details of changes.
- Modify the documentation if creating new features.
- Make sure code lints and tests pass.
Reviews may suggest changes. Be open to having your code improved during the review process.
To develop the Hustler extension:
- Clone the repo
- Run
npm install
- Open in Visual Studio Code
- Run/debug the extension