Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
scikit-learn
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Ian Johnson
scikit-learn
Commits
a0b8c529
Commit
a0b8c529
authored
9 years ago
by
Raghav RV
Committed by
Tom Dupré la Tour
9 years ago
Browse files
Options
Downloads
Patches
Plain Diff
DOC Make the PR/Issue headers smaller (#6685)
parent
bd99858a
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
ISSUE_TEMPLATE.md
+5
-10
5 additions, 10 deletions
ISSUE_TEMPLATE.md
PULL_REQUEST_TEMPLATE.md
+3
-6
3 additions, 6 deletions
PULL_REQUEST_TEMPLATE.md
with
8 additions
and
16 deletions
ISSUE_TEMPLATE.md
+
5
−
10
View file @
a0b8c529
...
...
@@ -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:
```
...
...
@@ -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())
...
...
This diff is collapsed.
Click to expand it.
PULL_REQUEST_TEMPLATE.md
+
3
−
6
View file @
a0b8c529
...
...
@@ -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?
<!--
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment