Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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
12 changes: 6 additions & 6 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
---
name: Bug report
about: Create a bug report
labels: bug
labels: Bug
---

**Describe the bug** <!-- A clear and concise description of what the bug is. -->
## Describe the bug <!-- A clear and concise description of what the bug is. -->

**To Reproduce** <!-- Steps to reproduce the behavior: -->
## To Reproduce <!-- Steps to reproduce the behavior: -->

1.
2.

Link to code example:

**Expected behavior** <!-- A clear and concise description of what you expected to happen. -->
## Expected behavior <!-- A clear and concise description of what you expected to happen. -->

**Environment**
## Environment

- `react-data-grid` version:
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wonder if we should mention rdg 6 and below are not supported

- `react`/`react-dom` version:

**Additional context** <!-- Add any other context about the problem here. -->
## Additional context <!-- Add any other context about the problem here. -->
9 changes: 9 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
name: Feature request
about: Request a new feature or enhancement
labels: Feature Request
---

## Use case <!-- Please describe what it is you would like to achieve. -->

## Proposed solution <!-- If possible, please describe how you would want the feature to work, and/or any API changes you would like to see. -->