Skip to content

Commit

Permalink
DOC Make the PR/Issue headers smaller (scikit-learn#6685)
Browse files Browse the repository at this point in the history
  • Loading branch information
raghavrv authored and TomDLT committed Apr 20, 2016
1 parent bd99858 commit a0b8c52
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 16 deletions.
15 changes: 5 additions & 10 deletions ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,10 @@ For more information, see User Questions: http://scikit-learn.org/stable/support

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

Description
-----------
#### Description
<!-- Example: Joblib Error thrown when calling fit on LatentDirichletAllocation with evaluate_every > 0-->

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

Expected Results
----------------
#### Expected Results
<!-- Example: No error is throw. Please paste or describe the expected results.-->

Actual Results
--------------
#### Actual Results
<!-- Please paste or specifically describe the actual output or traceback. -->

Versions
--------
#### Versions
<!--
Please run the following snippet and paste the output below.
import platform; print(platform.platform())
Expand Down
9 changes: 3 additions & 6 deletions PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,14 @@
Thanks for contributing a pull request! Please ensure you have taken a look at
the contribution guidelines: https://github.com/scikit-learn/scikit-learn/blob/master/CONTRIBUTING.md#Contributing-Pull-Requests
-->
Reference Issue
---------------
#### Reference Issue
<!-- Example: Fixes #1234 -->


What does this implement/fix? Explain your changes.
---------------------------------------------------
#### What does this implement/fix? Explain your changes.


Any other comments?
-------------------
#### Any other comments?


<!--
Expand Down

0 comments on commit a0b8c52

Please sign in to comment.