Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update issue templates to use type #6644

Merged
merged 2 commits into from
Nov 13, 2024
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
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
name: Bug report
about: Create a bug report
about: Report a bug in CCF
title: ""
labels: bug
type: bug
assignees: ""
---

Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
name: Feature request
about: Suggest an idea for this project
about: Request that a feature is implemented in CCF
title: ""
labels: enhancement
type: feature
assignees: ""
---

Expand Down
18 changes: 18 additions & 0 deletions .github/ISSUE_TEMPLATE/task.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
name: Project task
about: Create a task/TODO
title: ""
type: task
assignees: ""
---

**NOTE**: This type of issue is reserved for the project team. If you are not a member of the team, please use either the bug or feature templates.

**What is the motivation for this task**
A clear and concise description of the reason why the task must be completed.

**Dependencies**
A clear and concise description of what this task depends on, and when work on it can start.

**Describe impact if task is not completed**
A clear and concise description of the consequences if the task is not completed.