diff options
| -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? |
