Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 1.31 KB

CONTRIBUTING.md

File metadata and controls

36 lines (22 loc) · 1.31 KB

Contributing to Inkwell

Hello there! Thank you for taking interest in Inkwell!

Found a Bug?

  • Please ensure the bug was not already reported by searching our issue tracker.
  • If you're unable to find an open issue relating to the problem, please file an issue.

Want to Submit a Pull Request?

  • Please ensure your PR follows these guidelines:

Required

  • My code follows the code style of this project
  • I have added documentation and doc tests to any new functions or types
  • I have updated documentation and doc tests to any modified functions or types as applicable
  • I have added tests to cover my changes
  • All new and existing tests passed
  • I am basing my changes off master, instead of one of the llvm version branches

Desired

  • I have ran clippy and updated portions of code pertaining to my changes
  • I will keep my code reasonably up to date via rebasing over merging whenever possible (This helps avoid unnecessary merge commits)

Got Questions?

Please attempt to ask your question at our Gitter Chat Room. If no one gets back to you in a day or so, feel free to open up an issue.

Thanks!!

Inkwell Team