Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 738 Bytes

pull_request_template.md

File metadata and controls

29 lines (21 loc) · 738 Bytes

Pull request checklist

  • Please read our contributor guide
  • Consider creating a discussion on the discussion forum first
  • Make sure the PR doesn't introduce backward compatibility issues
  • Make sure to have sufficient test cases

Pull Request type

  • Bugfix
  • Feature
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • Other (please describe):

Changes in this PR

Describe the new behavior from this PR, and why it's needed Issue #

Alternatives considered

Describe alternative implementation you have considered