Skip to content

Public counterpart of EQit-Services. Only for Showcase.

Notifications You must be signed in to change notification settings

RonitRudra/EQit-Services-public

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

Guidelines for effective code management

  1. DO NOT work on the master branch. This branch is only for functional code and assumes the project is deployable.
  2. Always create a branch when working on an issue. The name of the branch should be informative. For example, if you are working on an issue titled Create Login Page, name the branch as create-login-page (you get the idea).
  3. After you have resolved the issue by submitting a pull request, DO NOT make new commits. The reviewers will check the request and on successful resolution, will merge the branch with the Master and delete the branch you were working on.
  4. When working on an issue, commit frequently with detailed explanations and commit messages so it's easy to track.
  5. Use suitable Issue Labels when raising an issue. Always add the milestone and project related to the issue if available.
  6. Use issue keywords to resolve issues automatically when making commits or making a pull request.
  7. Use Wiki to write technical and project progress reports. This would also contain an exhaustive manual on better managing workflow.

See Documentation for more guidelines.

See Marketplace for useful apps to facilitate better management.

See Projects for managing tasks.

Framework/Module Version

For Python: see requirements.txt to adhere to the correct versions to prevent conflicts between different development groups.

About

Public counterpart of EQit-Services. Only for Showcase.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published