Skip to content

Temitope15/demoClub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DemoClub Contribution Guide

Welcome to the DemoClub project! We're excited to have you contribute to our website that teaches kids and teenagers how to code. Follow this guide to get started.

How to Contribute

Reporting Bugs

  • Ensure the bug hasn't been reported already.
  • Provide a clear description of the issue.
  • Include steps to reproduce the bug and any relevant screenshots.

Submitting Pull Requests

  1. Fork the repository.
  2. Create a new branch: git checkout -b feature/YourFeature.
  3. Make your changes.
  4. Commit your changes: git commit -m 'Add feature'.
  5. Push to the branch: git push origin feature/YourFeature.
  6. Submit a pull request.

Coding Standards

  • Follow the project's coding style.
  • Ensure your code is well-documented and includes comments.
  • Write unit tests for new features and bug fixes.

Reviewing and Merging Pull Requests

  • Your pull request will be reviewed by a team member.
  • Address any feedback and make necessary changes.
  • Once approved, your pull request will be merged into the main branch.

Contact

Thank you for your contributions! Together, we can make coding education fun and accessible for kids and teens.

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors