Skip to content
This repository was archived by the owner on Jan 24, 2023. It is now read-only.
Merged
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)