Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 1.06 KB

CONTRIBUTING.md

File metadata and controls

37 lines (22 loc) · 1.06 KB

Contributing to grafaml

First off, thanks for taking the time to contribute!

How Can I Contribute?

Reporting Bugs

If you find any bugs, feel free to create an issue on GitHub. We appreciate it if you could include the following information:

  • A quick summary and/or background
  • Steps to reproduce
  • Be as detailed as possible
  • Include sample code if possible

Pull Requests

Here are the steps for creating a pull request:

  1. Fork the repo on GitHub.
  2. Commit changes to your own branch.
  3. Push your work back up to your fork.
  4. Submit a Pull request so that we can review your changes.

NOTE: Be sure to merge the latest from "upstream" before making a pull request!

Documentation

You can help us by improving the documentation of the project, it's as important as the code itself!

Setting Up the Development Environment

Please check out the README.md "Development" section

Getting Help

If you have questions or need help with setting up, feel free to open an issue with a description of the problem you're facing.