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

Commit 3ee3d85

Browse files
committed
PR and issue templates created
1 parent 1bc0359 commit 3ee3d85

File tree

2 files changed

+61
-0
lines changed

2 files changed

+61
-0
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
- [ ] I have checked that this issue is not a duplicate of an existing issue
2+
3+
4+
5+
## Issue Type
6+
What kind of issue is this?
7+
8+
<!-- Please check using "x" -->
9+
10+
- [ ] Bug report
11+
- [ ] Feature request
12+
- [ ] Code style issue
13+
- [ ] Documentation issue
14+
- [ ] Other - Please describe:
15+
16+
17+
## What is the current behavior?
18+
19+
20+
## What is the expected behavior?
21+
22+
23+
## Other information
24+

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
## PR Checklist
2+
Please check all that apply to this PR using "x":
3+
4+
- [ ] I have read the [contributing guide](https://github.com/src-d/ml/blob/master/contributing.md)
5+
- [ ] I have checked that this PR is not a duplicate of an existing PR (open, closed or merged)
6+
- [ ] I have checked that this PR does not introduce a breaking change
7+
- [ ] This PR introduces breaking changes and I have provided a detailed explanation below
8+
9+
10+
## PR Type
11+
What kind of change does this PR introduce?
12+
13+
<!-- Please check all that apply to this PR using "x". -->
14+
15+
- [ ] Bugfix
16+
- [ ] Feature
17+
- [ ] Breaking changes (bugfix or feature that introduces breaking changes)
18+
- [ ] Code style update (formatting)
19+
- [ ] Refactoring (no functional changes)
20+
- [ ] Documentation changes
21+
- [ ] Other - Please describe:
22+
23+
## Fixes
24+
25+
Issue Number: N/A
26+
27+
28+
## What is the current behavior?
29+
30+
31+
## What is the new behavior?
32+
33+
34+
## Other information
35+
36+
37+
<!-- If this PR contains a breaking change, please describe the impact and solution strategy for existing applications below. -->

0 commit comments

Comments
 (0)