Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 1.07 KB

File metadata and controls

40 lines (27 loc) · 1.07 KB

Contributing to Codebox

First off, thank you for considering contributing to Codebox! 🎉
Your support and involvement help make this project better for everyone.

Table of Contents


Code of Conduct

This project adheres to a Code of Conduct. By participating, you are expected to uphold this code.

How Can I Contribute?

Reporting Bugs

  • Create an issue.
  • Include steps to reproduce, expected vs. actual behavior, and screenshots if helpful.

Suggesting Enhancements

  • Create an issue.
  • Clearly explain your idea and why it would be useful.

Submitting Changes

  1. Fork the repository.
  2. Create a new branch: git checkout -b feature/your-feature-name
  3. Make your changes and commit them:
    git commit -m "Add feature: your detailed message"