compiler-research / CppInterOp

A Clang-based C++ Interoperability Library
Other
38 stars 20 forks source link

Added pull_request_template.md #299

Open mcbarton opened 1 month ago

mcbarton commented 1 month ago

This PR adds a basic pull request template to the repo. @vgvassilev @maximusron This PR is ready for review.

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 72.22%. Comparing base (9c308e3) to head (56094f8).

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/compiler-research/CppInterOp/pull/299/graphs/tree.svg?width=650&height=150&src=pr&token=7UWTYSVVT5&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=compiler-research)](https://app.codecov.io/gh/compiler-research/CppInterOp/pull/299?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=compiler-research) ```diff @@ Coverage Diff @@ ## main #299 +/- ## ======================================= Coverage 72.22% 72.22% ======================================= Files 8 8 Lines 2963 2963 ======================================= Hits 2140 2140 Misses 823 823 ```
mcbarton commented 1 month ago

@vgvassilev Is this PR ok to merge?