Skip to content

Commit 19264ba

Browse files
authored
Further improve issue template (#6816)
* Update ---report-an-issue.md * mtrezza's suggestions * remove support from readme * Rename ---report-an-issue.md to ---1-report-an-issue.md * Update ---feature-request.md * Rename ---feature-request.md to ---2-feature-request.md * Delete ---getting-help.md * Delete ---push-notifications.md * Delete ---parse-server-3-0-0.md * Create config.yml * change support link to org wide doc
1 parent d4beda1 commit 19264ba

8 files changed

+58
-188
lines changed
Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
---
2+
name: "\U0001F41B Report an issue"
3+
about: Report an issue on parse-server
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
### New Issue Checklist
11+
<!-- Please check the following boxes [ ] -> [x] before submitting your issue. Click the "Preview" tab for better readability. Thanks for reporting issues back to Parse Server! -->
12+
13+
- [ ] I am not disclosing a [vulnerability](https://github.com/parse-community/parse-server/blob/master/SECURITY.md).
14+
- [ ] I am not just asking a [question](https://github.com/parse-community/.github/blob/master/SUPPORT.md).
15+
- [ ] I have searched through [existing issues](https://github.com/parse-community/parse-server/issues?q=is%3Aissue).
16+
- [ ] I can reproduce the issue with the [latest version of Parse Server](https://github.com/parse-community/parse-server/releases). <!-- We don't investigate issues for outdated releases. -->
17+
18+
### Issue Description
19+
<!-- What is the specific issue with Parse Server? -->
20+
21+
### Steps to reproduce
22+
<!-- How can someone else reproduce the issue? -->
23+
24+
### Actual Outcome
25+
<!-- What outcome, for example query result, did you get? -->
26+
27+
### Expected Outcome
28+
<!-- What outcome, for example query result, did you expect? -->
29+
30+
### Environment
31+
<!-- Be specific with versions, don't use "latest" or semver ranges like "~x.y.z" or "^x.y.z". -->
32+
33+
Server
34+
- Parse Server version: `FILL_THIS_OUT`
35+
- Operating system: `FILL_THIS_OUT`
36+
- Local or remote host (AWS, Azure, Google Cloud, Heroku, Digital Ocean, etc): `FILL_THIS_OUT`
37+
38+
Database
39+
- System (MongoDB or Postgres): `FILL_THIS_OUT`
40+
- Database version: `FILL_THIS_OUT`
41+
- Local or remote host (MongoDB Atlas, mLab, AWS, Azure, Google Cloud, etc): `FILL_THIS_OUT`
42+
43+
Client
44+
- SDK (iOS, Android, JavaScript, PHP, Unity, etc): `FILL_THIS_OUT`
45+
- SDK version: `FILL_THIS_OUT`
46+
47+
### Logs
48+
<!-- Include relevant logs here. Turn on additional logging by configuring VERBOSE=1 in your environment. -->

.github/ISSUE_TEMPLATE/---feature-request.md renamed to .github/ISSUE_TEMPLATE/---2-feature-request.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
name: "\U0001F4A1 Feature request"
3-
about: Suggest an idea for this project
2+
name: "\U0001F4A1 Request a feature"
3+
about: Suggest new functionality or an enhancement of existing functionality.
44
title: ''
55
labels: ''
66
assignees: ''

.github/ISSUE_TEMPLATE/---getting-help.md

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

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

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

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

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

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

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

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: 🙋🏽‍♀️ Getting help with code
4+
url: https://stackoverflow.com/questions/tagged/parse-platform
5+
about: Get help with code-level questions on Stack Overflow.
6+
- name: 🙋 Getting general help
7+
url: https://community.parseplatform.org
8+
about: Get help with other questions on our Community Forum.

README.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -766,18 +766,6 @@ All the Cloud Code interfaces also have been updated to reflect those changes, a
766766

767767
We have written up a [migration guide](3.0.0.md), hoping this will help you transition to the next major release.
768768

769-
# Support
770-
771-
Please take a look at our [support document](https://github.com/parse-community/.github/blob/master/SUPPORT.md).
772-
773-
If you believe you've found an issue with Parse Server, make sure these boxes are checked before [reporting an issue](https://github.com/parse-community/parse-server/issues):
774-
775-
- [ ] You've met the [prerequisites](http://docs.parseplatform.org/parse-server/guide/#prerequisites).
776-
777-
- [ ] You're running the [latest version](https://github.com/parse-community/parse-server/releases) of Parse Server.
778-
779-
- [ ] You've searched through [existing issues](https://github.com/parse-community/parse-server/issues?utf8=%E2%9C%93&q=). Chances are that your issue has been reported or resolved before.
780-
781769
# Want to ride the bleeding edge?
782770

783771
It is recommend to use builds deployed npm for many reasons, but if you want to use

0 commit comments

Comments
 (0)