Skip to content
This repository has been archived by the owner on Apr 14, 2022. It is now read-only.

Latest commit

 

History

History
33 lines (29 loc) · 2.45 KB

CONTRIBUTING.md

File metadata and controls

33 lines (29 loc) · 2.45 KB

You can report a bug, submit a new feature enhancement recommendation, or commit codes by a pull request.

Reporting Bugs

  • Before report a bug, please search from google to confirm you cannot find any hint on it.
  • Look issues List to confirm this issue is not a duplicated one.
  • Create a new issue.
  • Define a clear and descriptive title for the issue.
  • If bug reported, please provide information below: - Details for reproduce bug step by step. Include Kubernetes manifests, masked executed SQL, deployment configuration, expected results, actual results and tracing log. - Waterline and operating system or system arch version. - Source code that reproduce the bug on github, can be linked here. - Stack trace if exception thrown. - Screenshot and animated gif to help bug reproduce if necessary. - Screenshot for CPU, Memory, Network and IO stat if performance issue.
  • If enhancement recommendation reported, please provide information below: - Details for enhancement behaviour. - Explain why this enhancement is general feature for most developers. - List similar features which already available in other product if possible. Both open source and commercial software are available.
  • Assign label after create issue. Label should be bug, enhancement, discussion and so on.
  • Please pay attention on the issue and provide more information during discuss.
  • Please close issue when it is resolved. If you don't close it, we will close it after 3 days。
  • If this issue has new information, please reopen it again. Please note, issue can reopen which only closed by yourself. If the issue is closed by us, you have no permission to reopen any more.

Commit pull request

  • Please choose an interested issue, or create a new issue and then settle a correct label.
  • Reply a deadline message to pickup this issue.
  • Fork to your github repo and begin to work.
  • Please follow Waterline's Development conventions, then complete check before pull request submit.
  • Submit a pull request to main branch when finished.
  • Maintainers will do code review and discuss some details, include design, implement, performance and code style. Code will be merged until at least two maintainers accepted.
  • Finally, congratulations that you have become the official contributor for Pisa!