-
Notifications
You must be signed in to change notification settings - Fork 904
docs: add PR template #873
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
.github/pull_request_template.md
Outdated
|
||
## Checklist | ||
|
||
- [ ] added a test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I know we care about testing so I figure having this checkbox is a gentle reminder that we should continually add tests for our code.
Codecov Report
@@ Coverage Diff @@
## main #873 +/- ##
==========================================
- Coverage 65.60% 65.51% -0.10%
==========================================
Files 213 216 +3
Lines 13650 13733 +83
Branches 103 103
==========================================
+ Hits 8955 8997 +42
- Misses 3782 3809 +27
- Partials 913 927 +14
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Few minor nits!
@jsjoeio something is really wrong with the coverage numbers... I shall investigate! |
4baea23
to
b5acb9f
Compare
bump @kylecarbs |
b5acb9f
to
a108ce8
Compare
This PR adds a PR template which will show up when you create a new template. I figure we can keep it light for now and add more as needed. I imagine if we start to get a lot of community contributions, we may want to expand this.
Fixes #652