diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index 32678bb32..c4c33ba9a 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -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 + + +`npx cap doctor` output: + + +## Affected Platform(s) + -Affected platform - [ ] Android - [ ] iOS -- [ ] electron -- [ ] web +- [ ] Electron +- [ ] Web + +## Current Behavior + + + +## Expected Behavior + + +## Sample Code or Sample Application Repo -OS of the development machine -- [ ] Windows -- [ ] macOS -- [ ] linux + -npm version: +## Reproduction Steps -CocoaPods version: + +## Other Technical Details -Steps to reproduce: + +`npm --version` output: +`node --version` output: +`pod --version` output (iOS issues only): -Link to sample project: +## Other Information + \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md new file mode 100644 index 000000000..938e0438a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -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 + + +## Platform Support Requested + + +- [ ] Android +- [ ] iOS +- [ ] Electron +- [ ] Web + +## Describe Preferred Solution + + +## Describe Alternatives + + +## Related Code + + +## Additional Context +