Skip to content

Commit

Permalink
Merge pull request #1564 from freaky4wrld/updating-Contributing.md-re…
Browse files Browse the repository at this point in the history
…moving-references-of-MVP04-1558

asset: Delete the instances of `MVP-04` references from the Contributing.md
  • Loading branch information
trillium authored Jan 31, 2024
2 parents 51c0e16 + 1545bd3 commit 76ee71d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,16 +114,14 @@ Note: Understanding how git remotes work will make collaborating much easier. Yo

- `cd vrms/` and run `yarn install`
- `cd client` and run `yarn install`
- `cd client-mvp-04` and run `yarn install`
- `cd ../backend` and run `yarn install`

1. Add your required environment variables for the frontend and backend directories:

- `touch vrms/backend/.env`
- `touch vrms/client/.env`
- `touch vrms/client-mvp-04/.env`

Note 1: In the above example you are trying to create an empty file called `.env` in each of the listed directories: backend, client and client-mvp-04. You can use either `touch <path-to-directory> .env` or navigate to the directory and use `touch .env`
Note 1: In the above example you are trying to create an empty file called `.env` in each of the listed directories: backend and client. You can use either `touch <path-to-directory> .env` or navigate to the directory and use `touch .env`

Note 2: `touch` is a Unix/Linux or Mac command; It is not available in Windows. In Windows, use a text editor (e.g. Notepad) to create an empty file and save it in each of the locations as `.env` . (If you use Windows Explorer to create the file it will create a file called `.env.txt`, which will not work.)

Expand Down Expand Up @@ -230,4 +228,4 @@ git push --set-upstream origin your-branch-name
4. Fill out the "What changes did you make and why?" section of the pull request template
5. Include before & after images with your pull request if there are visual changes to the user interface
6. Request a review from another developer on the team
7. Review another developers pull request while you are waiting for your pull request to be reviewed
7. Review another developers pull request while you are waiting for your pull request to be reviewed

0 comments on commit 76ee71d

Please sign in to comment.