Skip to content

Commit

Permalink
Merge branch 'main' into split-github-workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
js0mmer authored Dec 9, 2024
2 parents 83f6243 + 68f5e96 commit ec1fce4
Show file tree
Hide file tree
Showing 7 changed files with 658 additions and 38 deletions.
30 changes: 4 additions & 26 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,36 +6,14 @@

## Screenshots

<!-- Include screenshot for front-end work -->
<!--
|screenshot|
|--|
|image|
-->
<!-- Include before/after screenshot(s) for frontend work -->

<!-- Include BEFORE/AFTER. Delete if N/A. (For visual front-end bug fixes) -->
<!--
|before|after|
|--|--|
|before image|after image|
-->
## Test Plan

## Steps to verify/test this change:

- [ ] Verify changes work as expected on staging instance
<!-- Add more steps here… -->

## Final Checks:

- [ ] Verify successful deployment

(optional)

- [ ] Write tests
- [ ] Write documentation
<!-- Include steps to verify/test this change -->

## Issues

<!-- Link the issue you're closing -->
<!-- Link the issue(s) you're closing -->

Closes #
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ git clone https://github.com/<your username>/peterportal-client

4. Run `pnpm install` to install all node dependencies for the site and API. This may take a few minutes.

5. Rename the `.env.example` file in the api directory to `.env`. This includes the minimum environment variables needed for running the backend.
5. Make a copy of the `.env.example` file in the api directory and name it `.env`. This includes the minimum environment variables needed for running the backend.

6. (Optional) Set up your own PostgreSQL database and Google OAuth to be able to test features that require signing in such as leaving reviews or saving roadmaps to your account. Add additional variables/secrets to the .env file from the previous step.

Expand Down
1 change: 1 addition & 0 deletions api/drizzle/0001_heavy_xavin.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ALTER TABLE "review" ALTER COLUMN "updated_at" DROP DEFAULT;
Loading

0 comments on commit ec1fce4

Please sign in to comment.