Skip to content

Kat001/python-2019

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

Guidelines for contributing to this repository

Whenever working on a new change, always branch out and keep publishing your changes from time to time to avoid data loss. We try to follow linear commit history, so always use rebase instead of merge.

Branch naming conventions

Naming a branch depednds on the changes you are working on and the type of changes.

  1. Following branch naming patterns are recommended:
Type Pattern Example
New features feature/<feature-name> feature/intorduce-storage
Bug Fix fix/<fix-name> fix/auth-error
Hotfix (urgent bug fuxes) hotfix/<fix-name> hotfix/docusign-regression
Maintenance maintenance/<maintenance-name> maintenance/run-integration-tests-in-workflows
  1. Ensure branch name represents what the branch is about (avoid using names like fix/bug-fix, etc)

PullRequest conventions

  • Ensure PR title hints the changes made in head branch appropriately
  • Ensure PR desciption explains all the changes made in head branch in detail
  • Ensure all commits are linear (no merge commits)
  • Use Rebase and Merge option to land PRs once all checks are approved

Commit message conventions

Follow this article on how to write your commit messages

https://cbea.ms/git-commit/

About

No description, website, or topics provided.

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages