Skip to content

Commit e4ded5d

Browse files
committed
Update issue templates (#4867)
1 parent c7699e0 commit e4ded5d

File tree

3 files changed

+77
-0
lines changed

3 files changed

+77
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
name: "\U0001F4A1 Feature request"
3+
about: Suggest an idea for this project
4+
5+
---
6+
7+
**Is your feature request related to a problem? Please describe.**
8+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
9+
10+
**Describe the solution you'd like**
11+
A clear and concise description of what you want to happen.
12+
13+
**Describe alternatives you've considered**
14+
A clear and concise description of any alternative solutions or features you've considered.
15+
16+
**Additional context**
17+
Add any other context or screenshots about the feature request here.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
name: "\U0001F4F2 Push Notifications"
3+
about: Issues with setting up or delivering push notifications
4+
5+
---
6+
7+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
---
2+
name: "\U0001F41B Report an issue"
3+
about: Report an issue on parse-server
4+
5+
---
6+
7+
<!---
8+
9+
We use GitHub Issues for bugs.
10+
11+
If you have a non-bug question, ask on Stack Overflow or Server Fault:
12+
- https://stackoverflow.com/questions/tagged/parse.com
13+
- https://serverfault.com/tags/parse
14+
15+
If you have a vulnerability disclosure, please follow our policy available here https://github.com/parse-community/parse-server/blob/master/SECURITY.md
16+
17+
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+
19+
--- Please use this template. If you don't use this template, your issue may be closed without comment. ---
20+
--->
21+
### Issue Description
22+
23+
<!--- Describe your issue in as much detail as possible. -->
24+
25+
### Steps to reproduce
26+
27+
<!--- Please include a detailed list of steps that reproduce the issue. Include curl commands when applicable. --->
28+
29+
### Expected Results
30+
31+
<!--- What you expected to happen. --->
32+
33+
### Actual Outcome
34+
35+
<!--- What is happening instead. --->
36+
37+
### Environment Setup
38+
39+
- **Server**
40+
- parse-server version (Be specific! Don't say 'latest'.) : [FILL THIS OUT]
41+
- Operating System: [FILL THIS OUT]
42+
- Hardware: [FILL THIS OUT]
43+
- Localhost or remote server? (AWS, Heroku, Azure, Digital Ocean, etc): [FILL THIS OUT]
44+
45+
- **Database**
46+
- MongoDB version: [FILL THIS OUT]
47+
- Storage engine: [FILL THIS OUT]
48+
- Hardware: [FILL THIS OUT]
49+
- Localhost or remote server? (AWS, mLab, ObjectRocket, Digital Ocean, etc): [FILL THIS OUT]
50+
51+
### Logs/Trace
52+
53+
<!--- Include all relevant logs. You can turn on additional logging by configuring VERBOSE=1 in your environment. --->

0 commit comments

Comments
 (0)