You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE.md
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,5 @@
1
+
<!--
2
+
**Please use this template. If you don't use this template, your issue may be closed without comment.**
1
3
We use GitHub Issues for bugs.
2
4
3
5
If you have a non-bug question, ask on Stack Overflow or Server Fault:
@@ -8,23 +10,23 @@ If you have a vulnerability disclosure, please follow our policy available here
8
10
9
11
You may also search through existing issues before opening a new one: https://github.com/parse-community/parse-server/issues?utf8=%E2%9C%93&q=is%3Aissue
10
12
11
-
--- Please use this template. If you don't use this template, your issue may be closed without comment. ---
13
+
-->
12
14
13
15
### Issue Description
14
16
15
-
Describe your issue in as much detail as possible.
17
+
<!--Describe your issue in as much detail as possible.-->
16
18
17
19
### Steps to reproduce
18
20
19
-
Please include a detailed list of steps that reproduce the issue. Include curl commands when applicable.
21
+
<!--Please include a detailed list of steps that reproduce the issue. Include curl commands when applicable.-->
** Use this template only if you have an issue migrating to parse-server 3.0.0 **
12
9
13
10
If you have a vulnerability disclosure, please follow our policy available here https://github.com/parse-community/parse-server/blob/master/SECURITY.md
14
11
15
12
You may also search through existing issues before opening a new one: https://github.com/parse-community/parse-server/issues?utf8=%E2%9C%93&q=is%3Aissue
16
13
17
14
--- Please use this template. If you don't use this template, your issue may be closed without comment. ---
15
+
--->
16
+
17
+
# Before opening the issue please ensure that you have:
18
+
19
+
-[ ][Read the migration guide](https://github.com/parse-community/parse-server/blob/master/3.0.0.md) to parse-server 3.0.0
20
+
-[ ][Read the migration guide](https://github.com/parse-community/Parse-SDK-JS/blob/master/2.0.0.md) to Parse SDK JS 2.0.0
18
21
19
22
### Issue Description
20
23
21
-
Describe your issue in as much detail as possible.
24
+
<!--- Describe your issue in as much detail as possible.-->
22
25
23
26
### Steps to reproduce
24
27
25
-
Please include a detailed list of steps that reproduce the issue. Include curl commands when applicable.
26
-
27
-
####Expected Results
28
+
<!--- Please include a detailed list of steps that reproduce the issue. Include curl commands when applicable. --->
29
+
30
+
### Expected Results
28
31
29
-
What you expected to happen.
32
+
<!--- What you expected to happen. --->
30
33
31
-
####Actual Outcome
34
+
### Actual Outcome
32
35
33
-
What is happening instead.
36
+
<!--- What is happening instead. --->
34
37
35
38
### Environment Setup
36
39
@@ -48,4 +51,4 @@ What is happening instead.
48
51
49
52
### Logs/Trace
50
53
51
-
Include all relevant logs. You can turn on additional logging by configuring VERBOSE=1 in your environment.
54
+
<!--- Include all relevant logs. You can turn on additional logging by configuring VERBOSE=1 in your environment. --->
If you have a vulnerability disclosure, please follow our policy available here https://github.com/parse-community/parse-server/blob/master/SECURITY.md
20
+
21
+
You may also search through existing issues before opening a new one: https://github.com/parse-community/parse-server/issues?utf8=%E2%9C%93&q=is%3Aissue
22
+
23
+
--- Please use this template. If you don't use this template, your issue may be closed without comment. ---
24
+
--->
25
+
26
+
### Issue Description
27
+
28
+
<!--- Describe your issue in as much detail as possible. -->
29
+
30
+
### Push Configuration
31
+
32
+
Please provide a copy of your `push` configuration here, obfuscating any sensitive part.
33
+
34
+
### Environment Setup
35
+
36
+
-**Server**
37
+
- parse-server version (Be specific! Don't say 'latest'.) : [FILL THIS OUT]
38
+
- Operating System: [FILL THIS OUT]
39
+
- Hardware: [FILL THIS OUT]
40
+
- Localhost or remote server? (AWS, Heroku, Azure, Digital Ocean, etc): [FILL THIS OUT]
41
+
42
+
-**Database**
43
+
- MongoDB version: [FILL THIS OUT]
44
+
- Storage engine: [FILL THIS OUT]
45
+
- Hardware: [FILL THIS OUT]
46
+
- Localhost or remote server? (AWS, mLab, ObjectRocket, Digital Ocean, etc): [FILL THIS OUT]
47
+
48
+
### Logs/Trace
49
+
50
+
<!--- Include all relevant logs. You can turn on additional logging by configuring VERBOSE=1 in your environment. --->
0 commit comments