Thank you for considering contributing to our project!
New to contributing? Check out this free series How to Contribute to an Open Source Project on GitHub to learn how.
If you want to discuss AutoVizuA11y in greater depth, or contribute to the project, contact us through data-viz@feedzai.com.
- Fork and clone the repository.
- Run
$ npm installto install dependencies. - Create a new branch for your pull request (PR).
Tip: Keep your
mainbranch synchronized with the original repository. To set this up, run:git remote add upstream https://github.com/feedzai/AutoVizuA11y git fetch upstream git branch --set-upstream-to=upstream/master mainThis ensures that your
mainbranch tracks the upstream repository's master branch, facilitating easier updates. Base your pull request branches on thismainbranch.
Before committing your changes, ensure all tests pass.
Check out the open issues for tasks that need assistance. Please follow one of the provided templates when adding an issue to this repository.
Also, please consider watching the repository and actively participating in discussions, responding to questions, bug reports, and feature requests. Your engagement is appreciated!