Skip to content
This repository has been archived by the owner on Mar 24, 2020. It is now read-only.

Commit

Permalink
Add updated PR template
Browse files Browse the repository at this point in the history
  • Loading branch information
mcritchlow committed Jun 6, 2018
1 parent c9ffd4b commit 3cea558
Showing 1 changed file with 24 additions and 15 deletions.
39 changes: 24 additions & 15 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,31 @@
Fixes #issuenumber ; refs #issuenumber
Fixes #issuenumber

Present tense short summary (50 characters or less)
#### Local Checklist
- [ ] Tests written and passing locally?
- [ ] Code style checked?
- [ ] QA-ed locally?
- [ ] Rebased with `master` branch?
- [ ] Configuration updated (if needed)?
- [ ] Documentation updated (if needed)?

More detailed description, if necessary. Try to be as descriptive as you can: even if you think that the PR content is obvious, it may not be obvious to others. Include tracebacks and/or screenshots if helpful, and be sure to call out any bits of the PR that may be work-in-progress.
#### What does this PR do?

Description can have multiple paragraphs and you can use code examples inside:
##### Why are we doing this? Any context of related work?
References #issuenumber

``` ruby
class PostsController
def index
respond_with Post.limit(10)
end
end
```
#### Where should a reviewer start?

Changes proposed in this pull request:
*
*
*
#### Manual testing steps?

#### Screenshots

---

#### Database changes

#### New ENV variables
References #issuenumber

#### Deployment Instructions

@ucsdlib/developers - please review

0 comments on commit 3cea558

Please sign in to comment.