From 74b748c9e20c4ba80dbdf2c1dd970d0530cb38cf Mon Sep 17 00:00:00 2001 From: Vincent Biret Date: Tue, 3 Jul 2018 14:25:01 -0400 Subject: [PATCH] improving new issue template so people mention samples authors and they get notified (#551) --- .github/ISSUE_TEMPLATE.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 432ba28ee..fa7a13868 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -16,6 +16,12 @@ > > _(DELETE THIS PARAGRAPH AFTER READING)_ +## Authors + +> Because of the way this repository is setup, samples authors do not get a notification when you create an issue. *It makes it less likely for you to get your issue resolved or to get help*. For the section above **@mention any author of the sample**. Authors' github handle can be found on the main sample documentation page, under the "solution" section. Use the `PREVIEW` tab at the top right to preview the rendering before submitting your issue. +> +> _(DELETE THIS PARAGRAPH AFTER READING)_ + ## Expected or Desired Behavior > _If you are reporting a bug, please describe the expected behavior. If you are suggesting an enhancement please describe thoroughly the enhancement, how it can be achieved, and expected benefit._