Giter Site home page Giter Site logo

zedbeit / cbt-backend Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ibrahimabba/cbt-backend

0.0 0.0 0.0 62 KB

Computer based testing has become one of the trending approaches to assessing students adopted by most colleges, as it provides lot of benefits over the conventional one. This project is the back-end of an online based examinations application for lecturers to test their students online.

JavaScript 100.00%

cbt-backend's Introduction

Welcome to development branch

To get started:

  • Fork the repo from the develop branch.

  • clone the forked repo.

How to use Story Types

Understanding the kind of changes you've made

  • Features change something about your product.
  • Bugs are simply things that are broken.
  • Chores are the things you have to do that don’t actually change your product.
    Read more here

Branch and Commit message naming convention

Branch Naming

Branches created should be named using the following format:
{story type}-{2-3 word summary}-{issue tracker id}

story-type - Indicates the context of the branch and should be one of:

  • ft == Feature
  • bg == Bug
  • ch == Chore
  • rf == Refactor

story-summary - Short 2-3 words summary about what the branch contains

Example of a feature branch: ft-responsive-mobile-layout-11

Commits

Format:
<type>(<scope>): <subject>``<BLANK LINE> <body> <BLANK LINE> <footer>

<type> should be:

  • feature
  • bug
  • chore
  • release
  • refactor
  • documentation
  • style
  • test

<scope> should be something specific to the commit change. Example of a commit message: feature(logo): add logo to the toolbar[finishes #45]
Read more here

Recommended Git Workflow

You are required to create a separate branch using the naming convention above for each change you made and then merge into the develop branch.
here is a good guide to getting yourself familiar with the git workflow.

cbt-backend's People

Contributors

zedbeit avatar ibrahimabba avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.