From: Fraser Waters Date: Mon, 7 Aug 2017 13:20:11 +0000 (+0100) Subject: Add a pull request template X-Git-Tag: v3.0.0~30^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6d3458d3ff9fbff35cdfb03177a98c6f2d633e56;p=platform%2Fcore%2Fcsapi%2Fopentk.git Add a pull request template Based on one from ArasP: http://aras-p.info/blog/2017/05/07/Users-POV-and-Empathy/ --- diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..8a22bbc --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,16 @@ +### Purpose of this PR + +* Description of feature/change. +* Which part of OpenTK does this affect (Math, OpenGL, Platform, Input, etc). +* Links to screenshots, design docs, user docs, etc. + +### Testing status + +* Explanation of what’s tested, how tested and existing or new automation tests. +* Can include manual testing by self. +* Specify test plans. +* Rarely acceptable to have no testing. + +### Comments + +* Any other comments to help understand the change.