From 2aa155cd50b6995f4641da2b864caff202a870e1 Mon Sep 17 00:00:00 2001 From: Preetham Viswanathan Date: Wed, 31 Oct 2018 03:33:43 -0400 Subject: [PATCH] PR and issue templates created Signed-off-by: Preetham Viswanathan --- .github/ISSUE_TEMPLATE.md | 24 +++++++++++++++++++++ .github/PULL_REQUEST_TEMPLATE.md | 37 ++++++++++++++++++++++++++++++++ 2 files changed, 61 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE.md create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 00000000..92c4aa7f --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -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? + + + +- [ ] Bug report +- [ ] Feature request +- [ ] Code style issue +- [ ] Documentation issue +- [ ] Other - Please describe: + + +## What is the current behavior? + + +## What is the expected behavior? + + +## Other information + diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000..429fe282 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -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? + + + +- [ ] 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 + + +