Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 1.29 KB

File metadata and controls

40 lines (25 loc) · 1.29 KB

Contributing

Data Cockpit is shared as a reference library, not as an unrestricted public package project.

Before You Open Anything

Accepted Input

  • precise bug reports
  • documentation fixes
  • small corrections with a clear technical reason

Rejected Input

  • copied code without clear rights
  • large unsolicited refactors or feature work
  • rude or non-constructive comments
  • attempts to reuse or publish this library as your own package without permission

Submission Terms

By submitting any material, you confirm that you have the right to submit it and that it does not knowingly violate another party's rights.

You grant the repository owner a perpetual, worldwide, irrevocable, royalty-free, sublicensable right to use, modify, adapt, publish, redistribute, relicense, or reject the submission without compensation.

Do not contribute if you do not agree with these terms.

Commit Messages

Use short, clean English commit messages with a clear action.

Recommended style:

  • Clarify library usage limits
  • Fix README wording
  • Add repository governance files