Skip to content

Commit 55cc786

Browse files
docs: address PR review feedback for contributing and deploy workflows
Signed-off-by: Muawiya-contact <contactmuawia@gmail.com>
1 parent c99c15b commit 55cc786

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,11 @@ We welcome any contribution to crowd.dev. Before you start with your first issue
7272
- For your first contribution, we recommend taking a look at our ["good first issues" 🥂](https://github.com/linuxfoundation/crowd.dev/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue+%F0%9F%A5%82%22).
7373
- Other issues that are well suited for contribution have the tag ["help wanted" 🙏](https://github.com/linuxfoundation/crowd.dev/labels/help%20wanted%20%F0%9F%99%8F).
7474
- If you want to contribute to our codebase, you have to first [sign our Contributor License Agreement](https://cla-assistant.io/linuxfoundation/crowd.dev).
75-
- If you need help, you can reach us either via [Discord](http://crowd.dev/discord) or [Book a 15-min Contributor Onboarding Call](https://cal.com/team/linuxfoundation/contributor-onboarding?duration=15).
75+
- If you need help, you can reach us either via [Discord](http://crowd.dev/discord) or [Book a 15-min Contributor Onboarding Call](https://cal.com/team/CrowdDotDev/contributor-onboarding?duration=15).
7676

7777
#### Requirements
7878

79-
- Node v16.16.0
79+
- Node v20+
8080
- Docker and docker-compose
8181

8282
#### Setup the project
@@ -86,7 +86,7 @@ The project is a monorepo, meaning that it is a collection of multiple packages
8686
1. Get the mono repo from GitHub
8787

8888
```shell
89-
git clone git@github.com:CrowdDotDev/crowd.dev.git
89+
git clone git@github.com:linuxfoundation/crowd.dev.git
9090
```
9191

9292
2. Run the start script:
@@ -198,4 +198,4 @@ The Linux Foundation provides guidelines and best practices for using AI in deve
198198

199199
## Need help? 🛟
200200

201-
If you need help with any sort of contribution, please feel free to reach out on [Discord](https://go.crowd.dev/discord) or book a [contributor onboarding call](https://cal.com/team/linuxfoundation/contributor-onboarding?duration=15).
201+
If you need help with any sort of contribution, please feel free to reach out on [Discord](https://go.crowd.dev/discord) or book a [contributor onboarding call](https://cal.com/team/CrowdDotDev/contributor-onboarding?duration=15).

scripts/cli

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ function select_services() {
251251

252252
function deploy_staging() {
253253
REPOSITORY="linuxfoundation/crowd.dev"
254-
WORKFLOW_FILE="lf-staging-deploy.yaml"
254+
WORKFLOW_FILE="lf-oracle-staging-deploy.yaml"
255255
CURRENT_BRANCH=$(git branch --show-current)
256256
SERVICES="$(
257257
IFS=" "
@@ -263,7 +263,7 @@ function deploy_staging() {
263263

264264
function deploy_production() {
265265
REPOSITORY="linuxfoundation/crowd.dev"
266-
WORKFLOW_FILE="lf-production-deploy.yaml"
266+
WORKFLOW_FILE="lf-oracle-production-deploy.yaml"
267267
CURRENT_BRANCH=$(git branch --show-current)
268268
SERVICES="$(
269269
IFS=" "

0 commit comments

Comments
 (0)