Skip to content

Commit

Permalink
.github
Browse files Browse the repository at this point in the history
  • Loading branch information
chavesgu committed Apr 28, 2021
1 parent 7748be9 commit 0b34c94
Show file tree
Hide file tree
Showing 3 changed files with 91 additions and 5 deletions.
54 changes: 54 additions & 0 deletions .github/ISSUE_TEMPLATE/BUG_REPORT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
---
name: Bug report
about: Something is crashing or not working as intended
labels: bug
---

<!--
❗️❗️❗️ IMPORTANT ❗️❗️❗️
DON'T DELETE THIS TEMPLATE! USE IT TO WRITE YOUR ISSUE.
If you delete this and you don't give me enough info,
how would you expect me to solve your issue? Thanks.
Also, before posting a new issue, make sure to check the following points!
You may already find an answer to your problem!
❗️❗️❗️ IMPORTANT ❗️❗️❗️
-->

- [x] I have read the [Get Started - Installation](https://inappwebview.dev/docs/get-started/installation/) section
- [x] I have read and done the [Get Started - Setup Android](https://inappwebview.dev/docs/get-started/setup-android/) section
- [x] I have read and done the [Get Started - Setup iOS](https://inappwebview.dev/docs/get-started/setup-ios/) section
- [x] I have already searched for the same problem

## Environment

| Technology | Version |
| -------------------- | ------------- |
| Flutter version | |
| Plugin version | |
| Android version | |
| iOS version | |
| Xcode version | |

Device information: <!-- Manufacturer and model -->

## Description

**Expected behavior:**

**Current behavior:**

## Steps to reproduce

<!-- Optionally provide the least amount of code that shows this behaviour. -->

1. This
2. Than that
3. Then

## Images <!-- if available, else delete -->

## Stacktrace/Logcat <!-- if available, else delete -->
22 changes: 22 additions & 0 deletions .github/ISSUE_TEMPLATE/FEATURE_REQUEST.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
name: Feature request
about: Suggest an idea for this project

---

## Environment

**Flutter version:**
**Plugin version:** <!-- Add branch if necessary -->
**Android version:** <!-- If customize ROM, write which -->
**iOS version:**
**Xcode version:**
**Device information:** <!-- Manufacturer and model -->

## Description

**What you'd like to happen:**

**Alternatives you've considered:** <!-- if available, else delete -->

**Images:** <!-- if available, else delete -->
20 changes: 15 additions & 5 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0b34c94

Please sign in to comment.