Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.63 KB

CONTRIBUTING.md

File metadata and controls

27 lines (19 loc) · 1.63 KB

How to Contribute 如何贡献

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

Issue

如果你希望为 Tape 提交新的特性或者遇到了任何 Bug,欢迎在 github 仓库中开启新的 issue,同时也欢迎提交 pull request

If you wish for new features or encounter any bug, please feel free to open issue, and we always welcome pull request.

如果你想报告 issue,请通过如下方式打开 debug 日志,并将日志粘贴到 issue 中。

export TAPE_LOGLEVEL=debug

If you are reporting an issue, please generously turn on debug log with export TAPE_LOGLEVEL=debug and paste log in the issue

Pull request

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -s)
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

Others

如果您希望贡献文档翻译,或者学习教程,也欢迎和维护者联系。

Creative Commons License
This work is licensed under a Creative Commons Attribution 4.0 International License.