Skip to content

Commit

Permalink
chore(ci): simplify issue templates (#5919)
Browse files Browse the repository at this point in the history
* chore(ci): simplify issue templates

* add task
  • Loading branch information
dannysheridan authored Feb 7, 2025
1 parent e41cf5c commit 3943f17
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 17 deletions.
7 changes: 1 addition & 6 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
name: "🐛 Bug Report"
description: "Uh-oh! Something not working?"
title: "[Bug]: "
labels: ["bug"]
assignees: [dsheridan]
type: "bug"
body:
- type: markdown
attributes:
value: "### 🛠 Thanks for reporting a bug! Please provide the details below."

- type: dropdown
id: product
Expand Down
6 changes: 1 addition & 5 deletions .github/ISSUE_TEMPLATE/documentation_writing.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
name: "📖 Documentation Improvement"
description: "Something missing or incorrect in our docs (buildwithfern.com/learn)?"
title: "[Docs]: "
labels: ["documentation"]
assignees: [dsheridan]
type: "task"
body:
- type: markdown
attributes:
value: "### 📖 Thanks for helping improve the docs! Please provide details below."

- type: dropdown
id: issue-type
Expand Down
7 changes: 1 addition & 6 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
name: "✨ Feature Request"
description: "How can we make Fern even more awesome?"
title: "[Feature]: "
labels: ["enhancement"]
assignees: [dsheridan]
type: "feature"
body:
- type: markdown
attributes:
value: "### 🚀 Thanks for helping make Fern better! Please fill out the details below."

- type: dropdown
id: product
Expand Down

0 comments on commit 3943f17

Please sign in to comment.