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 babefd3182..4f1453a2ff 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. - + -### In which part of the OpenCV library you got the issue? -Examples: -- objdetect, highgui, imgproc, cuda, tests -- face recognition, resizing an image, reading an jpg image +##### System information (version) + -### Expected behaviour +- OpenCV => :grey_question: +- Operating System / Platform => :grey_question: +- Compiler => :grey_question: -### Actual behaviour +##### Detailed description -### Additional 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; +##### Steps to reproduce -int main() -{ - double d[] = { 546,2435,7,4534,23423,3 }; - cout << "d = 0x" << reinterpret_cast(d) << endl; - - return 0; -} -``` + \ No newline at end of file diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 496d748731..210a253113 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 + +