W3b Dojo is an interactive tutorial designed to teach the essentials of Web Accessibility, focusing on ARIA (Accessible Rich Internet Applications) principles. It includes sections on roles, states, properties, and focus management, offering a hands-on approach to learning accessibility practices.
We welcome contributions to improve the tutorial! Whether it's fixing bugs, adding new features, or improving the content, your help is highly appreciated.
-
Fork the repository Click the "Fork" button at the top-right of the repository page to create your own copy of the project.
-
Clone your fork Clone your fork to your local machine:
git clone https://github.com/joayo13/W.A.I.T.git
-
Set up the development environment Install the dependencies:
npm install
-
Create a new branch Create a new branch for your changes:
git checkout -b your-branch-name
-
Make your changes Edit the relevant files. If you're adding new content or making updates, please ensure they align with the existing structure and style of the tutorial. For new features, write clear and concise documentation.
-
Test your changes Ensure everything works as expected. If you're working on a section of the tutorial, interact with it to verify accuracy and functionality.
-
Commit your changes Add and commit your changes:
git add . git commit -m "Describe your changes"
-
Push your changes Push your changes to your fork:
git push origin your-branch-name
-
Create a pull request Open a pull request (PR) to the main repository. Provide a clear description of what your changes include and any relevant context.
Please be respectful and considerate of others. We are working together to build a better, more inclusive project. Be kind, constructive, and open to feedback.
If you encounter any bugs or have suggestions, please open an issue in the Issues section of the repository. Provide as much detail as possible, including steps to reproduce any bugs, so we can address them effectively.