Skip to content

Latest commit

 

History

History
34 lines (19 loc) · 799 Bytes

CONTRIBUTING.md

File metadata and controls

34 lines (19 loc) · 799 Bytes

How to contribute

I'm really glad you're reading this, because we need volunteer developers to help this project come to fruition. Blah Blah

Here are some important resources:

  • R1 Blah Blah
  • R2 Blah Blah

Testing

Blah Blah

Submitting changes

Please send a [GitHub Pull Request] with a clear list of what you've done. Blah Blah

Always write a clear log message for your commits. One-line messages are fine for small changes, but bigger changes should look like this:

$ git commit -m "A brief summary of the commit
> 
> A paragraph describing what changed and its impact."

Coding conventions

Start reading our code and you'll get the hang of it. We optimize for readability Blah Blah:

  • Blah Blah
  • Blah Blah

Thanks, Team Mesh-Generation Framework