Skip to content

FEUTechACM/NASA-hackathon-2023

Repository files navigation

🚀 FEU Tech ACM App

FEU Tech ACM Background

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.

💻 Tech Stack

🛠️ Development

Pre-requisites

Workflow

For this project, we will use the GitFlow Workflow.

Project Standards

We adopt the Conventional Commits specifications aligned with Semantic Versioning with a few modifications.

Commit Message Format

<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.

Commit Message Example

  1. fix: a bugfix
  2. feat: a new feature
  3. refactor: a code change that neither fixes a bug nor adds a feature
  4. chore: changes to the build process or auxiliary tools and libraries such as documentation generation
  5. style: changes that do not affect the meaning of the code (whitespace, formatting, missing semi-colons, etc)
  6. docs: documentation only changes
  7. test: adding missing tests or correcting existing tests
  8. perf: a code change that improves performance
  9. ci: changes to our CI configuration files and scripts
  10. build: changes that affect the build tool or external dependencies (example scopes: gulp, broccoli, npm)
  11. revert: revert to a commit
  12. BREAKING CHANGE: introduces a breaking API change (correlating with Semantic Versioning)

Commit Rules

  1. NEVER rebase the master branch.
  2. Only rebase on your own branch.
  3. Make us of git pull --rebase instead of git pull.
  4. Use only --force-with-lease if in need to force push.
  5. Make use of git commit --amend if you need to edit your commit message.
  6. Make use of git rebase -i if you need to modify your commit history.

🔗 App Links

  1. FEU Tech ACM-X
  2. Google Play Store - Coming Soon
  3. Microsoft Store - Coming Soon

👥 Contributors

  1. Sir Abraham Magpantay - Adviser
  2. Guennevere Rito - Project Manager
  3. Alpha Romer Coma - Developer
  4. 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.

📄 License

Copyright (c) FEU Tech ACM Student Chapter . All rights reserved.

Licensed under the Apache-2.0 license.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published