Skip to content

Commit

Permalink
config: no blank issues (#199)
Browse files Browse the repository at this point in the history
  • Loading branch information
tatethurston authored Sep 25, 2024
1 parent e922f14 commit a36e8a1
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
14 changes: 7 additions & 7 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
---
name: Bug report
about: Create a report to help us improve
title: 'bug:'
labels: ''
assignees: ''

title: "bug:"
labels: ""
assignees: ""
---

**Describe the bug**
A description of what the bug is.

**Context (please complete the following information):**
- nextjs-routes version:
- Are you using the [pages](https://nextjs.org/docs/pages/building-your-application/routing) directory, [app](https://nextjs.org/docs/app/building-your-application/routing) directory, or both?

- nextjs-routes version:
- Are you using the [pages](https://nextjs.org/docs/pages/building-your-application/routing) directory, [app](https://nextjs.org/docs/app/building-your-application/routing) directory, or both?
- Are you using nextjs-routes via [next.config.js](https://github.com/tatethurston/nextjs-routes?tab=readme-ov-file#installation--usage-) or the CLI (`npx nextjs-routes`)?
- nextjs version:
- nextjs version:
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
7 changes: 3 additions & 4 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
---
name: Feature request
about: Suggest an idea for this project
title: 'feature:'
labels: ''
assignees: ''

title: "feature:"
labels: ""
assignees: ""
---

**Is your feature request related to a problem? Please describe.**
Expand Down

0 comments on commit a36e8a1

Please sign in to comment.