Skip to content

Commit dd712b7

Browse files
committed
Merge remote-tracking branch 'upstream/master'
2 parents 4c6ba77 + ad00118 commit dd712b7

File tree

6 files changed

+60
-124
lines changed

6 files changed

+60
-124
lines changed
Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
---
2+
name: "\U0001F41B Report an issue"
3+
about: A feature is not working as expected.
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 this issue! -->
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-SDK-JS/issues?q=is%3Aissue).
16+
- [ ] I can reproduce the issue with the latest versions of [Parse Server](https://github.com/parse-community/parse-server/releases) and the [Parse JS SDK](https://github.com/parse-community/Parse-SDK-JS/releases). <!-- We don't investigate issues for outdated releases. -->
17+
18+
### Issue Description
19+
<!-- What is the specific issue? -->
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+
- Parse JS SDK version: `FILL_THIS_OUT`
45+
46+
### Logs
47+
<!-- 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: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
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.
4+
title: ''
5+
labels: ''
6+
assignees: ''
47

58
---
69

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

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

.github/ISSUE_TEMPLATE/---parse-js-sdk-2-0-0.md

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

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

Lines changed: 0 additions & 53 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+parse-javascript-sdk
5+
about: Get help with code-level questions on Stack Overflow.
6+
- name: 🙋 Getting general help
7+
url: https://community.parseplatform.org/c/client-sdks/javascript-sdk
8+
about: Get help with other questions on our Community Forum.

0 commit comments

Comments
 (0)