Skip to content

Commit

Permalink
add a PR template
Browse files Browse the repository at this point in the history
  • Loading branch information
segasai committed Oct 9, 2022
1 parent 2aa27d5 commit 0bda832
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/PULL_REQUEST_TEMPLATE/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Before submitting a PR please take a look at the [CONTRIBUTING.md](CONTRIBUTING.md) page.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Here are few guidelines to take into account.

* If you are submitting a code change that you think provides an improvement, we would expect to see a test case that would demonstrate that your patch improves the situation (i.e. performance/accuracy etc).

* In general we expect all the new code *MUST* have a test associated with it. And we aim to not decrease the testing code coverage fraction (which currently stands at around 91%). To see how the testing is done see TESTING.md.
* In general we expect all the new code *MUST* have a test associated with it. And we aim to not decrease the testing code coverage fraction (which currently stands at around 91%). To see how the testing is done see [TESTING.md](TESTING.md).



0 comments on commit 0bda832

Please sign in to comment.