Skip to content
This repository was archived by the owner on Jan 8, 2019. It is now read-only.

Commit a0b8c52

Browse files
raghavrvTomDLT
authored andcommitted
DOC Make the PR/Issue headers smaller (scikit-learn#6685)
1 parent bd99858 commit a0b8c52

File tree

2 files changed

+8
-16
lines changed

2 files changed

+8
-16
lines changed

ISSUE_TEMPLATE.md

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,10 @@ For more information, see User Questions: http://scikit-learn.org/stable/support
77

88
<!-- Instructions For Filing a Bug: https://github.com/scikit-learn/scikit-learn/blob/master/CONTRIBUTING.md#filing-bugs -->
99

10-
Description
11-
-----------
10+
#### Description
1211
<!-- Example: Joblib Error thrown when calling fit on LatentDirichletAllocation with evaluate_every > 0-->
1312

14-
Steps/Code to Reproduce
15-
-----------------------
13+
#### Steps/Code to Reproduce
1614
<!--
1715
Example:
1816
```
@@ -36,16 +34,13 @@ If the code is too long, feel free to put it in a public gist and link
3634
it in the issue: https://gist.github.com
3735
-->
3836

39-
Expected Results
40-
----------------
37+
#### Expected Results
4138
<!-- Example: No error is throw. Please paste or describe the expected results.-->
4239

43-
Actual Results
44-
--------------
40+
#### Actual Results
4541
<!-- Please paste or specifically describe the actual output or traceback. -->
4642

47-
Versions
48-
--------
43+
#### Versions
4944
<!--
5045
Please run the following snippet and paste the output below.
5146
import platform; print(platform.platform())

PULL_REQUEST_TEMPLATE.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,14 @@
22
Thanks for contributing a pull request! Please ensure you have taken a look at
33
the contribution guidelines: https://github.com/scikit-learn/scikit-learn/blob/master/CONTRIBUTING.md#Contributing-Pull-Requests
44
-->
5-
Reference Issue
6-
---------------
5+
#### Reference Issue
76
<!-- Example: Fixes #1234 -->
87

98

10-
What does this implement/fix? Explain your changes.
11-
---------------------------------------------------
9+
#### What does this implement/fix? Explain your changes.
1210

1311

14-
Any other comments?
15-
-------------------
12+
#### Any other comments?
1613

1714

1815
<!--

0 commit comments

Comments
 (0)