Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 1.61 KB

PULL_REQUEST_TEMPLATE.md

File metadata and controls

41 lines (27 loc) · 1.61 KB

Connects to #N.

What does this PR do?

Where should the reviewer start?

How should this be manually tested?

Any background context you want to provide?

What are the relevant issues?

Screenshots (if appropriate)

Types of changes

  • Bug fix (non-breaking change which fixes an issue).
  • New feature (non-breaking change which adds functionality).
  • Breaking change (fix or feature that would cause existing functionality to change).

Checklist

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

Questions

  • Does the knowledge base (guidelines) need an update?
  • Does this add new dependencies which need to be added to the development environment?
  • Does this add new dependencies which need to be added to the production environment?
  • Is there a blog post?

By submitting this pull request I confirm I've read and comply with the below requirements

  • I have read and understood the contribution guidelines and our code of conduct.
  • This pull request complies with the code of conduct of the organization.
  • This pull request has a descriptive title. For example, Add new function to calculate user rating, not Update readme.md or Add some feature.