Skip to content

Instantly share code, notes, and snippets.

@jmrr
Last active May 12, 2017 09:24
Show Gist options
  • Save jmrr/c8de30debfa50b553489eb7e0dddb3d1 to your computer and use it in GitHub Desktop.
Save jmrr/c8de30debfa50b553489eb7e0dddb3d1 to your computer and use it in GitHub Desktop.
Pull Request template

Status

✅ READY/ 🔧 IN DEVELOPMENT

Description

A few sentences or bullet-point list describing the overall goal of the contribution.

Related PRs/Issues

List related PRs against other branches or related JIRA issues:

branch PR JIRA
JIRA-XXX/jira-desc link JIRA-XXX
JIRA-YYY/jira-desc N/A JIRA-YYY

Checklist:

  • My code follows the code style of this project.
  • Docstrings in my code follow the convention for 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.

Deploy Notes

Notes regarding deployment of the contribution. These should note any db migrations, new packages used, change in the infrastructure, etc.

Migrations

YES | NO

Steps to Test or Reproduce

Outline the steps to test or reproduce the PR here.

git pull --prune
git checkout <feature_branch>
pip install -e . 
...

Impacted Areas in Application

List general components of the application that this PR will affect and if it requires front-end work:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment