From dd771d429eb90dba077e851627f75646f4ad8103 Mon Sep 17 00:00:00 2001 From: "Peter J. Shin" Date: Fri, 26 Feb 2016 10:50:27 -0800 Subject: [PATCH 1/2] Create ISSUE_TEMPLATE.md --- .github/ISSUE_TEMPLATE.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000000..29a1b42cc5 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,13 @@ +Make sure these boxes are checked before submitting your issue -- thanks for reporting issues back to Parse Server! + +-[ ] You've met the [prerequisites](https://github.com/ParsePlatform/parse-server/wiki/Parse-Server-Guide#prerequisites). +-[ ] You're running the [latest version](https://github.com/ParsePlatform/parse-server/releases) of Parse Server. +-[ ] You've searched through [existing issues](https://github.com/ParsePlatform/parse-server/issues?utf8=%E2%9C%93&q=). Chances are that your issue has been reported or resolved before. + +#### Environment Setup + + +#### Steps to reproduce + + +#### Logs/Trace From cdb82c20bb897dc4906f1741904a34cb54d76660 Mon Sep 17 00:00:00 2001 From: "Peter J. Shin" Date: Fri, 26 Feb 2016 10:56:45 -0800 Subject: [PATCH 2/2] Update ISSUE_TEMPLATE.md --- .github/ISSUE_TEMPLATE.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 29a1b42cc5..0fb61964e1 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,7 +1,9 @@ Make sure these boxes are checked before submitting your issue -- thanks for reporting issues back to Parse Server! -[ ] You've met the [prerequisites](https://github.com/ParsePlatform/parse-server/wiki/Parse-Server-Guide#prerequisites). + -[ ] You're running the [latest version](https://github.com/ParsePlatform/parse-server/releases) of Parse Server. + -[ ] You've searched through [existing issues](https://github.com/ParsePlatform/parse-server/issues?utf8=%E2%9C%93&q=). Chances are that your issue has been reported or resolved before. #### Environment Setup