From 085b7bb41bf329a847a21baa7422d875010fe3e2 Mon Sep 17 00:00:00 2001 From: yan Date: Mon, 16 May 2016 14:49:53 -0700 Subject: [PATCH] Add issue/PR templates --- CONTRIBUTING.md => .github/CONTRIBUTING.md | 0 .github/ISSUE_TEMPLATE.md | 14 ++++++++++++++ .github/PULL_REQUEST_TEMPLATE.md | 3 +++ 3 files changed, 17 insertions(+) rename CONTRIBUTING.md => .github/CONTRIBUTING.md (100%) create mode 100644 .github/ISSUE_TEMPLATE.md create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/CONTRIBUTING.md b/.github/CONTRIBUTING.md similarity index 100% rename from CONTRIBUTING.md rename to .github/CONTRIBUTING.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 00000000000..5ae20f4f7a9 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,14 @@ +- [ ] Did you search for similar issues before submitting this one? + +- Describe the issue you encountered: +- Expected behavior: + +- Platform + - Win7, 8, 10? OS X? Linux(distro)? +- Brave Version +- Steps to reproduce + 1. + 2. + 3. +- Screenshot (if needed) +- # of any related issues diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000000..1a137db43ce --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,3 @@ +- [ ] Submitted a [ticket](https://github.com/brave/browser-laptop/issues) for my issue if one did not already exist. +- [ ] Used Github [auto-closing keywords](https://help.github.com/articles/closing-issues-via-commit-messages/) in the commit message. +- [ ] Ran `git rebase -i` to squash commits if needed.