-
Notifications
You must be signed in to change notification settings - Fork 0
fix: CLA signatures branch + declutter repo root #409
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -11,7 +11,7 @@ | |||||
| | Production use by large org (500+ employees and contractors) | Conditional | Commercial license | | ||||||
| | Offering SynthOrg as a hosted/managed service | Conditional | Commercial license | | ||||||
| | Reselling or embedding SynthOrg as your core product | Conditional | Commercial license | | ||||||
| | Contributing to SynthOrg | Yes | Sign the [CLA](https://github.com/Aureliolo/synthorg/blob/main/CLA.md) | | ||||||
| | Contributing to SynthOrg | Yes | Sign the [CLA](https://github.com/Aureliolo/synthorg/blob/main/.github/CLA.md) | | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This link to
Suggested change
|
||||||
|
|
||||||
| *"Conditional" uses require a commercial license — please [contact us](https://github.com/Aureliolo/synthorg/discussions) to discuss terms.* | ||||||
|
|
||||||
|
|
@@ -111,7 +111,7 @@ This means: | |||||
|
|
||||||
| ## Contributor License Agreement (CLA) | ||||||
|
|
||||||
| We require a [Contributor License Agreement](https://github.com/Aureliolo/synthorg/blob/main/CLA.md) before merging external contributions. The CLA: | ||||||
| We require a [Contributor License Agreement](https://github.com/Aureliolo/synthorg/blob/main/.github/CLA.md) before merging external contributions. The CLA: | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This link to the Contributor License Agreement uses an absolute URL that includes the
Suggested change
|
||||||
|
|
||||||
| - Grants SynthOrg a non-exclusive license to your contributions | ||||||
| - **Does not transfer ownership** — you retain full rights to your work | ||||||
|
|
||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Redundant entry in directory tree
docs/DESIGN_SPEC.mdis now a sub-item of thedocs/directory already listed at line 122. Showing it at the same indentation level asdocs/implies it lives at the repo root, which is the opposite of what this PR intends. It should either be removed (sincedocs/already covers it) or indented as a child entry ofdocs/:Or simply remove the
docs/DESIGN_SPEC.mdline and annotatedocs/with the note directly.Prompt To Fix With AI