From 2b88181e5f329d6fa950d6d0eb5d1876f0029f59 Mon Sep 17 00:00:00 2001 From: Ella S <112343747+pikachu0542@users.noreply.github.com> Date: Fri, 7 Nov 2025 14:38:45 -0500 Subject: [PATCH 1/5] Update financial director --- about/eboard.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/about/eboard.html b/about/eboard.html index cc07d19..67ade7b 100644 --- a/about/eboard.html +++ b/about/eboard.html @@ -64,7 +64,7 @@

Ian Kopke

Financial

-

Isaac Ingram

+

Matthew Wilkins

Financial is responsible for managing CSH's finances, collecting semesterly member dues, and hatching new fundraising schemes. From 9a1c63a449c1d45133aecbdc03c60b22bc774327 Mon Sep 17 00:00:00 2001 From: shaeespring Date: Mon, 24 Nov 2025 13:23:45 -0500 Subject: [PATCH 2/5] update links and numbers --- _includes/footer.html | 89 ++++++++++++++++++++++--------------------- index.html | 4 +- 2 files changed, 47 insertions(+), 46 deletions(-) diff --git a/_includes/footer.html b/_includes/footer.html index 8330d0c..e642ae0 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -1,50 +1,51 @@

- - diff --git a/index.html b/index.html index 5d5df70..d284ac3 100644 --- a/index.html +++ b/index.html @@ -171,7 +171,7 @@

-

91

+

75

Active Members

Who make up the heart of our community.

@@ -181,7 +181,7 @@

Of all time (as ranked by PCMAG in 2008) was the creation of CSH's internet-connected drink machines.

-

1388

+

1,475

Alumni

Provide current CSH members with a large network of knowledge and professional connections.

From b06eb990952e6d0922af63cdadda1e9c7fb7e2db Mon Sep 17 00:00:00 2001 From: shaeespring Date: Mon, 24 Nov 2025 13:57:01 -0500 Subject: [PATCH 3/5] undoing formatting --- _includes/footer.html | 84 ++++++++++++++++++++----------------------- 1 file changed, 39 insertions(+), 45 deletions(-) diff --git a/_includes/footer.html b/_includes/footer.html index e642ae0..75c681c 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -1,51 +1,45 @@ + + From bc97e0a924caba5daa23a17ed42f103336b34496 Mon Sep 17 00:00:00 2001 From: Shaela Spring Date: Mon, 24 Nov 2025 21:16:23 -0500 Subject: [PATCH 4/5] actually we have a medium (#377) @shaeespring --- _includes/footer.html | 1 + 1 file changed, 1 insertion(+) diff --git a/_includes/footer.html b/_includes/footer.html index 75c681c..d112cbd 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -15,6 +15,7 @@ GitHub Facebook Instagram + Medium From 2d466e365a024b88d3ba57a9d39d537aba9321ee Mon Sep 17 00:00:00 2001 From: Noah Hanford Date: Mon, 24 Nov 2025 23:05:02 -0500 Subject: [PATCH 5/5] update dependabot (#378) * update dependabot * Add pull request template for contributions --- .github/dependabot.yml | 8 +++++++- .github/pull_request_template.md | 19 +++++++++++++++++++ 2 files changed, 26 insertions(+), 1 deletion(-) create mode 100644 .github/pull_request_template.md diff --git a/.github/dependabot.yml b/.github/dependabot.yml index cc032b2..1e73a3a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,4 +8,10 @@ updates: - package-ecosystem: "bundler" # See documentation for possible values directory: "/" # Location of package manifests schedule: - interval: "monthly" + interval: "weekly" + target-branch: "develop" + - package-ecosystem: "npm" + directory: "/" + schedule: + interval: "weekly" + target-branch: "develop" diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..1cd3021 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,19 @@ +## What + +_what the PR changes_ + +## Why + +_why these changes were made_ + +## Test Plan + +_how did you verify these changes did what you expected_ + +## Env Vars + +_did you add, remove, or rename any environment variables_ + +## Checklist + +- [ ] Tested all changes locally