Skip to content

Commit 920cd41

Browse files
authored
FIX - fix issue template (scikit-learn-contrib#196)
1 parent b9edb67 commit 920cd41

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
name: Bug report
3-
3+
about: Report a problem
44
---
55

6-
# Describe the bug
6+
## Describe the bug
77

88
<!-- Concise description of the bug -->
99

10-
# Steps to reproduce
10+
## Steps to reproduce
1111

1212
<!-- You can provide a snippet that reproduces the bug -->
1313

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
---
22
name: Feature request
3+
about: Suggest a new feature
34
title: FEAT - Give a title to the feature request
45
---
56

6-
# Description of the feature
7+
## Description of the feature
78

89
<!-- Describe the feature. for instance, is it related a problem? -->
910

1011

11-
# Considered alternatives
12+
## Considered alternatives
1213

1314
<!-- List the considered alternative (if any) -->
1415

.github/pull_request_template.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Context of the PR
1+
## Context of the PR
22

33
<!--
44
@@ -7,7 +7,7 @@ Any detail to be able to relate the PR changes
77
88
-->
99

10-
# Contributions of the PR
10+
## Contributions of the PR
1111

1212
<!-- List the contribution of the PR -->
1313

0 commit comments

Comments
 (0)