Skip to content

Commit 15eafd4

Browse files
authored
Update ISSUE_TEMPLATE.md
1 parent 11cde12 commit 15eafd4

File tree

1 file changed

+9
-33
lines changed

1 file changed

+9
-33
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 9 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,50 +1,28 @@
1-
Please read the following instructions carefully.
1+
We use GitHub Issues for bugs.
22

3-
Check out https://github.com/ParsePlatform/parse-server/issues/1271 for an ideal bug report.
4-
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!
3+
If you have a non-bug question, ask on Stack Overflow or Server Fault:
4+
- https://stackoverflow.com/questions/tagged/parse.com
5+
- https://serverfault.com/tags/parse
56

6-
Many members of the community use Stack Overflow and Server Fault to ask questions.
7-
Read through the existing questions or ask your own!
8-
- Stack Overflow: http://stackoverflow.com/questions/tagged/parse.com
9-
- Server Fault: https://serverfault.com/tags/parse
7+
You may also search through existing issues before opening a new one: https://github.com/ParsePlatform/Parse-Server/issues?utf8=%E2%9C%93&q=is%3Aissue
108

11-
For database migration help, please file a bug report at https://parse.com/help#report
12-
13-
Make sure these boxes are checked before submitting your issue -- thanks for reporting issues back to Parse Server!
14-
15-
- [ ] You've met the prerequisites: https://github.com/ParsePlatform/parse-server/wiki/Parse-Server-Guide#prerequisites.
16-
17-
- [ ] You're running the latest version of Parse Server: https://github.com/ParsePlatform/parse-server/releases
18-
19-
- [ ] 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.
20-
21-
- [ ] You have filled out every section below. Issues without sufficient information are more likely to be closed.
22-
23-
--
9+
--- Please use this template. If you don't use this template, your issue may be closed without comment. ---
2410

2511
### Issue Description
2612

27-
[DELETE EVERYTHING ABOVE THIS LINE BEFORE SUBMITTING YOUR ISSUE]
28-
2913
Describe your issue in as much detail as possible.
3014

31-
[FILL THIS OUT]
32-
3315
### Steps to reproduce
3416

3517
Please include a detailed list of steps that reproduce the issue. Include curl commands when applicable.
3618

37-
1. [FILL THIS OUT]
38-
2. [FILL THIS OUT]
39-
3. [FILL THIS OUT]
40-
4119
#### Expected Results
4220

43-
[FILL THIS OUT]
21+
What you expected to happen.
4422

4523
#### Actual Outcome
4624

47-
[FILL THIS OUT]
25+
What is happening instead.
4826

4927
### Environment Setup
5028

@@ -62,6 +40,4 @@ Please include a detailed list of steps that reproduce the issue. Include curl c
6240

6341
### Logs/Trace
6442

65-
You can turn on additional logging by configuring VERBOSE=1 in your environment.
66-
67-
[FILL THIS OUT]
43+
Include all relevant logs. You can turn on additional logging by configuring VERBOSE=1 in your environment.

0 commit comments

Comments
 (0)