diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 77b08245d6..da6fafec72 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,23 +1,23 @@ --- name: Bug report about: Create a bug report -labels: bug +labels: Bug --- -**Describe the bug** +## Describe the bug -**To Reproduce** +## To Reproduce 1. 2. Link to code example: -**Expected behavior** +## Expected behavior -**Environment** +## Environment - `react-data-grid` version: - `react`/`react-dom` version: -**Additional context** +## Additional context diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000000..c7aab8ee68 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,9 @@ +--- +name: Feature request +about: Request a new feature or enhancement +labels: Feature Request +--- + +## Use case + +## Proposed solution