From 61390e407d8fa7ad13b070f7ce0274cf9bab67fc Mon Sep 17 00:00:00 2001 From: Dikay900 Date: Tue, 31 May 2016 19:27:59 +0200 Subject: [PATCH] Rephrase parts of the templates and use comments --- .github/ISSUE_TEMPLATE.md | 51 +++++++++++++++++----------------------- .github/PULL_REQUEST_TEMPLATE.md | 11 ++++++--- 2 files changed, 30 insertions(+), 32 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index babefd3..4f1453a 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,37 +1,30 @@ -This is a template helping you to create an issue which can be processes as quickly as possible. Feel free to add additional information or remove not relevant points if you do not need them. - + -### Expected behaviour +##### System information (version) + -### Actual behaviour +- OpenCV => :grey_question: +- Operating System / Platform => :grey_question: +- Compiler => :grey_question: -### Additional description +##### Detailed description -### Code example to reproduce the issue / Steps to reproduce the issue -Please try to give a full example which will compile as is. -``` -#include "opencv2/core.hpp" -#include -using namespace std; -using namespace cv; + -int main() -{ - double d[] = { 546,2435,7,4534,23423,3 }; - cout << "d = 0x" << reinterpret_cast(d) << endl; +##### Steps to reproduce - return 0; -} -``` + \ No newline at end of file diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 496d748..210a253 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,4 +1,9 @@ -resolves #XXXX + -### What does this PR change? -Please add your changes here. +### This pullrequest changes + + -- 2.7.4