Skip to content

Commit b9edb67

Browse files
authored
ENH - Set Issue and PR templates (scikit-learn-contrib#190)
1 parent 61577fc commit b9edb67

File tree

3 files changed

+54
-0
lines changed

3 files changed

+54
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
name: Bug report
3+
4+
---
5+
6+
# Describe the bug
7+
8+
<!-- Concise description of the bug -->
9+
10+
# Steps to reproduce
11+
12+
<!-- You can provide a snippet that reproduces the bug -->
13+
14+
15+
**Additional context**
16+
17+
<!-- Any extra information related to the bug (if any) -->
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
name: Feature request
3+
title: FEAT - Give a title to the feature request
4+
---
5+
6+
# Description of the feature
7+
8+
<!-- Describe the feature. for instance, is it related a problem? -->
9+
10+
11+
# Considered alternatives
12+
13+
<!-- List the considered alternative (if any) -->
14+
15+
16+
**Additional context**
17+
18+
<!-- Any extra information related to requested feature (if any) -->

.github/pull_request_template.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Context of the PR
2+
3+
<!--
4+
5+
Is the PR meant to fix a bug? implement a new feature...
6+
Any detail to be able to relate the PR changes
7+
8+
-->
9+
10+
# Contributions of the PR
11+
12+
<!-- List the contribution of the PR -->
13+
14+
15+
### Checks before merging PR
16+
17+
- [ ] added documentation for any new feature
18+
- [ ] added unittests
19+
- [ ] edited the [what's new](../doc/changes/whats_new.rst)(if applicable)

0 commit comments

Comments
 (0)