Skip to content

Latest commit

 

History

History
66 lines (55 loc) · 2.21 KB

CONTRIBUTING.md

File metadata and controls

66 lines (55 loc) · 2.21 KB

Contributing to Accessible Web Dev

Languages

This project is built with Next.JS, Typescript and CSS modules.

Pre-requisites (these need to be installed on your machine)

Node.js
Yarn Package Manager

Available packages

Icons - React Icons Documentation
Code Snippets - React Syntax Highlighter Documentation
Translations - next-i18next Documentation

How to contribute

  1. Look through Pre-existing issues or Raise a new issue and ask to be assigned
  2. Fork the project
  3. Clone the project:
    git clone https://github.com/<your-github-username>/AccessibleWebDev
  4. Navigate to the project directory:
    cd AccessibleWebDev
  5. Set the upstream repository:
    git remote add upstream https://github.com/AccessibleForAll/AccessibleWebDev.git
  6. Install dependencies:
    yarn install
  7. Create a new branch:
    git checkout -b <YourBranchName>
  8. To run the project locally:
    yarn dev
  9. Make your changes
  10. Stage your changes:
    git add <NameOfFileChanged>
  11. Commit your changes:
    git commit -m "<Your commit message here>"
  12. Push your commits to your local repository
    git push origin <YourBranchName>
  13. Create a pull request
  14. Wait for maintainers to review your pull request and suggest any changes

Congratulations! You made a contribution to the Accessible For All Community!

Questions?

If at any time you need help with contributing, please reach out to the maintainers