Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
19 changes: 19 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -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
6 changes: 1 addition & 5 deletions _includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,7 @@
<a href="https://github.com/computersciencehouse/"><i class="fab fa-github"></i>GitHub</a>
<a href="https://www.facebook.com/RITCSH/"><i class="fab fa-facebook"></i>Facebook</a>
<a href="https://www.instagram.com/computersciencehouse/"><i class="fab fa-instagram"></i>Instagram</a>
<a href="https://twitter.com/RITCSH/"><i class="fab fa-twitter"></i>Twitter</a>
<a href="https://twitter.com/CSH_HISTORY/"><i class="fab fa-twitter"></i>@CSH_History</a>
<a href="https://twitter.com/OPCOMM/"><i class="fab fa-twitter"></i>@OpComm</a>
<a href="https://www.medium.com/RITCSH/"><i class="fab fa-medium"></i>Medium</a>

<a href="https://www.medium.com/ritcsh/"><i class="fab fa-medium"></i>Medium</a>
</div>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ <h2 class="left_offset" style="padding-top: 0.6em; margin-top: 0em; text-align:

<div class="container_stat">
<div class="stat_card">
<p class="stat_big">91</p>
<p class="stat_big">75</p>
<p class="stat_tag">Active Members</p>
<p class="stat_desc">Who make up the heart of our community. </p>
</div>
Expand All @@ -181,7 +181,7 @@ <h2 class="left_offset" style="padding-top: 0.6em; margin-top: 0em; text-align:
<p class="stat_desc">Of all time (as ranked by PCMAG in 2008) was the creation of CSH's internet-connected drink machines.</p>
</div>
<div class="stat_card">
<p class="stat_big">1388</p>
<p class="stat_big">1,475</p>
<p class="stat_tag">Alumni</p>
<p class="stat_desc">Provide current CSH members with a large network of knowledge and professional connections. </p>
</div>
Expand Down