Skip to content

Commit

Permalink
add issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicholas Ruffing committed Nov 19, 2023
1 parent 2d3a12f commit fb6713b
Show file tree
Hide file tree
Showing 5 changed files with 48 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: Bug report
about: Create a report to help us improve
title: "[bug]"
labels: bug
assignees: nruffing

---

**Describe the bug**

**To Reproduce**

**Expected behavior**

**Screenshots or recreated example**

**Browsers tested and their observed behavior**

**Additional context**
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
blank_issues_enabled: false
16 changes: 16 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
name: Feature request
about: Suggest an idea for this project
title: "[feature]"
labels: enhancement
assignees: nruffing

---

**What is the problem that this feature enhancement aims to solve?**

**Describe the solution you'd like**

**Describe alternatives you've considered**

**Additional context**
10 changes: 10 additions & 0 deletions .github/ISSUE_TEMPLATE/support-request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
name: Support request
about: Request support or ask general questions
title: "[support]"
labels: support
assignees: nruffing

---


1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<img alt="GitHub Sponsors" src="https://img.shields.io/github/sponsors/nruffing?logo=github&color=%23ffa600">
</a>
</p>

dotnet models and IQueryable extensions for handling server-side paging, sorting, filtering, and saving grid state for [data-grid-vue](https://datagridvue.com)

## Example
Expand Down

0 comments on commit fb6713b

Please sign in to comment.