Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 773 Bytes

rechain_coin_CONTRIBUTING.md

File metadata and controls

32 lines (26 loc) · 773 Bytes

Contributing to rechain_coin

We welcome contributions to rechain_coin!

How to Contribute

  1. Fork the repository.
  2. Create a new branch for your feature or bug fix:
    git checkout -b feature/your-feature
  3. Write clean, well-documented code.
  4. Test your changes:
    cmake ..
    make
  5. Commit your changes:
    git commit -m "Add your message here"
  6. Submit a pull request.

Code Style

Reporting Issues

Use the GitHub Issues tab to report bugs or suggest features.

Thank you for contributing!