-
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): Update issue submission templates (#2012)
- Loading branch information
1 parent
5446fc3
commit df6bd87
Showing
2 changed files
with
68 additions
and
16 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,39 +1,58 @@ | ||
--- | ||
name: Bug Report | ||
about: Template to report bugs | ||
title: '' | ||
title: 'bug: ' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
Description of the problem: | ||
# 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: | ||
|
||
|
||
## 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. --> | ||
|
||
Affected platform | ||
- [ ] Android | ||
- [ ] iOS | ||
- [ ] electron | ||
- [ ] web | ||
- [ ] Electron | ||
- [ ] Web | ||
|
||
## 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 | ||
|
||
OS of the development machine | ||
- [ ] Windows | ||
- [ ] macOS | ||
- [ ] linux | ||
<!-- | ||
Other information: | ||
NOTE: Issues with sample projects are prioritized higher than ones without because they are easier to reproduce and fix. | ||
Capacitor version: | ||
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. | ||
node version: | ||
--> | ||
|
||
npm version: | ||
## Reproduction Steps | ||
|
||
CocoaPods version: | ||
<!-- Please explain the steps required to duplicate the issue, especially if you are able to provide a sample application. --> | ||
|
||
## Other Technical Details | ||
|
||
Steps to reproduce: | ||
<!-- 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): | ||
|
||
Link to sample project: | ||
## 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. --> |
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,33 @@ | ||
--- | ||
name: Feature Request | ||
about: Request a feature addition or change to Capacitor. | ||
title: 'feat: ' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
# 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. --> | ||
|
||
## 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. --> | ||
|
||
## 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. --> |