Skip to content
This repository has been archived by the owner on Dec 25, 2022. It is now read-only.

Commit

Permalink
Merge pull request #6 from tubone24/tubone24-patch-1
Browse files Browse the repository at this point in the history
Create PULL_REQUEST_TEMPLATE.md
  • Loading branch information
tubone24 committed Jan 16, 2019
2 parents 107f224 + c7019d8 commit 18ba502
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
# PR title

## Status

**READY/IN DEVELOPMENT/HOLD**

## Description

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

## Related PRs

List related PRs against other branches:

branch | PR
------ | ------
other_pr_production | [link]()
other_pr_master | [link]()

## Todos

- [ ] Tests
- [ ] Documentation

## Steps to Test or Reproduce

Outline the steps to test or reproduce the PR here.

```sh
git pull --prune
git checkout <feature_branch>
pytest --showlocals
```

1.

## Impacted Areas in Application

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

*

0 comments on commit 18ba502

Please sign in to comment.