Skip to content

Commit

Permalink
chore(github): Update issue submission templates (#2012)
Browse files Browse the repository at this point in the history
  • Loading branch information
bryplano authored and jcesarmobile committed Oct 2, 2019
1 parent 5446fc3 commit df6bd87
Show file tree
Hide file tree
Showing 2 changed files with 68 additions and 16 deletions.
51 changes: 35 additions & 16 deletions .github/ISSUE_TEMPLATE/bug-report.md
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. -->
33 changes: 33 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request.md
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. -->

0 comments on commit df6bd87

Please sign in to comment.