Skip to content
This repository has been archived by the owner on Jan 26, 2021. It is now read-only.

chore: check for commit messages using commit lint and github actions #1070

Closed
wants to merge 2 commits into from
Closed

Conversation

harsh7in
Copy link

@harsh7in harsh7in commented Sep 1, 2020

Description

As a developer,
Project maintainer need to check every PR follow commit message guideline,
so that It is easy to manage and check which PR is responsible for what type of changes.

Fixes #1053

Type of Change:

  • Quality Assurance

Code/Quality Assurance Only

  • Bug fix (non-breaking change which fixes an issue)
  • This change requires a documentation update (software upgrade on readme file)
  • New feature (non-breaking change which adds functionality pre-approved by mentors)

Checklist:

Delete irrelevant options.

  • My PR follows the style guidelines of this project
  • I have performed a self-review of my own code or materials
  • I have commented my code or provided relevant documentation, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • Any dependent changes have been merged

Code/Quality Assurance Only

  • My changes generate no new warnings
  • My PR currently breaks something (fix or feature that would cause existing functionality to not work as expected)
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been published in downstream modules

@harsh7in harsh7in closed this Sep 1, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add Github Actions for commits message checking
1 participant