Skip to content

Commit a996bcf

Browse files
committed
Merge pull request #691 from Dikay900:templates
2 parents 6a5f8e4 + 63584d7 commit a996bcf

File tree

2 files changed

+39
-0
lines changed

2 files changed

+39
-0
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
<!--
2+
If you have a question rather than reporting a bug please go to http://answers.opencv.org where you get much faster responses.
3+
If you need further assistance please read [How To Contribute](https://github.com/Itseez/opencv/wiki/How_to_contribute).
4+
5+
This is a template helping you to create an issue which can be processed as quickly as possible. This is the bug reporting section for the OpenCV library.
6+
-->
7+
8+
##### System information (version)
9+
<!-- Example
10+
- OpenCV => 3.1
11+
- Operating System / Platform => Windows 64 Bit
12+
- Compiler => Visual Studio 2015
13+
-->
14+
15+
- OpenCV => :grey_question:
16+
- Operating System / Platform => :grey_question:
17+
- Compiler => :grey_question:
18+
19+
##### Detailed description
20+
21+
<!-- your description -->
22+
23+
##### Steps to reproduce
24+
25+
<!-- to add code example fence it with triple backticks and optional file extension
26+
```.cpp
27+
// C++ code example
28+
```
29+
or attach as .txt or .zip file
30+
-->

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<!-- Please use this line to close one or multiple issues when this pullrequest gets merged
2+
You can add another line right under the first one:
3+
resolves #1234
4+
resolves #1235
5+
-->
6+
7+
### This pullrequest changes
8+
9+
<!-- Please describe what your pullrequest is changing -->

0 commit comments

Comments
 (0)