Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.13 KB

CONTRIBUTING.md

File metadata and controls

19 lines (14 loc) · 1.13 KB

Contributing to Cloud Shuffle Service(CSS)

If you want to report a bug or contribute new feature, you can start a discussion by creating an issue first, and then submit a pull request for your code changes. It's better to find known issues before creating a new one.

Discuss via an Issue

  • Search for known issues to check whether there have been an existing topic
  • If Yes, you can participate in the discussion
  • If Not, create a new issue by yourself according to the doc Create a New Issue

Submit a Pull Request

If it is the first time to submit a pull request, you can read this doc About Pull Request

  • Fork CSS Repo
  • Checkout a new branch in your fork repo
  • Patch you code, including neccessary test cases & coding-style check
  • Commit changes to the branch and push to the fork repo
  • Create a pull request to the ByteDance CSS repo