Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/---feature-request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
name: "\U0001F4A1 Feature request"
about: Suggest an idea for this project

---

**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

**Describe the solution you'd like**
A clear and concise description of what you want to happen.

**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.

**Additional context**
Add any other context or screenshots about the feature request here.
15 changes: 15 additions & 0 deletions .github/ISSUE_TEMPLATE/---getting-help.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
name: "🙋‍Getting Help"
about: Join https://community.parseplatform.org

---

<!---

**We use GitHub Issues for reporting bugs with Parse JS SDK.**

If you have a code-level question, use Stack Overflow with tags `parse-platform` and `parse-javascript-sdk`

If you have a non-bug question, you should join the [Parse Community's Discourse forum](https://community.parseplatform.org/c/sdk/js).

--->
54 changes: 54 additions & 0 deletions .github/ISSUE_TEMPLATE/---parse-js-sdk-2-0-0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
---
name: "\U0001F525 Parse SDK JS 2.0.0"
about: Report an issue while migrating to Parse SDK JS 2.0.0

---

<!---
** Use this template only if you have an issue migrating to Parse SDK JS 2.0.0 **

If you have a question, ask on [Parse Community's Discourse forum](https://community.parseplatform.org/c/sdk/js)

If you have a vulnerability disclosure, please follow our policy available here https://github.com/parse-community/parse-server/blob/master/SECURITY.md

You may also search through existing issues before opening a new one: https://github.com/parse-community/Parse-SDK-JS/issues

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

# Before opening the issue please ensure that you have:

- [ ] [Read the migration guide](https://github.com/parse-community/parse-server/blob/master/3.0.0.md) to parse-server 3.0.0
- [ ] [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

### Issue Description

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

### Steps to reproduce

<!--- Please include a detailed list of steps that reproduce the issue. Include curl commands when applicable. --->

### Expected Results

<!--- What you expected to happen. --->

### Actual Outcome

<!--- What is happening instead. --->

### Environment Setup

- **Server**
- parse-server version (Be specific! Don't say 'latest'.) : [FILL THIS OUT]
- Operating System: [FILL THIS OUT]
- Hardware: [FILL THIS OUT]
- Localhost or remote server? (AWS, Heroku, Azure, Digital Ocean, etc): [FILL THIS OUT]

- **JS SDK**
- JS SDK version: [FILL THIS OUT]
- Application? (Browser, Node, React-Native, etc): [FILL THIS OUT]

### Logs/Trace

<!--- Include all relevant logs. You can turn on additional logging by configuring VERBOSE=1 in your environment. --->
49 changes: 49 additions & 0 deletions .github/ISSUE_TEMPLATE/---report-an-issue.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
---
name: "\U0001F41B Report an issue"
about: Report an issue on Parse JS SDK

---

<!---

**We use GitHub Issues for reporting bugs with Parse JS SDK.**

If you have a *question*, you should join the [Parse Community's Discourse forum](https://community.parseplatform.org/c/sdk/js).

If you have a vulnerability disclosure, please follow our policy available here https://github.com/parse-community/parse-server/blob/master/SECURITY.md

You may also search through existing issues before opening a new one: https://github.com/parse-community/Parse-SDK-JS/issues

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

### Steps to reproduce

<!--- Please include a detailed list of steps that reproduce the issue. Include curl commands when applicable. --->

### Expected Results

<!--- What you expected to happen. --->

### Actual Outcome

<!--- What is happening instead. --->

### Environment Setup

- **Server**
- parse-server version (Be specific! Don't say 'latest'.) : [FILL THIS OUT]
- Operating System: [FILL THIS OUT]
- Hardware: [FILL THIS OUT]
- Localhost or remote server? (AWS, Heroku, Azure, Digital Ocean, etc): [FILL THIS OUT]

- **JS SDK**
- JS SDK version: [FILL THIS OUT]
- Application? (Browser, Node, React-Native, etc): [FILL THIS OUT]

### Logs/Trace

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