Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 1.63 KB

CONTRIBUTING.md

File metadata and controls

19 lines (10 loc) · 1.63 KB

How to contribute to MAGE

Code of Conduct

Everyone participating in this project is governed by the Code of Conduct. By participating, you are expected to uphold this code. Please report unacceptable behavior to tech@memgraph.com.

Reporting Bugs

This section guides you through submitting a bug report for Memgraph MAGE. Following these guidelines helps maintainers and the community understand your report, reproduce the behavior, and find related reports.

Before creating a bug report, please check out GitHub Issues as you might find out that you don't need to create one. When you are creating a bug report, please include as many details as possible. Fill out the required template, so we can get all the needed information to resolve the issue.

Note: If you find a Closed issue that seems like it is the same thing that you're experiencing, open a new issue and include a link to the original issue in the body of your new one.

Adding new Query Modules

Please send a GitHub Pull Request with a clear list of what you've done. Make sure all of your commits are atomic (one feature per commit).

If you need information on how Memgraph query modules work and how to implement them, take a look at our documentation and specifically this reference guide section.