diff --git a/CLA.md b/CLA.md new file mode 100644 index 0000000..f0e19c2 --- /dev/null +++ b/CLA.md @@ -0,0 +1,28 @@ +### Flowming Individual Contributor License Agreement + +Thank you for your interest in contributing to the Flowming open source software project (the "Project"). This Individual Contributor License Agreement ("Agreement") sets out the terms governing any source code, object code, bug fixes, configuration changes, tools, specifications, documentation, data, materials, feedback, information or other works of authorship that you submit or have submitted, in any form and in any manner, to the Project in respect of any of its software or documentation (collectively "Contributions"). + +You agree that the following terms apply to all of your past, present and future Contributions. Except for the licenses granted in this Agreement, you retain all of your right, title and interest in and to your Contributions. + +--- + +**1. Copyright License.** You hereby grant to the Project and to recipients of software distributed by the Project a non-exclusive, perpetual, irrevocable, worldwide, fully-paid, royalty-free, transferable copyright license to reproduce, prepare derivative works of, publicly display, publicly perform, and distribute your Contributions and such derivative works, with the right to sublicense the foregoing rights through multiple tiers of sublicensees. + +**2. Patent License.** You hereby grant to the Project and to recipients of software distributed by the Project a non-exclusive, perpetual, irrevocable, worldwide, fully-paid, royalty-free, transferable patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer your Contributions, where such license applies only to those patent claims licensable by you that are necessarily infringed by your Contributions alone or by combination of your Contributions with the software to which such Contributions were submitted, with the right to sublicense the foregoing rights through multiple tiers of sublicensees. + +**3. Moral Rights.** To the fullest extent permitted under applicable law, you hereby waive, and agree not to assert, all of your "moral rights" in or relating to your Contributions for the benefit of the Project, its assigns, and their respective direct and indirect sublicensees. + +**4. Trademarks.** This Agreement does not grant any rights to use the name "Flowming" or its logo. All rights to the Project's trademarks and branding remain protected. + +**5. Third Party Content/Rights.** If your Contribution includes or is based on any works that were not authored by you ("Third Party Content") or if you are aware of any third party intellectual property rights associated with your Contribution ("Third Party Rights"), then you agree to include with the submission of your Contribution full details respecting such Third Party Content and Third Party Rights, including identification of the owner/author and any applicable license terms or restrictions. + +**6. Representations.** You represent that, other than Third Party Content identified by you, you are the sole author of your Contributions and are legally entitled to grant the foregoing licenses and waivers. If your Contributions were created in the course of your employment, you represent that your employer has authorized you to make your Contributions on their behalf or has waived all of their right, title or interest in or to your Contributions. + +**7. Disclaimer.** To the fullest extent permitted under applicable law, your Contributions are provided on an "as is" basis, without any warranties or conditions, express or implied, including, without limitation, any implied warranties or conditions of non-infringement, merchantability or fitness for a particular purpose. You are not required to provide support for your Contributions. + +**8. No Obligation.** You acknowledge that the Project is under no obligation to use or incorporate your Contributions. The decision to use or incorporate your Contributions will be made at the sole discretion of the Project maintainers. + +**9. Assignment.** You agree that the Project may assign this Agreement, and all of its rights, obligations and licenses hereunder, to a successor organization. + +--- +By signing, you acknowledge that you have read and agree to the terms of this Individual Contributor License Agreement. Your agreement will be recorded electronically (via the GitHub CLA Assistant). \ No newline at end of file diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..56d7053 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,50 @@ +# Contributing to Flowming + +Thank you for taking the time to contribute! + +## Licensing at a glance + +* **Source code:** Creative Commons Attribution–NonCommercial–ShareAlike 4.0 International (CC BY-NC-SA 4.0) +* **Documentation:** Creative Commons Attribution–NonCommercial–NoDerivatives 4.0 International (CC BY-NC-ND 4.0) + +For full terms see the LICENSE file in this repository. + +When you open your first pull request you'll be asked to sign our **Contributor License Agreement (CLA)**. The CLA lets us include your code in the project and, if needed, redistribute it under the project's license. + +## Development Workflow + +1. **Fork** the repository and create a descriptive branch (`feature/your-feature`, `fix/issue-123`, etc.). +2. **Run the tests** with `npm test`; make sure everything passes. +3. **Commit** using clear messages following the [Conventional Commits](https://www.conventionalcommits.org/) specification (see below). +4. **Open a pull request** and describe what you changed/why. Reference related issues. +5. **Sign the CLA** when prompted. +6. A maintainer will review your PR—please reply to any comments and update as needed. + +### Conventional Commits Cheat-Sheet + +``` +(optional-scope): + + + +