-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updated issue and PR templates (#1741)
* updated issue and PR templates * added browser info * updated wording
- Loading branch information
Showing
5 changed files
with
132 additions
and
16 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
--- | ||
name: "\U0001F41B Report an issue" | ||
about: A feature is not working as expected. | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
### New Issue Checklist | ||
<!-- | ||
Check every following box [x] before submitting your issue. | ||
Click the "Preview" tab for better readability. | ||
Thanks for contributing to Parse Platform! | ||
--> | ||
|
||
- [ ] I am not disclosing a [vulnerability](https://github.com/parse-community/parse-server/blob/master/SECURITY.md). | ||
- [ ] I am not just asking a [question](https://github.com/parse-community/.github/blob/master/SUPPORT.md). | ||
- [ ] I have searched through [existing issues](https://github.com/parse-community/parse-dashboard/issues?q=is%3Aissue). | ||
- [ ] I can reproduce the issue with the [latest version of Parse Server](https://github.com/parse-community/parse-server/releases). | ||
- [ ] I can reproduce the issue with the [latest version of Parse Dashboard](https://github.com/parse-community/parse-dashboard/releases). | ||
|
||
### Issue Description | ||
<!-- What is the specific issue? --> | ||
|
||
### Steps to reproduce | ||
<!-- How can someone else reproduce the issue? --> | ||
|
||
### Actual Outcome | ||
<!-- What outcome did you get? --> | ||
|
||
### Expected Outcome | ||
<!-- What outcome did you expect? --> | ||
|
||
### Failing Test / Pull Request | ||
<!-- | ||
Please submit a PR with a failing test (or passing test if you already include the fix), so we can verify that the issue exists. | ||
--> | ||
|
||
- PR with [test](https://github.com/parse-community/parse-server/blob/master/CONTRIBUTING.md#environment-setup): #`FILL_THIS_OUT` | ||
|
||
### Environment | ||
<!-- Be specific with versions, don't use "latest" or semver ranges like "~x.y.z" or "^x.y.z". --> | ||
|
||
Dashboard | ||
- Parse Dashboard version: `FILL_THIS_OUT` | ||
- Browser (Safari, Chrome, Firefox, Edge, etc.): `FILL_THIS_OUT` | ||
- Browser version: `FILL_THIS_OUT` | ||
|
||
Server | ||
- Parse Server version: `FILL_THIS_OUT` | ||
- Operating system: `FILL_THIS_OUT` | ||
- Local or remote host (AWS, Azure, Google Cloud, Heroku, Digital Ocean, etc): `FILL_THIS_OUT` | ||
|
||
Database | ||
- System (MongoDB or Postgres): `FILL_THIS_OUT` | ||
- Database version: `FILL_THIS_OUT` | ||
- Local or remote host (MongoDB Atlas, mLab, AWS, Azure, Google Cloud, etc): `FILL_THIS_OUT` | ||
|
||
### Logs | ||
<!-- | ||
Include relevant logs here. Turn on additional logging by configuring VERBOSE=1 in your environment. If you get a Browser JavaScript error run `npm run dev` to see source maps and a more detailed stack trace. | ||
--> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
--- | ||
name: "\U0001F4A1 Request a feature" | ||
about: Suggest new functionality or an enhancement of existing functionality. | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
### New Feature / Enhancement Checklist | ||
<!-- | ||
Check every following box [x] before submitting your issue. | ||
Click the "Preview" tab for better readability. | ||
Thanks for contributing to Parse Platform! | ||
--> | ||
|
||
- [ ] I am not disclosing a [vulnerability](https://github.com/parse-community/parse-server/blob/master/SECURITY.md). | ||
- [ ] I am not just asking a [question](https://github.com/parse-community/.github/blob/master/SUPPORT.md). | ||
- [ ] I have searched through [existing issues](https://github.com/parse-community/parse-dashboard/issues?q=is%3Aissue). | ||
|
||
### Current Limitation | ||
<!-- Which current limitation is the feature or enhancement addressing? --> | ||
|
||
### Feature / Enhancement Description | ||
<!-- What is the concept of the functionality and how should it be implemented? --> | ||
|
||
### Example Use Case | ||
<!-- What is an example use case in steps (1. / 2. / 3. / etc.) that describes the functionality? --> | ||
|
||
### Alternatives / Workarounds | ||
<!-- Which alternatives or workarounds exist currently? --> | ||
|
||
### 3rd Party References | ||
<!-- Have you seen a similar functionality provided somewhere else? --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: 🙋🏽♀️ Getting help with code | ||
url: https://stackoverflow.com/questions/tagged/parse-platform | ||
about: Get help with code-level questions on Stack Overflow. | ||
- name: 🙋 Getting general help | ||
url: https://community.parseplatform.org | ||
about: Get help with other questions on our Community Forum. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
### New Pull Request Checklist | ||
<!-- | ||
Please check the following boxes [x] before submitting your issue. | ||
Click the "Preview" tab for better readability. | ||
Thanks for contributing to Parse Server! | ||
--> | ||
|
||
- [ ] I am not disclosing a [vulnerability](https://github.com/parse-community/parse-server/blob/master/SECURITY.md). | ||
- [ ] I am creating this PR in reference to an [issue](https://github.com/parse-community/parse-dashboard/issues?q=is%3Aissue). | ||
|
||
### Issue Description | ||
<!-- Add a brief description of the issue this PR solves. --> | ||
|
||
Related issue: #`FILL_THIS_OUT` | ||
|
||
### Approach | ||
<!-- Add a description of the approach in this PR. --> | ||
|
||
### TODOs before merging | ||
<!-- | ||
Add TODOs that need to be completed before merging this PR. | ||
Delete TODOs that do not apply to this PR. | ||
--> | ||
|
||
- [ ] Add tests | ||
- [ ] Add entry to changelog | ||
- [ ] Add changes to documentation (guides, repository pages, in-code descriptions) |