nexxtway/react-rainbow

View on GitHub
.github/ISSUE_TEMPLATE/--bug-report.md

Summary

Maintainability
Test Coverage
---
name: "\U0001F41BBug report"
about: Create a bug report to help us improve React Rainbow Components
title: 'fix: Button behavior'
labels: bug
assignees: ''
---

<!-- Provide a general summary of the issue in the Title above -->

<!--
    Thank you very much for contributing to React Rainbow Components by creating an issue! ❤️
    To avoid duplicate issues we ask you to check off the following.
-->

<!-- Checked checkbox should look like this: [x] -->

-   [ ] I have searched the [issues](https://github.com/nexxtway/react-rainbow/issues) of this repository and believe that this is not a duplicate.

## Describe the bug

A clear and concise description of what the bug is.

##Screenshots
If applicable, add screenshots to help explain your problem.

## To Reproduce 🕹

Steps to reproduce the behavior:

1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

<!--
if specific code snippet, paste the example here
-->
```js
const your => (code) => here;
```

## Expected Behavior 🤔

<!---
    A clear and concise description of what you expected to happen.
    Example: No error is throw
-->

## Current Behavior 😯

<!---
    Describe what happens instead of the expected behavior.
    Example: Error is thrown
-->

## Context 🔦

What are you trying to accomplish? How has this issue affected you?
Providing context helps us come up with a solution that is most useful in the real world.

## Your Environment 🌎

<!---
    Include as many relevant details about the environment with which you experienced the bug.
-->

**Desktop (please complete the following information):**

-   OS: [e.g. iOS]
-   Browser [e.g. chrome, safari]
-   Version [e.g. 22]

**Smartphone (please complete the following information):**

-   Device: [e.g. iPhone6]
-   OS: [e.g. iOS8.1]
-   Browser [e.g. stock browser, safari]
-   Version [e.g. 22]


**Possible Solution**
<!--- Only if you have suggestions on a fix for the bug -->


**Additional context/Screenshots**
Add any other context about the problem here. If applicable, add screenshots to help explain.