From 7073ebc2e64912bbf03ef46d15d124c80a8ef977 Mon Sep 17 00:00:00 2001 From: Saketha Ramanjam Date: Mon, 8 Oct 2018 22:28:50 +0530 Subject: [PATCH] create pull request template.md --- .github/PULL_REQUEST_TEMPLATE.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..78004c1 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,9 @@ +# :warning: This is a Pull Request Template :warning: +> Make sure you fill out/check all the boxes by placing in x between the brackets after removing the space between them. + +By making this pull request you abide to the following, +- [ ] I've forked the project. +- [ ] I've created a branch under my username +- [ ] I've read the [LICENSE](https://github.com/Microsoft/MS-DOS/blob/master/LICENSE.md) document. +- [ ] I understand that the source files in this repo are for historical reference and will be kept static, + and I haven't opened a Pull Request suggesting any modifications to the source files.