diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index b3cbb770f6..a4b053fffc 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -130,7 +130,7 @@ The package maintainer also reserves the right to adjust the criteria to recogni If you have further questions regarding the contribution guidelines, please contact the package/repository maintainer. -[docs]: https://insightsengineering.github.io/tern/index.html -[articles]: https://insightsengineering.github.io/tern/main/articles/index.html -[license]: https://insightsengineering.github.io/tern/main/LICENSE-text.html -[insights]: https://github.com/insightsengineering/tern/pulse +[docs]: https://pharmaverse.github.io/tern/index.html +[articles]: https://pharmaverse.github.io/tern/main/articles/index.html +[license]: https://pharmaverse.github.io/tern/main/LICENSE-text.html +[insights]: https://github.com/pharmaverse/tern/pulse diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 158136f512..abaeb0fa6c 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -33,7 +33,7 @@ body: id: code-of-conduct attributes: label: Code of Conduct - description: By submitting this issue, you agree to follow our [Code of Conduct.](https://insightsengineering.github.io/tern/CODE_OF_CONDUCT.html) + description: By submitting this issue, you agree to follow our [Code of Conduct.](https://pharmaverse.github.io/tern/CODE_OF_CONDUCT.html) options: - label: I agree to follow this project's Code of Conduct. required: true @@ -41,7 +41,7 @@ body: id: contributor-guidelines attributes: label: Contribution Guidelines - description: By submitting this issue, you agree to follow our [Contribution Guidelines.](https://insightsengineering.github.io/tern/CONTRIBUTING.html) + description: By submitting this issue, you agree to follow our [Contribution Guidelines.](https://pharmaverse.github.io/tern/CONTRIBUTING.html) options: - label: I agree to follow this project's Contribution Guidelines. required: true @@ -49,7 +49,7 @@ body: id: security-policy attributes: label: Security Policy - description: By submitting this issue, you agree to follow our [Security Policy.](https://github.com/insightsengineering/tern/security/policy) + description: By submitting this issue, you agree to follow our [Security Policy.](https://github.com/pharmaverse/tern/security/policy) options: - label: I agree to follow this project's Security Policy. required: true diff --git a/.github/ISSUE_TEMPLATE/feature.yml b/.github/ISSUE_TEMPLATE/feature.yml index 59ac68c1c1..ed4f8cef3c 100644 --- a/.github/ISSUE_TEMPLATE/feature.yml +++ b/.github/ISSUE_TEMPLATE/feature.yml @@ -18,7 +18,7 @@ body: id: code-of-conduct attributes: label: Code of Conduct - description: By submitting this issue, you agree to follow our [Code of Conduct.](https://insightsengineering.github.io/tern/CODE_OF_CONDUCT.html) + description: By submitting this issue, you agree to follow our [Code of Conduct.](https://pharmaverse.github.io/tern/CODE_OF_CONDUCT.html) options: - label: I agree to follow this project's Code of Conduct. required: true @@ -26,7 +26,7 @@ body: id: contributor-guidelines attributes: label: Contribution Guidelines - description: By submitting this issue, you agree to follow our [Contribution Guidelines.](https://insightsengineering.github.io/tern/CONTRIBUTING.html) + description: By submitting this issue, you agree to follow our [Contribution Guidelines.](https://pharmaverse.github.io/tern/CONTRIBUTING.html) options: - label: I agree to follow this project's Contribution Guidelines. required: true @@ -34,7 +34,7 @@ body: id: security-policy attributes: label: Security Policy - description: By submitting this issue, you agree to follow our [Security Policy.](https://github.com/insightsengineering/tern/security/policy) + description: By submitting this issue, you agree to follow our [Security Policy.](https://github.com/pharmaverse/tern/security/policy) options: - label: I agree to follow this project's Security Policy. required: true diff --git a/.github/workflows/cla.yaml b/.github/workflows/cla.yaml deleted file mode 100644 index b674b0b457..0000000000 --- a/.github/workflows/cla.yaml +++ /dev/null @@ -1,18 +0,0 @@ -name: CLA 🔏 - -on: - issue_comment: - types: - - created - # For PRs that originate from forks - pull_request_target: - types: - - opened - - closed - - synchronize - -jobs: - CLA: - name: CLA 📝 - uses: insightsengineering/.github/.github/workflows/cla.yaml@main - secrets: inherit