Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 1.26 KB

PULL_REQUEST_TEMPLATE.md

File metadata and controls

42 lines (26 loc) · 1.26 KB

PR Checklist

Please check if your PR fulfills the following requirements:

Put "x" to check

  • The commit message follows our Contributing Guidelines
  • Tests for the changes have been added (optional, for bug fixes or features)
  • Docs have been added / updated (optional, for bug fixes or features)

PR Type

What kind of change does this PR introduce?

Please check any kind of changes that applies to this PR using "x"

  • Bug fix
  • Feature
  • Code style update (formatting, local variables)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • CI related changes
  • Data change
  • ..... (describe the other type)

What is the current behavior?

Please describe the current behavior that you are modifying, or link to a relevant issue.

Issue Number: ..... (put N/A if there are no relevant issue)

..... (explain here)

What is the new behavior?

..... (explain here)

Other information

For PR that includes data change, you MUST put the official link to the related government regulations, so we can review and make sure the data change is legally valid.

..... (explain here, or put None)