Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 504 Bytes

CONTRIBUTING.md

File metadata and controls

13 lines (8 loc) · 504 Bytes

Contributing to rv32emu

👍🎉 First off, thanks for taking the time to contribute! 🎉👍

The following is a set of guidelines for contributing to rv32emu hosted on GitHub. These are mostly guidelines, not rules. Use your best judgment, and feel free to propose changes to this document in a pull request.

Coding Convention

Software requirement: clang-format-12

Use the command $ clang-format -i *.[ch] to enforce a consistent coding style.