From e58b26618efcdc716ab5b44650c1344da7c524a2 Mon Sep 17 00:00:00 2001 From: Elliot Saba Date: Tue, 9 Aug 2016 21:54:34 -0700 Subject: [PATCH] Add issue and pull request template --- .github/ISSUE_TEMPLATE.md | 5 +++++ .github/PULL_REQUEST_TEMPLATE.md | 5 +++++ 2 files changed, 10 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 0000000000000..4a6b089cbef18 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,5 @@ +When opening an issue, please ping `@staticfloat`. + +He does not receive emails automatically when new issues are created. +Without this ping, your issue may slip through the cracks! +If no response is garnered within a week, feel free to ping again. diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000000000..4a6b089cbef18 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,5 @@ +When opening an issue, please ping `@staticfloat`. + +He does not receive emails automatically when new issues are created. +Without this ping, your issue may slip through the cracks! +If no response is garnered within a week, feel free to ping again.