Skip to content
This repository was archived by the owner on Jun 19, 2025. It is now read-only.

henriquebonfim/Hackathon-IBM-CallForCode-Project_EduDoa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hackathon IBM - Call for Code

GitHub language count size GitHub last commit Documentation Maintenance


Getting Started

The EduDoa Project

With one click any person can donate their unused mobile data to our community of students.


Built With

  • NodeJS - Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine.
  • TypeScript - TypeScript is a typed superset of JavaScript that compiles to plain JavaScript.
  • IBM Watson - Watson is IBM’s suite of enterprise-ready AI services, applications, and tooling.
  • IBM Cloud Foundry - Deploy and scale apps without manually configuring and managing servers

How To Commit

To use the conventional commits, follow the scripts below

to commit DOCS changes:

file: commit-docs.sh

$ bash scripts/commit-docs.sh -d "brief description of what change"

to commit new FEATURES with DESCRIPTION:

feat: the title

BREAKING CHANGE: details about changes

DONT WRITE feat() and BREAKING CHANGE THEY ARE AUTOMATIC
file: commit-feat.sh

$ bash scripts/commit-feat.sh -t "Title" -d "Description"

to commit new FEATURES with SCOPE:

feat(scoped): the title

DONT WRITE feat() THEY ARE AUTOMATIC
file: commit-feat-scoped.sh

$ bash scripts/commit-feat-scoped.sh -t "Title" -s "Scope"

to commit new FEATURES with SCOPE and DESCRIPTION:

feat(scoped): the title

BREAKING CHANGE: details about changes

DONT WRITE feat() and BREAKING CHANGE, THEY ARE AUTOMATIC
file: commit-feat-scoped-description.sh

$ bash scripts/commit-feat-scoped-description.sh -t "Title" -s "Scope" -d "Description"

to commit new FIX:

fix: the title

BREAKING CHANGE: details about changes

DONT WRITE fix and BREAKING CHANGE, THEY ARE AUTOMATIC
file: commit-fix.sh

$ bash scripts/commit-fix.sh -t "Title" -d "Description"

to commit REFACTOR changes:

refactor!: the title

BREAKING CHANGE: details about changes

DONT WRITE refactor! and BREAKING CHANGE, THEY ARE AUTOMATIC
file: commit-refactor.sh

$ bash scripts/commit-refactor.sh -t "Title" -d "Description"

License

This project is unlicensed - be my guest to code.

About

Hackathon Call for Code - IBM

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors