Skip to content
This repository was archived by the owner on Jan 24, 2023. It is now read-only.
Merged
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
43 changes: 43 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
# Welcome to Code Quantums Repository!

We are dedicated to being an open source organization and our website is no exception!
We look forward to our first Hackathon with everyone!! ✨

# Managing our repository

It is every contributors' responsibility to ensure that a clean working environment is maintained. This allows others to work and utilize to space to better perform and develop on our growing code bases!

## Current Workflows

- `main` deploys to [codequantumutsa.com](http://codequantumutsa.com)
- `develop` deploys to [dev.codequantumutsa.com](http://dev.codequantumutsa.com)

## Submitting a Change

- pushing to `main` is restricted
- make sure you have any recent changes to `develop`
- create a new branch from `develop` and push that new branch
- create a pull request for the new branch into `develop`
- if all approved we will be doing weekly merges into `main`

## Branch Naming

Adding something new:
```
feature/SHORT_DESCRIPTION_OF_FEATURE_HERE
```

Submitting a bug/error change:
```
bug/SHORT_DESCRIPTION_OF_BUG_HERE
```
- please note that once your branch is merged it *should* be deleted!
- restrictions have hopefully been placed on the `develop` and `main` branches so that they cannot be deleted!

# Contact Us!

Have a question that cannot be answered here?

- [team@codequantumutsa.org](mailto:team@codequantumutsa.org)

- [team@acmutsa.org](mailto:team@acmutsa.org)
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ <h2>The <em>F.A.Q.</em></h2>
<div class="accordion-item" data-scroll-reveal="enter bottom move 30px over 0.6s after 0.1s">
<a>Who can attend?</a>
<div class="content">
<p>CodeQuantum is targeting feminine identifying techies but is open to those who are 0s, 1s or anything in between. You must fall into the category of a college student, above 18+, or a recent graduate! If you don't identify as feminine then you can show your support by being a mentor! ✨</p>
<p>You may register as a hacker if you identify as a marginalized gender including, but not limited to, cisgender women, transgender women, transgender men, non-binary individuals, gender neutral individuals, genderqueer individuals, agender individuals, pangender individuals, or a gender who is otherwise underrepresented in tech. You must be a college student/recent graduate that is above 18+!✨</p>
</div>
</div>
<div class="accordion-item" data-scroll-reveal="enter bottom move 30px over 0.6s after 0.1s">
Expand Down Expand Up @@ -377,4 +377,4 @@ <h2>Looking to <em>Sponsor?</em></h2>
<script src="assets/js/main.js"></script>
<script src="assets/js/faq.js"></script>
</body>
</html>
</html>