Skip to content

Latest commit

 

History

History
42 lines (24 loc) · 1.12 KB

CONTRIBUTE.md

File metadata and controls

42 lines (24 loc) · 1.12 KB

Contribution Guide for VMeta

Thank you for participating in VMeta project.
Your contribution will be of great help to the VMeta project.


Contribute Guide

See README file to get general information on VMeta.
VMeta project and everyone participating in this project is governed by the CODE_OF_CONDUCT.


How to Contribute

The following is guideline for how to contribute to VMeta project.

Issue

Before create your Pull Request, Please let us know what's the problem with the project or what functions you want to add to the project through the Issue.

  • Please write the title in detail.
  • Describe the details of the issue as specific as possible.

Pull Request

  1. Fork the repo to your own repo.
  2. Git clone to the forked repo.
    : Refer to the Installation document.
  3. Create your branch for PR.
  4. Modify the code.
  5. Push your changes to your own branch.
  6. Create PR.

If you request PR, we will review the code and update it ASAP.