Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 791 Bytes

CONTRIBUTING.md

File metadata and controls

25 lines (16 loc) · 791 Bytes

Contribution Guideline

Thanks for considering to contribute this project. All issues and pull requests are highly appreciated.

Pull Requests

Before sending pull request to this project, please read and follow guidelines below.

  1. Branch: We only accept pull request on master branch.
  2. Coding style: Follow the coding style used in go-spring.
  3. Commit message: Use English or Chinese and be aware of your spell.
  4. Test: Make sure to test your code.

NOTE: We assume all your contribution can be licensed under the Apache License 2.0.

Issues

We love clearly described issues. :)

Following information can help us to resolve the issue faster.

  • Version.
  • Logs.
  • Screenshots.
  • Steps to reproduce the issue.