Skip to content

Commit b00572d

Browse files
committed
Merge pull request #1696 from ParsePlatform/issue-template
Update issue template
2 parents 7c850fc + da5b5cc commit b00572d

File tree

1 file changed

+16
-5
lines changed

1 file changed

+16
-5
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,30 @@
1-
Check out [this issue](https://github.com/ParsePlatform/parse-server/issues/1271) for an ideal bug report. The closer your issue report is to that one, the more likely we are to be able to help, and the more likely we will be to fix the issue quickly!
1+
Check out https://github.com/ParsePlatform/parse-server/issues/1271 for an ideal bug report. The closer your issue report is to that one, the more likely we are to be able to help, and the more likely we will be to fix the issue quickly!
22

3-
For implementation related questions or technical support, please refer to the [Stack Overflow](http://stackoverflow.com/questions/tagged/parse.com) and [Server Fault](https://serverfault.com/tags/parse) communities. For database migration help, please [file a bug report](https://parse.com/help#report).
3+
Many members of the community use Stack Overflow and Server Fault to ask questions. Read through the existing questions or ask your own!
4+
5+
- Stack Overflow: http://stackoverflow.com/questions/tagged/parse.com
6+
- Server Fault: https://serverfault.com/tags/parse
7+
8+
For database migration help, please file a bug report at https://parse.com/help#report
49

510
Make sure these boxes are checked before submitting your issue -- thanks for reporting issues back to Parse Server!
611

7-
- [ ] You've met the [prerequisites](https://github.com/ParsePlatform/parse-server/wiki/Parse-Server-Guide#prerequisites).
12+
- [ ] You've met the prerequisites: https://github.com/ParsePlatform/parse-server/wiki/Parse-Server-Guide#prerequisites.
813

9-
- [ ] You're running the [latest version](https://github.com/ParsePlatform/parse-server/releases) of Parse Server.
14+
- [ ] You're running the latest version of Parse Server: https://github.com/ParsePlatform/parse-server/releases
1015

11-
- [ ] 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.
16+
- [ ] You've searched through existing issues: https://github.com/ParsePlatform/Parse-Server/issues?utf8=%E2%9C%93&q=is%3Aissue Chances are that your issue has been reported or resolved before.
1217

1318
#### Environment Setup
1419

20+
- Server: parse-server version, operating system, hardware, local or remote?
21+
- Database: version, storage engine, hardware, local or remote?
1522

1623
#### Steps to reproduce
1724

25+
- Can this issue be reproduced using the Parse Server REST API? Include curl commands when applicable.
26+
- What was the expected result? What is the actual outcome?
1827

1928
#### Logs/Trace
29+
30+
- You can turn on additional logging by configuring VERBOSE=1 in your environment.

0 commit comments

Comments
 (0)