Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 925 Bytes

CONTRIBUTING.md

File metadata and controls

42 lines (29 loc) · 925 Bytes

Contributing to BitsAndBytes

Getting Started

  1. Fork the repository
  2. Create a new branch for your feature
  3. Make your changes
  4. Submit a pull request

Code Style Guidelines

  1. Use consistent indentation (4 spaces)
  2. Include comments explaining complex algorithms
  3. Add documentation for new features
  4. Follow C99 standards

Documentation

  • Update the INDEX.md when adding new files
  • Include detailed comments in your code
  • Update relevant documentation in /docs

Testing

  • Add test cases for new features
  • Ensure existing tests pass
  • Document test procedures

Pull Request Process

  1. Update relevant documentation
  2. Add yourself to CONTRIBUTORS.txt
  3. Reference any related issues
  4. Wait for review and address feedback

Communication

  • Open an issue for discussion
  • Use clear, concise commit messages
  • Respond to feedback constructively

Thank you for contributing to BitsAndBytes!