1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-04-18 21:44:02 +03:00
mariadb-columnstore-engine/CONTRIBUTING.md
Andrew Hutchings e5930299b3 Add contributing documents from the server tree
GitHub actually recommends reading them when opening pull requests so it
is good to have them in this tree too.
2016-10-08 20:23:51 +02:00

560 B

Contributing to ColumnStore

Bugs

Bugs are tracked via Jira, to file a bug please go to https://jira.mariadb.org/browse/MCOL

MCOL is the bug type for ColumnStore.

Branches

Please use the standard GitHub fork and pull request method to submit any code contributions to us. They will be evaluated by our engineers as soon as possible.

All pull requests should be made to the develop branch of the project trees.

Coding Standards

Please see the [Coding Standards](CODING STANDARDS.md) for information on how to layout code for this project.