Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit 7d7daa7

Browse files
author
Federico Zivolo
committed
chore: bump version + issue template
1 parent bf6349b commit 7d7daa7

File tree

2 files changed

+37
-1
lines changed

2 files changed

+37
-1
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
<!--
2+
Thanks for your interest in contributing to react-popper!
3+
Please, make sure to fill all the sections of the template before submitting any issue.
4+
5+
Issues without the required informations will be closed.
6+
Do not delete this template or it will be closed!
7+
8+
Want your issue to be fixed earlier? Create a PR that introduces a CI test that fails
9+
because of the bug you found!
10+
-->
11+
12+
### CodePen demo
13+
14+
<!--
15+
Use this CodeSandbox template to allow the contributors to easily reproduce your problem.
16+
-->
17+
18+
https://codesandbox.io/s/www4l6vkl8
19+
20+
### Steps to reproduce the problem
21+
22+
1.
23+
2.
24+
3.
25+
26+
### What is the expected behavior?
27+
28+
<!-- Describe what you would have expected. -->
29+
30+
### What went wrong?
31+
32+
<!-- Describe what went wrong. -->
33+
34+
### Any other comments?
35+
36+
<!-- Any additional information. -->

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-popper",
3-
"version": "0.8.2",
3+
"version": "0.8.3",
44
"description": "React wrapper around PopperJS.",
55
"main": "dist/react-popper.js",
66
"module": "lib/react-popper.js",

0 commit comments

Comments
 (0)