-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(github): issue template cleanup (#3056)
- Loading branch information
Showing
6 changed files
with
98 additions
and
78 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -1,58 +1,73 @@ | ||
--- | ||
name: Bug Report | ||
about: Template to report bugs | ||
name: 🐛 Bug Report | ||
about: Report something not working | ||
title: 'bug: ' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
# Bug Report | ||
## Bug Report | ||
|
||
## Capacitor Version | ||
<!-- Provide the version of Capacitor and related installed dependencies. You can use the command `npx capacitor doctor` or `npx cap doctor` for the output from the root directory of your project. --> | ||
|
||
`npx cap doctor` output: | ||
### Capacitor Version | ||
<!-- | ||
Paste the output from the `npx cap doctor` command into the code block below. This will provide the versions of Capacitor packages and related dependencies. | ||
--> | ||
|
||
``` | ||
PASTE OUTPUT HERE | ||
``` | ||
|
||
## Affected Platform(s) | ||
<!-- Leave these checkboxes EMPTY until after the issue is created. Once the issue is created, check one or more boxes for the platform(s) this bug affects. --> | ||
### Platform(s) | ||
<!-- | ||
List the platforms that this bug affects. | ||
--> | ||
|
||
- [ ] Android | ||
- [ ] iOS | ||
- [ ] Electron | ||
- [ ] Web | ||
|
||
## Current Behavior | ||
<!-- Describe how the bug manifests. Be specific. --> | ||
|
||
### Current Behavior | ||
<!-- | ||
Describe how the bug manifests. Be specific. | ||
--> | ||
|
||
## Expected Behavior | ||
<!-- Describe what the behavior would be without the bug. --> | ||
|
||
## Sample Code or Sample Application Repo | ||
|
||
<!-- | ||
### Expected Behavior | ||
<!-- | ||
Describe what the behavior should be. | ||
--> | ||
|
||
NOTE: Issues with sample projects are prioritized higher than ones without because they are easier to reproduce and fix. | ||
|
||
If you are able to illustrate the bug or feature request with an example, please provide sample code snippets or a sample application via a public GitHub or Bitbucket repo. | ||
|
||
### Example Code or Repo | ||
<!-- | ||
If you are able to illustrate the bug with an example, please provide sample code snippets or a sample application using a public repo (preferred). | ||
--> | ||
|
||
## Reproduction Steps | ||
|
||
<!-- Please explain the steps required to duplicate the issue, especially if you are able to provide a sample application. --> | ||
|
||
## Other Technical Details | ||
### Code Reproduction | ||
<!-- | ||
To isolate the cause of the problem, we ask you to provide a minimal sample application that demonstrates the issue. | ||
For full instructions, see: https://github.com/ionic-team/capacitor/blob/master/CONTRIBUTING.md#creating-a-code-reproduction | ||
--> | ||
|
||
|
||
|
||
<!-- Please provide the following information with your request, and any other relevant technical details (versions of IDEs, local environment info, plugin information or links, etc). --> | ||
### Other Technical Details | ||
<!-- | ||
Please provide the following information with your request and any other relevant technical details (versions of IDEs, local environment info, plugin information or links, etc). | ||
--> | ||
|
||
`npm --version` output: | ||
|
||
`node --version` output: | ||
|
||
`pod --version` output (iOS issues only): | ||
|
||
## Other Information | ||
<!-- List any other information that is relevant to your issue. Stack traces, related issues, suggestions on how to fix, Stack Overflow links, forum links, etc. --> | ||
### Additional Context | ||
<!-- | ||
List any other information that is relevant to your issue. Stack traces, related issues, suggestions on how to fix, Stack Overflow links, forum links, etc. | ||
--> | ||
|
||
|
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,5 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: Open a discussion | ||
url: https://github.com/ionic-team/capacitor/discussions | ||
about: Ask questions and discuss with other community members |
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 |
---|---|---|
@@ -1,33 +1,41 @@ | ||
--- | ||
name: Feature Request | ||
about: Request a feature addition or change to Capacitor. | ||
name: 🙋 Feature Request | ||
about: Request a feature or change | ||
title: 'feat: ' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
# Feature Request | ||
## Feature Request | ||
|
||
## Describe the Feature Request | ||
<!-- A clear and concise description of what the feature request is. Please include if your feature request is related to a problem. --> | ||
### Description | ||
<!-- | ||
Describe the feature request. If your feature request is related to a problem, be sure to describe that as well. | ||
--> | ||
|
||
## Platform Support Requested | ||
<!-- Leave these checkboxes EMPTY until after the issue is created. Once the issue is created, check one or more boxes for the platform(s) where this feature should be added. Note that certain features may not be supported on some platforms (i.e. no web API is available, etc.) --> | ||
|
||
- [ ] Android | ||
- [ ] iOS | ||
- [ ] Electron | ||
- [ ] Web | ||
|
||
## Describe Preferred Solution | ||
<!-- A clear and concise description of what you want to happen. --> | ||
### Platform(s) | ||
<!-- | ||
List the platforms for which this feature should be added. | ||
--> | ||
|
||
## Describe Alternatives | ||
<!-- A clear and concise description of any alternative solutions or features you've considered. --> | ||
|
||
## Related Code | ||
<!-- If you are able to illustrate the feature request with an example, please provide a sample application via an online code collaborator such as [StackBlitz](https://stackblitz.com), or [GitHub](https://github.com). --> | ||
|
||
## Additional Context | ||
<!-- List any other information that is relevant to your issue. Stack traces, related issues, suggestions on how to add, use case, Stack Overflow links, forum links, screenshots, OS if applicable, etc. --> | ||
### Preferred Solution | ||
<!-- Describe the solution you would prefer. --> | ||
|
||
|
||
|
||
### Alternatives | ||
<!-- Describe alternative solutions or features you've considered, if any. --> | ||
|
||
|
||
|
||
### Additional Context | ||
<!-- | ||
List any other information that is relevant to your issue. Stack traces, related issues, suggestions on how to fix, Stack Overflow links, forum links, etc. | ||
--> | ||
|
||
|
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
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