diff options
| author | Albert Magyar | 2020-03-30 13:44:55 -0700 |
|---|---|---|
| committer | GitHub | 2020-03-30 20:44:55 +0000 |
| commit | 68be96c8d177b183158a6701b158e3688a76f894 (patch) | |
| tree | f4502fc2c7062e9c7c6e18e6830907efabe6e19a /.github | |
| parent | 221214070fb357a8cf1a8758a35230242c3a350f (diff) | |
Add 'did you update spec' box to PR template (#1482)
Diffstat (limited to '.github')
| -rw-r--r-- | .github/PULL_REQUEST_TEMPLATE.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 0edc672b..8f747fe9 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,6 +1,7 @@ ### Contributor Checklist - [ ] Did you add Scaladoc to every public function/method? +- [ ] Did you update the FIRRTL spec to include every new feature/behavior? - [ ] Did you add at least one test demonstrating the PR? - [ ] Did you delete any extraneous printlns/debugging code? - [ ] Did you specify the type of improvement? |
