Skip to content

Latest commit

 

History

History
55 lines (48 loc) · 1.75 KB

CONTRIBUTING.md

File metadata and controls

55 lines (48 loc) · 1.75 KB

Contributing to Color Palette Combos

Languages

This project is built with React and CSS.

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>/ColorPaletteCombos
  4. Navigate to the project directory:
    cd ColorPaletteCombos
  5. Set the upstream repository:
    git remote add upstream https://github.com/AccessibleForAll/ColorPaletteCombos.git
  6. Install dependencies:
    npm install
  7. Create a new branch:
    git checkout -b <YourBranchName>
  8. To run the project locally:
    npm start
  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