Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(github): Update issue submission templates #2012

Merged
merged 8 commits into from
Oct 2, 2019
Merged
Show file tree
Hide file tree
Changes from 6 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
bryplano marked this conversation as resolved.
Show resolved Hide resolved
<!-- 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)
bryplano marked this conversation as resolved.
Show resolved Hide resolved
<!-- 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
bryplano marked this conversation as resolved.
Show resolved Hide resolved
<!-- Check one or more boxes for the platform(s) you would like this feature to support. Note that some features may not be feasible for a particular platform (i.e. no web API may be available). -->
bryplano marked this conversation as resolved.
Show resolved Hide resolved

- [ ] 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. -->