1
0
mirror of https://github.com/bigchaindb/bigchaindb.git synced 2024-06-10 20:05:02 +02:00
bigchaindb/.github/pull_request_template.md
Shahbaz Nazir 6c1017510b
Add standard template for creating PRs (#1776)
* Add standard template for creating PRs

Adding a standard template for creating
Pull requests for improved code QA and delegating
dependencies whenever applicable

Signed-off-by: Shahbaz Nazir <shahbaz@bigchaindb.com>

* Update developer docs with PR instructions

Signed-off-by: Shahbaz Nazir <shahbaz@bigchaindb.com>

* Addressing review comments for PR template

Signed-off-by: Shahbaz Nazir <shahbaz@bigchaindb.com>
2017-11-20 14:08:57 +01:00

977 B

Description

A few sentences describing the overall goals of the pull request's commits.

Issues This PR Fixes

Fixes #NNNN Fixes #NNNN

List related PRs against other branches e.g. for backporting features/bugfixes to previous release branches:

Repo/Branch PR
some_other_PR link

Todos

  • Tested and working on development environment
  • Unit tests (if appropriate)
  • Added/Updated all related documentation. Add link if different from this PR
  • DevOps Support needed e.g. create Runscope API test if new endpoint added or update deployment docs. Create a ticket and add link

Deployment Notes

Notes about how to deploy this work. For example, running a migration against the production DB.

How to QA

Outline the steps to test or reproduce the PR here.

Impacted Areas in Application

List general components of the application that this PR will affect:

  • Scale
  • Performance
  • Security etc.