Skip to content
This repository was archived by the owner on May 22, 2019. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
- [ ] I have checked that this issue is not a duplicate of an existing issue



## Issue Type
What kind of issue is this?

<!-- Please check using "x" -->

- [ ] Bug report
- [ ] Feature request
- [ ] Code style issue
- [ ] Documentation issue
- [ ] Other - Please describe:


## What is the current behavior?


## What is the expected behavior?


## Other information

37 changes: 37 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
## PR Checklist
Please check all that apply to this PR using "x":

- [ ] I have read the [contributing guide](https://github.com/src-d/ml/blob/master/contributing.md)
- [ ] I have checked that this PR is not a duplicate of an existing PR (open, closed or merged)
- [ ] I have checked that this PR does not introduce a breaking change
- [ ] This PR introduces breaking changes and I have provided a detailed explanation below


## PR Type
What kind of change does this PR introduce?

<!-- Please check all that apply to this PR using "x". -->

- [ ] Bugfix
- [ ] Feature
- [ ] Breaking changes (bugfix or feature that introduces breaking changes)
- [ ] Code style update (formatting)
- [ ] Refactoring (no functional changes)
- [ ] Documentation changes
- [ ] Other - Please describe:

## Fixes

Issue Number: N/A


## What is the current behavior?


## What is the new behavior?


## Other information


<!-- If this PR contains a breaking change, please describe the impact and solution strategy for existing applications below. -->