From d415240d35bc325c0fd9477ce9c3cafe1e2afb95 Mon Sep 17 00:00:00 2001 From: Alex Date: Wed, 2 Oct 2019 19:22:49 -0400 Subject: [PATCH] adding pull request template --- .../PULL_REQUEST_TEMPLATE/general-request.md | 38 +++++++++++++++++++ README.md | 3 +- 2 files changed, 40 insertions(+), 1 deletion(-) create mode 100644 .github/PULL_REQUEST_TEMPLATE/general-request.md diff --git a/.github/PULL_REQUEST_TEMPLATE/general-request.md b/.github/PULL_REQUEST_TEMPLATE/general-request.md new file mode 100644 index 0000000..57b656b --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/general-request.md @@ -0,0 +1,38 @@ +--- +name: General requests +about: general template for pull requests +--- + +## Description + + +## Motivation and Context + + + +## How Has This Been Tested? + + +## Types of changes + +- [ ] Bug fix +- [ ] New feature +- [ ] Breaking change + +## Checklist: + + +- [ ] if you had any questions you reached out via [SUPPORT](/.github/SUPPORT.md) or you didn't have any questions +- [ ] I have read the [CONTRIBUTING](/.github/CONTRIBUTING.md) document. +- [ ] I have read the [CODE_OF_CONDUCT](/.github/CODE_OF_CONDUCT.md) document. +- [ ] My change requires a change to the documentation. +- [ ] I have updated the documentation accordingly. +- [ ] I have created a related github issue and it's number is: +- [ ] I have added tests to cover my changes. +- [ ] All new and existing tests passed. + + diff --git a/README.md b/README.md index 23ad461..c6cd420 100644 --- a/README.md +++ b/README.md @@ -83,4 +83,5 @@ If you would like to submit a contribution (i.e. correction, improvement, or alt - https://help.github.com/en/articles/about-github-actions - https://help.github.com/en/articles/configuring-a-workflow - others - - https://github.com/gobuffalo/buffalo/blob/master/CODE_OF_CONDUCT.md \ No newline at end of file + - https://github.com/gobuffalo/buffalo/blob/master/CODE_OF_CONDUCT.md + - https://github.com/trailofbits/algo/blob/master/PULL_REQUEST_TEMPLATE.md \ No newline at end of file