Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1.58 KB

CONTRIBUTING.md

File metadata and controls

26 lines (19 loc) · 1.58 KB

Contributing


If you have good comments or suggestions, welcome to create Issues or Pull Requests ,contribute to the polaris open source community. Polaris continues to recruit contributors, even if it is answering questions on the issue, or doing some simple bugfixes, it will be of great help to polaris.

Tencent Open Source Incentive Programs Encourage developers to participate and contribute, and look forward to your joining.

Issue

For contributors

Please ensure that the following conditions are met before submitting an issue:

  • Must be a bug or new feature
  • Have searched on the issue, and did not find a similar issue or solution
  • When creating a new issue, please provide a detailed description, screenshot or short video to help us locate the problem

Pull Request

We welcome everyone to contribute code to make our product more powerful. The code team will monitor all pull requests, and we will do the corresponding code inspection and testing. After the test passes, we will accept the PR, but will not immediately merge into the master branch.

Please confirm before completing a PR:

  1. Fork your own branch from the master branch.
  2. Please modify the corresponding documents and comments after modifying the code.
  3. Please add License and Copyright declarations in the newly created file.
  4. Ensure a consistent code style.
  5. Do adequate testing.
  6. Then, you can submit your code to the dev branch.