Skip to content

Commit

Permalink
Merge pull request #20 from hack4impact-calpoly/16-create-referral-da…
Browse files Browse the repository at this point in the history
…tabase-page

Create Referral Database Page
  • Loading branch information
IvanA673 authored Feb 10, 2025
2 parents bf5204b + 3d435a9 commit b156648
Show file tree
Hide file tree
Showing 9 changed files with 1,511 additions and 152 deletions.
8 changes: 4 additions & 4 deletions .github/ISSUE_TEMPLATE/new-issue.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
---
name: New Issue
about: Create a new issue
title: ''
labels: ''
assignees: ''

title: ""
labels: ""
assignees: ""
---

**Description**
Expand All @@ -14,6 +13,7 @@ A clear and concise description of what the problem is. Ex. I'm always frustrate
A clear and concise description of what you want to happen.

Steps:

- step 1
- step 2

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ jobs:
# - Settings -> Secrets and variables -> New repository secret
MONGO_URI: ${{ secrets.MONGO_URI }}
# Add additional environment variables here

- name: Run tests
run: npm test
4 changes: 2 additions & 2 deletions next.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/** @type {import('next').NextConfig} */
const nextConfig = {}
const nextConfig = {};

module.exports = nextConfig
module.exports = nextConfig;
Loading

0 comments on commit b156648

Please sign in to comment.