Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 655 Bytes

CONTRIBUTING.md

File metadata and controls

27 lines (18 loc) · 655 Bytes

Contributing

Before contributing anything, look for existing issues to avoid duplication.

Steps

Fork the repo

Clone your fork.

Make changes and commit.
note: Make sure you provide a succinct, descriptive commit message.

Push your changes to your fork.

submit a pull request.

You're done! Now, you're waiting on us.

Please use standard code conventions.
Any comments should be written in XML format. Example:

///<summary>
///Lorem ipsum dolor sit amet...
///</summary>