Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 1.96 KB

CONTRIBUTING.md

File metadata and controls

40 lines (24 loc) · 1.96 KB

First off, thank you for considering contributing to CUBRID.

There are many ways to contribute, from submitting a bug report and a feature request, improving the documentation, sharing sample codes, writing a blog or issuing a patch.

How to file a bug report and suggest a new feature

Please our issue tracker to create an issue.

For a bug report

  • Please select a proper "Project". Typical choice is "CUBRID (CBRD)".
  • Please specify "Issue Type" as "Correct Error" and describe your issues with details, especially a reproduction scenario.
  • It would be great if you also show us your expected results as well as the current results.

For a feature suggestion

  • Please select a proper "Project". Typical choice is "CUBRID (CBRD)".
  • Please "Issue Type" as "Improve Function/Performance" and let us hear your suggestion.

How to submit a pull request

We are using the standard GitHub fork and pull requests workflow.

If you want to submit your work to CUBRID, first please make sure that you have signed and submitted the contributors license agreement (CLA).

The workflow is essentially as follows:

  • Fork CUBRID project.
  • Make a topic branch. Make your changes to this branch.
  • Issue a pull request on CUBRID repository. Base branch for a pull request would be develop.

You are kindly requested to keep your work mergeable.

You can also refer to

You can also send us an email to contact at cubrid.org.