Skip to content

Commit e4e86e3

Browse files
committed
Reorganize CLA files into CLA/version_1 directory
- Move CLA.md to CLA/version_1/CLA.md - Move .github/CLA_SIGNATORIES.md to CLA/version_1/CLA_SIGNATORIES.md - Update all references in: - .github/workflows/cla.yml - .github/CLA_SETUP.md - README.md - CONTRIBUTING.md - CLA.md (self-references) - CLA_SIGNATORIES.md (relative links)
1 parent c54040c commit e4e86e3

6 files changed

Lines changed: 14 additions & 14 deletions

File tree

.github/CLA_SETUP.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This document explains how to set up the CLA Assistant GitHub Action to automati
66

77
The CLA Assistant GitHub Action (`.github/workflows/cla.yml`) automatically:
88
- Comments on new pull requests asking contributors to sign the CLA
9-
- Tracks who has signed the CLA in `.github/CLA_SIGNATORIES.json`
9+
- Tracks who has signed the CLA in `CLA/version_1/CLA_SIGNATORIES.md`
1010
- Updates PR status checks based on CLA signature status
1111
- Allows contributors to sign by commenting on their PR
1212

@@ -65,7 +65,7 @@ To verify the CLA Assistant is working:
6565
I have read the CLA Document and I hereby sign the CLA
6666
```
6767

68-
4. **Verify signature tracking**: After signing, a new commit should be added to the main branch updating `.github/CLA_SIGNATORIES.json`
68+
4. **Verify signature tracking**: After signing, a new commit should be added to the main branch updating `CLA/version_1/CLA_SIGNATORIES.md`
6969

7070
5. **Check PR status**: The PR status check should update to show "All contributors have signed the CLA ✅"
7171

@@ -76,15 +76,15 @@ To verify the CLA Assistant is working:
7676
When a contributor opens a pull request:
7777

7878
1. The CLA Assistant bot comments with a link to the CLA and instructions
79-
2. The contributor reads the CLA at `/CLA.md`
79+
2. The contributor reads the CLA at `/CLA/version_1/CLA.md`
8080
3. The contributor signs by commenting: `I have read the CLA Document and I hereby sign the CLA`
81-
4. The bot records the signature in `.github/CLA_SIGNATORIES.json`
81+
4. The bot records the signature in `CLA/version_1/CLA_SIGNATORIES.md`
8282
5. The bot updates the PR status to indicate CLA is signed
8383
6. Future PRs from the same contributor don't require re-signing
8484

8585
### Signature Storage
8686

87-
Signatures are stored in `.github/CLA_SIGNATORIES.json` in the following format:
87+
Signatures are stored in `CLA/version_1/CLA_SIGNATORIES.md` in the following format:
8888

8989
```json
9090
{
@@ -160,7 +160,7 @@ Recommended rotation period: Every 12 months
160160

161161
- [CLA Assistant GitHub Action Documentation](https://github.com/contributor-assistant/github-action)
162162
- [GitHub Personal Access Tokens Guide](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token)
163-
- [DeepWork CLA](../CLA.md)
163+
- [DeepWork CLA](../CLA/version_1/CLA.md)
164164
- [DeepWork License](../LICENSE.md)
165165

166166
## Support

.github/workflows/cla.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ jobs:
2525
# This should be a Personal Access Token with repo scope
2626
PERSONAL_ACCESS_TOKEN: ${{ secrets.CLA_ASSISTANT_PAT }}
2727
with:
28-
path-to-signatures: '.github/CLA_SIGNATORIES.json'
29-
path-to-document: 'https://github.com/${{ github.repository }}/blob/main/CLA.md'
28+
path-to-signatures: 'CLA/version_1/CLA_SIGNATORIES.md'
29+
path-to-document: 'https://github.com/${{ github.repository }}/blob/main/CLA/version_1/CLA.md'
3030
# Branch where CLA signatures will be stored
3131
branch: 'IMPT_cla_signatures'
3232
allowlist: 'dependabot[bot],github-actions[bot]'

CLA.md renamed to CLA/version_1/CLA.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ By signing this Agreement, You accept and agree to the terms and conditions cont
102102

103103
### For Individual Contributors
104104

105-
To sign this CLA, please add your GitHub username to the list of signatories by creating a pull request that adds your name to the `.github/CLA_SIGNATORIES.md` file, or alternatively, sign the CLA through our automated CLA Assistant when you submit your first pull request.
105+
To sign this CLA, please add your GitHub username to the list of signatories by creating a pull request that adds your name to the `CLA/version_1/CLA_SIGNATORIES.md` file, or alternatively, sign the CLA through our automated CLA Assistant when you submit your first pull request.
106106

107107
When you submit a pull request, the CLA Assistant bot will automatically check if you have signed the CLA and guide you through the process if you haven't.
108108

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ Organizations that have signed the Corporate CLA are tracked separately. If you
2424

2525
---
2626

27-
For questions about the CLA, see [CLA.md](../CLA.md) or contact legal@unsupervised.com.
27+
For questions about the CLA, see [CLA.md](CLA.md) or contact legal@unsupervised.com.

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ The CLA ensures that:
3939
**For First-Time Contributors:**
4040

4141
1. **Submit your pull request** - When you open your first PR, the CLA Assistant bot will automatically comment on it
42-
2. **Read the CLA** - Review the [Contributor License Agreement (CLA)](CLA.md)
42+
2. **Read the CLA** - Review the [Contributor License Agreement (CLA)](CLA/version_1/CLA.md)
4343
3. **Sign electronically** - Comment on your PR with: `I have read the CLA Document and I hereby sign the CLA`
4444
4. **Verification** - The bot will verify your signature and update the PR status
4545

@@ -57,7 +57,7 @@ Our CLA:
5757
- Acknowledges the Business Source License 1.1 restrictions
5858
- Is based on the Apache Software Foundation's CLA with modifications for BSL 1.1
5959

60-
For the full text, see [CLA.md](CLA.md).
60+
For the full text, see [CLA.md](CLA/version_1/CLA.md).
6161

6262
## Development Setup
6363

@@ -524,7 +524,7 @@ echo $NIX_PATH
524524

525525
By contributing to DeepWork, you agree that your contributions will be licensed under the project's current license. The licensor (Unsupervised.com, Inc.) reserves the right to change the project license at any time at its sole discretion.
526526

527-
You must sign the [Contributor License Agreement (CLA)](CLA.md) before your contributions can be accepted. See the CLA section above for details.
527+
You must sign the [Contributor License Agreement (CLA)](CLA/version_1/CLA.md) before your contributions can be accepted. See the CLA section above for details.
528528

529529
---
530530

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ DeepWork is licensed under the Business Source License 1.1 (BSL 1.1). See [LICEN
266266
- **Free for non-competing use**: You can use DeepWork freely for internal workflow automation, education, research, and development
267267
- **Change Date**: On January 14, 2030, the license will automatically convert to Apache License 2.0
268268
- **Prohibited Uses**: You cannot use DeepWork to build products that compete with DeepWork or Unsupervised.com, Inc. in workflow automation or data analysis
269-
- **Contributing**: Contributors must sign our [Contributor License Agreement (CLA)](CLA.md)
269+
- **Contributing**: Contributors must sign our [Contributor License Agreement (CLA)](CLA/version_1/CLA.md)
270270
271271
For commercial use or questions about licensing, please contact legal@unsupervised.com
272272

0 commit comments

Comments
 (0)