diff --git a/AUTHORIZED_CONTRIBUTORS.md b/AUTHORIZED_CONTRIBUTORS.md index af971de..5b45c39 100644 --- a/AUTHORIZED_CONTRIBUTORS.md +++ b/AUTHORIZED_CONTRIBUTORS.md @@ -1,17 +1,17 @@ # TiDev Authorized Contributors -In order to contribute code, docs, modules, etc to the TiDev project, you are required to sign-and-complete a copy of the TiDev CLA. -You can review the latest version of the CLA on our organization-docs Github repository here: -https://github.com/tidev/organization-docs/blob/main/CONTRIBUTOR_CLA.pdf +In order to contribute code, docs, modules, etc to the TiDev project, you are +required to sign-and-complete a copy of the TiDev CLA. -Here's our process for accepting a signed CLA: +Please visit https://tidev.io/contribute to learn more. - 1. Contact Josh Lambert either via TiSlack or via email (josh@lambertmail.xyz) and request an e-sign link containing the CLA. Make sure you include the email address in your message that you want to receive the e-sign request! - 2. Complete the e-sign link when it arrives in your email from the TiDev Docusign account. - 3. Your name will appear on the list below within 5 business days, at which point, you'll be eligible to submit code and other IP to the TiDev project. - +## Legacy Signed Contributors -> **PLEASE NOTE:** We only accept signed CLAs via Docusign to ensure we're all using the correct version of this document. +> IMPORTANT! Do not modify or remove anything below. The old v1 CLA action +> (https://github.com/tidev/tidev-cla-action) parsed the table below. All +> repositories have been updated to the new v2 CLA action which uses the new +> CLA check mechanism, however there are several PRs and old branches which +> have not been updated, thus we need the information below. Thank you! Below is the list of users that have successfully completed the CLA document for TiDev and are authorized to submit work to the TiDev projects: diff --git a/BECOMING_A_COMMITTER.md b/BECOMING_A_COMMITTER.md index 9551105..970a767 100644 --- a/BECOMING_A_COMMITTER.md +++ b/BECOMING_A_COMMITTER.md @@ -4,7 +4,7 @@ A committer is someone who has a proven record of significant contributions to T ## Steps to Become a Committer -1. Submit a [Contributor License Agreement (CLA)](https://github.com/tidev/organization-docs/blob/main/AUTHORIZED_CONTRIBUTORS.md) +1. Sign the [Contributor License Agreement (CLA)](https://tidev.io/contribute) 2. Get involved with one or more TiDev projects 3. Get nominated by a current committer @@ -25,6 +25,6 @@ You may be granted committer access to only a single project or in the rare circ For security reasons, the TiDev board members may choose to suspend your commit privileges if you have been inactive for longer than 1 year. -Violating the [code of conduct](https://github.com/tidev/organization-docs/blob/main/CODE_OF_CONDUCT.md) may also result in commit access being revoked. +Violating the [code of conduct](https://tidev.io/code-of-conduct) may also result in commit access being revoked. You may voluntarily suspend your commit privileges should you choose. diff --git a/CONTRIBUTOR_CLA.docx b/CONTRIBUTOR_CLA.docx old mode 100755 new mode 100644 index b722027..873239f Binary files a/CONTRIBUTOR_CLA.docx and b/CONTRIBUTOR_CLA.docx differ diff --git a/CONTRIBUTOR_CLA.pdf b/CONTRIBUTOR_CLA.pdf index a0da41a..6843c06 100644 Binary files a/CONTRIBUTOR_CLA.pdf and b/CONTRIBUTOR_CLA.pdf differ diff --git a/LICENSE.md b/LICENSE.md index 943662d..18bb28f 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2022 TiDev, Inc. +Copyright (c) 2022-2024 TiDev, Inc. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/ROADMAP.md b/ROADMAP.md index a0d2207..b34c94c 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -4,7 +4,7 @@ Below are the specific goals TiDev, Inc is working towards in accordance with ou For the TiDev Website: - 1. **Developer directory.** This means a place where developers that actively contribute to the TiDev project can list themselves as "for hire" by businesses looking for mobile developer talent. Should include an ability to link to their social media profiles, business website, and previous Titanium projects they've built. + 1. **Developer directory.** This means a place where developers that actively contribute to the TiDev project can list themselves as "for hire" by businesses looking for mobile developer talent. Should include an ability to link to their social media profiles, business website, and previous Titanium projects they've built. 2. **Corporate sponsor promotion.** This means prominent placement of corporation logos and websites that actively fund the TiDev project on the TiDev website as a way for them to build community good will and market themselves to our developer community. 3. **Actively Supported Titanium Modules.** This means a searchable directory on our website where we keep a published list of ACTIVELY SUPPORTED modules for Titanium. One place to look that doesn't involve lots of Googling for our developer community. 4. **Solid Getting Started / On-Boarding Manual.** This means articles, videos, and walk-throughs that make it as easy as possible to get new developers into the platform. React Native does this really well using playgrounds, etc, online. We're aiming for, at minimum, parity with that while also making the experience even better if possible.