unc0ded / pmt-backend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

portfolio_view

PMT-Backend

version license

About

Project Management Tool is a platform for the efficient management and communication for projects inside Devsoc.

Table of Contents

Quick Start

Documentation

File Structure

Platform Support

Contribution Guidelines

Refer to Quick Start πŸš€ section to set up the development environment

Commit Messages

  1. Commit messages are communication and documentation. They're a log of more than just what happened, they're about why it was done.
  2. The longer a project is active, the more people involved, the larger the codebase, the more important it is to have good commit messages.
  3. Make sure every change that you make is well documented and is included in your commit message.
  4. One commit should have only one change. (A change may include multiple file changes that are essential to solving the issue/change).
  5. All commit messages should be in the imperative-present tense. After all, you are telling us what you have already done.

Pull Request Guidelines

  1. The subject line should be a one-sentence summary, and should not include the word and (explicitly or implied).
  2. Any extra detail should be provided in the body of the PR.
  3. Don't submit unrelated changes in the same pull request.

TO DO

  • Initialize Repo
  • Boiler-plate for the authentication module
  • Boiler-plate for taskBoard module
  • Bootstrap Repo
  • Complete README.md

Community

Social Media

Instagram: https://www.instagram.com/devsocbitsgoa

Devsoc's Website: https://devsoc.club/

About

License:MIT License


Languages

Language:TypeScript 99.2%Language:Dockerfile 0.8%