Skip to content

Commit ea1ec9b

Browse files
authored
Update bug report template (#6805)
* Update bug report template * fixes * nit * address Manuel's review * Delete old issue template * Delete old unused migration image * Improve SO prompt
1 parent 5e67e7d commit ea1ec9b

File tree

7 files changed

+25
-54
lines changed

7 files changed

+25
-54
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 0 additions & 45 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/---feature-request.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
---
22
name: "\U0001F4A1 Feature request"
33
about: Suggest an idea for this project
4+
title: ''
5+
labels: ''
6+
assignees: ''
47

58
---
69

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
---
2-
name: "🙋‍Getting Help"
2+
name: "\U0001F64B‍Getting Help"
33
about: Join https://community.parseplatform.org
4+
title: ''
5+
labels: ''
6+
assignees: ''
47

58
---
9+
10+

.github/ISSUE_TEMPLATE/---parse-server-3-0-0.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
---
22
name: "\U0001F525 parse-server 3.0.0"
33
about: Report an issue while migrating to parse-server 3.0.0
4+
title: ''
5+
labels: ''
6+
assignees: ''
47

58
---
69

.github/ISSUE_TEMPLATE/---push-notifications.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
---
22
name: "\U0001F4F2 Push Notifications"
33
about: Issues with setting up or delivering push notifications
4+
title: ''
5+
labels: ''
6+
assignees: ''
47

58
---
69

@@ -46,4 +49,3 @@ Please provide a copy of your `push` configuration here, obfuscating any sensiti
4649
### Logs/Trace
4750

4851
<!--- Include all relevant logs. You can turn on additional logging by configuring VERBOSE=1 in your environment. --->
49-

.github/ISSUE_TEMPLATE/---report-an-issue.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,24 @@
11
---
22
name: "\U0001F41B Report an issue"
33
about: Report an issue on parse-server
4+
title: ''
5+
labels: ''
6+
assignees: ''
47

58
---
69

7-
<!---
10+
We use GitHub Issues for reporting bugs with Parse Server.
811

9-
**We use GitHub Issues for reporting bugs with parse-server.**
12+
Make sure these boxes are checked before submitting your issue - thanks for reporting issues back to Parse Server!
1013

11-
If you have a *question*, you should join the [Parse Community's Discourse forum](https://community.parseplatform.org/c/parse-server).
14+
- [ ] This isn't a vulnerability disclosure, if it is please follow our [security policy](https://github.com/parse-community/parse-server/blob/master/SECURITY.md).
1215

13-
If you have a vulnerability disclosure, please follow our policy available here https://github.com/parse-community/parse-server/blob/master/SECURITY.md
16+
- [ ] You're running version >=2.3.2 of Parse Server, we can't accept issues for very outdated releases, please update to a newer version.
1417

15-
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
18+
- [ ] This isn't a question, if you need if you have questions about code please use Stack Overflow with the [parse-platform tag](https://stackoverflow.com/questions/tagged/parse-platform) & other questions can be posted on the [community forum](https://community.parseplatform.org).
19+
20+
- [ ] You've searched through [existing issues](https://github.com/parse-community/parse-server/issues?q=is%3Aissue), your issue may have been reported or resolved before.
1621

17-
--- Please use this template. If you don't use this template, your issue may be closed without comment. ---
18-
--->
1922
### Issue Description
2023

2124
<!--- Describe your issue in as much detail as possible. -->

.github/MigrationPhases.png

-13.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)