Skip to content

Commit

Permalink
Update bug report template (#6805)
Browse files Browse the repository at this point in the history
* Update bug report template

* fixes

* nit

* address Manuel's review

* Delete old issue template

* Delete old unused migration image

* Improve SO prompt
  • Loading branch information
TomWFox committed Jul 17, 2020
1 parent 5e67e7d commit ea1ec9b
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 54 deletions.
45 changes: 0 additions & 45 deletions .github/ISSUE_TEMPLATE.md

This file was deleted.

3 changes: 3 additions & 0 deletions .github/ISSUE_TEMPLATE/---feature-request.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
---
name: "\U0001F4A1 Feature request"
about: Suggest an idea for this project
title: ''
labels: ''
assignees: ''

---

Expand Down
7 changes: 6 additions & 1 deletion .github/ISSUE_TEMPLATE/---getting-help.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
---
name: "🙋‍Getting Help"
name: "\U0001F64B‍Getting Help"
about: Join https://community.parseplatform.org
title: ''
labels: ''
assignees: ''

---


3 changes: 3 additions & 0 deletions .github/ISSUE_TEMPLATE/---parse-server-3-0-0.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
---
name: "\U0001F525 parse-server 3.0.0"
about: Report an issue while migrating to parse-server 3.0.0
title: ''
labels: ''
assignees: ''

---

Expand Down
4 changes: 3 additions & 1 deletion .github/ISSUE_TEMPLATE/---push-notifications.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
---
name: "\U0001F4F2 Push Notifications"
about: Issues with setting up or delivering push notifications
title: ''
labels: ''
assignees: ''

---

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

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

17 changes: 10 additions & 7 deletions .github/ISSUE_TEMPLATE/---report-an-issue.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,24 @@
---
name: "\U0001F41B Report an issue"
about: Report an issue on parse-server
title: ''
labels: ''
assignees: ''

---

<!---
We use GitHub Issues for reporting bugs with Parse Server.

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

If you have a *question*, you should join the [Parse Community's Discourse forum](https://community.parseplatform.org/c/parse-server).
- [ ] 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).

If you have a vulnerability disclosure, please follow our policy available here https://github.com/parse-community/parse-server/blob/master/SECURITY.md
- [ ] 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.

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
- [ ] 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).

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

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

<!--- Describe your issue in as much detail as possible. -->
Expand Down
Binary file removed .github/MigrationPhases.png
Binary file not shown.

0 comments on commit ea1ec9b

Please sign in to comment.