Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/acm-uiuc/resume-book
Connecting UIUC CS/ECE Students with corporate recruiters
https://github.com/acm-uiuc/resume-book
Last synced: about 18 hours ago
JSON representation
Connecting UIUC CS/ECE Students with corporate recruiters
- Host: GitHub
- URL: https://github.com/acm-uiuc/resume-book
- Owner: acm-uiuc
- Created: 2023-03-03T01:40:44.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-15T19:56:25.000Z (2 months ago)
- Last Synced: 2024-09-15T20:35:35.391Z (2 months ago)
- Language: TypeScript
- Homepage: https://resumes.acm.illinois.edu
- Size: 1.07 MB
- Stars: 1
- Watchers: 6
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# ACM@UIUC Resume Book
## Deployment Environments
### Dev/QA
API: https://resumes.aws.qa.acmuiuc.org
Web UI: https://resumes.qa.acmuiuc.org### Prod
API: https://resumes.aws.acmuiuc.org
Web UI: https://resumes.acm.illinois.edu## PR Guidelines
### Naming Conventions
kebab case please!
- team: `fe`, `be`
- type: `feature`, `bug`, `hotfix`, `wip`
- id: relevant id on github issues
- description: 2-5 word description (shortened title)`{team}/{type}-{id}-{description}`
eg: `fe/feature-001-upload-file-endpoint`
### Branch PR Approval Requirements
`dev`
- approval from one CODEOWNERS
- approval from additional team member`prod`
- approval from two CODEOWNERS
### Merging
squash commits!