Welcome to the FEU Tech ACM App repository!
This repository contains the FEU Tech ACM Organization's official cross-platform application source code.
The app is being developed to serve as the central platform for communication, collaboration, and promotion of every ACM member and officer in education, opportunities, and beyond.
For this project, we will use the GitFlow Workflow.
We adopt the Conventional Commits specifications aligned with Semantic Versioning with a few modifications.
<type>[optional scope]: <description>
[optional body]
[optional footer(s)]
Note: An (*) asterisk before the commit description indicates that there is more information written in the commit message description.
- fix: a bugfix
- feat: a new feature
- refactor: a code change that neither fixes a bug nor adds a feature
- chore: changes to the build process or auxiliary tools and libraries such as documentation generation
- style: changes that do not affect the meaning of the code (whitespace, formatting, missing semi-colons, etc)
- docs: documentation only changes
- test: adding missing tests or correcting existing tests
- perf: a code change that improves performance
- ci: changes to our CI configuration files and scripts
- build: changes that affect the build tool or external dependencies (example scopes: gulp, broccoli, npm)
- revert: revert to a commit
- BREAKING CHANGE: introduces a breaking API change (correlating with Semantic Versioning)
- NEVER rebase the
masterbranch. - Only rebase on your own branch.
- Make us of
git pull --rebaseinstead ofgit pull. - Use only
--force-with-leaseif in need to force push. - Make use of
git commit --amendif you need to edit your commit message. - Make use of
git rebase -iif you need to modify your commit history.
- FEU Tech ACM-X
- Google Play Store - Coming Soon
- Microsoft Store - Coming Soon
- Sir Abraham Magpantay - Adviser
- Guennevere Rito - Project Manager
- Alpha Romer Coma - Developer
- Emily Tan Sanchez - UI/UX Designer
Important: Only authorized officers of the FEU Tech ACM Organization are allowed to view and contribute to this project repository.
Copyright (c) FEU Tech ACM Student Chapter . All rights reserved.
Licensed under the Apache-2.0 license.
