From a83772981f866143a8c2aca8a1d221f67cb9ca13 Mon Sep 17 00:00:00 2001 From: Rcmaniac25 Date: Tue, 25 Apr 2017 21:55:49 -0400 Subject: [PATCH] Added templates --- .github/PULL_REQUEST_TEMPLATE.md | 5 +++++ .github/issue_template.md | 13 +++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md create mode 100644 .github/issue_template.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..a02656c --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,5 @@ +Thank you for submitting a pull request, it's much appreciated. + +Because this is a mirror repo, we may not respond to or merge the PR in the timely manner you may expect. + +One way to get more attention to your issue is to message our mailing list: `freeglut-developer at lists.sourceforge.net` \ No newline at end of file diff --git a/.github/issue_template.md b/.github/issue_template.md new file mode 100644 index 0000000..d77d1e4 --- /dev/null +++ b/.github/issue_template.md @@ -0,0 +1,13 @@ +Thank you for submitting an issue, it's much appreciated. + +Couple points before you create this ticket: + +* Because this is a mirror repo, we may not respond to new issues in the timely manner you may expect. +* Our official Bug/Issue list is located [here](https://sourceforge.net/p/freeglut/bugs/). If you create a duplicate issue in the official list in addition to GitHub, please reference the GitHub and SourceForge tickets in the other site's ticket so we may close both tickets. +* There is also an official Feature Request list, located [here](https://sourceforge.net/p/freeglut/feature-requests/). +* One way to get more attention to your issue is to message our mailing list: `freeglut-developer at lists.sourceforge.net` + +If you still intend to make a ticket here, please provide the following: + +* OS +* FreeGLUT version \ No newline at end of file