Skip to content

Commit 98f8db3

Browse files
hramosflovilmart
authored andcommitted
Update issue template (#1899)
Make it clearer what kind of information we are looking for.
1 parent c9a138d commit 98f8db3

File tree

1 file changed

+47
-10
lines changed

1 file changed

+47
-10
lines changed

.github/ISSUE_TEMPLATE.md

+47-10
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
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!
1+
Please read the following instructions carefully.
22

3-
Many members of the community use Stack Overflow and Server Fault to ask questions. Read through the existing questions or ask your own!
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!
45

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!
58
- Stack Overflow: http://stackoverflow.com/questions/tagged/parse.com
69
- Server Fault: https://serverfault.com/tags/parse
710

@@ -15,16 +18,50 @@ Make sure these boxes are checked before submitting your issue -- thanks for rep
1518

1619
- [ ] 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.
1720

18-
#### Environment Setup
21+
- [ ] You have filled out every section below. Issues without sufficient information are more likely to be closed.
1922

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

23-
#### Steps to reproduce
25+
### Issue Description
2426

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?
27+
[DELETE EVERYTHING ABOVE THIS LINE BEFORE SUBMITTING YOUR ISSUE]
2728

28-
#### Logs/Trace
29+
Describe your issue in as much detail as possible.
2930

30-
- You can turn on additional logging by configuring VERBOSE=1 in your environment.
31+
[FILL THIS OUT]
32+
33+
### Steps to reproduce
34+
35+
Please include a detailed list of steps that reproduce the issue. Include curl commands when applicable.
36+
37+
1. [FILL THIS OUT]
38+
2. [FILL THIS OUT]
39+
3. [FILL THIS OUT]
40+
41+
#### Expected Results
42+
43+
[FILL THIS OUT]
44+
45+
#### Actual Outcome
46+
47+
[FILL THIS OUT]
48+
49+
### Environment Setup
50+
51+
- **Server**
52+
- parse-server version: [FILL THIS OUT]
53+
- Operating System: [FILL THIS OUT]
54+
- Hardware: [FILL THIS OUT]
55+
- Localhost or remote server? (AWS, Heroku, Azure, Digital Ocean, etc): [FILL THIS OUT]
56+
57+
- **Database**
58+
- MongoDB version: [FILL THIS OUT]
59+
- Storage engine: [FILL THIS OUT]
60+
- Hardware: [FILL THIS OUT]
61+
- Localhost or remote server? (AWS, mLab, ObjectRocket, Digital Ocean, etc): [FILL THIS OUT]
62+
63+
### Logs/Trace
64+
65+
You can turn on additional logging by configuring VERBOSE=1 in your environment.
66+
67+
[FILL THIS OUT]

0 commit comments

Comments
 (0)