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 3 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
41 changes: 25 additions & 16 deletions .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
@@ -1,39 +1,48 @@
---
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 you are using in your application. This can be found in your package.json file. -->

## Affected Platform(s)
bryplano marked this conversation as resolved.
Show resolved Hide resolved

Affected platform
- [ ] Android
- [ ] iOS
- [ ] electron
- [ ] web
- [ ] Electron
- [ ] Web

## Current Behavior
<!-- Describe how the bug manifests. Be specific. -->

OS of the development machine
- [ ] Windows
- [ ] macOS
- [ ] linux

Other information:
## Expected Behavior
<!-- Describe what the behavior would be without the bug. -->

Capacitor version:
## Sample Code or Sample Application Repo

node 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. -->
bryplano marked this conversation as resolved.
Show resolved Hide resolved

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. -->
28 changes: 28 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
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

## 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. -->