Skip to content

Latest commit

 

History

History
45 lines (36 loc) · 1.75 KB

CONTRIBUTING.md

File metadata and controls

45 lines (36 loc) · 1.75 KB

Contributing to Ask AI Makerspace

Hello coder, thank you for wanting to contribute to Ask AI Makerspace. We appreciate the effort and time you're dedicating to improving our project and strengthening the community.

Please read the collaboration guidelines following the community rules, and most importantly, have fun!

How to contribute

For contributing to Ask AI Makerspace, please follow the next steps:

  1. Fork the repository on your GitHub account.
  2. Clone the forked repository locally.
    git clone https://github.com/your_fork/name_project.git
  3. Create a new branch to work on.
     git checkout -b name_branch
  4. Make the changes you want.
  5. Commit and push the changes.
    git add .
    git commit -m "Add a message"
    git push origin name_branch
  6. Create a pull request and describe the changes you made.
    • IMPORTANT: If you want to contribute to the project, please create a pull request to develop branch, not to main branch.
  7. Wait for the review of your pull request.

Collaboration guidelines

  • Stay open-minded: Embrace collaboration and welcome helpful criticism. Our team thrives on diverse perspectives!
  • Test your Code: Before submitting, make sure your code is in top-notch shape! Run tests to ensure everything works smoothly.
  • Keep Docs Updated: Keep our documentation lively and current. Regular updates help everyone stay on the same page!

Thanks again for your contribution! If you have any questions or need assistance, feel free to contact us!

Happy coding!