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 #178

Merged
merged 1 commit into from
Jan 24, 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
9 changes: 9 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
---
name: Bug Report
about: Create a report to help us improve
title: ''
labels: 'type: bug'
assignees: ''

---

**Bug Report**

A clear and concise description of what the bug is, including module and feature.
Expand Down
9 changes: 9 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
---
name: Feature Request
about: Request a new feature in PDC
title: ''
labels: 'type: new feature'
assignees: ''

---

**What does this feature solve or improve?**

A clear and concise description of what the problem is.
Expand Down
10 changes: 10 additions & 0 deletions .github/ISSUE_TEMPLATE/install_problem.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
---
name: Installation Problem
about: Report an installation issue
title: ''
labels: 'type: bug'
assignees: ''

---


**Issue Description**

This is what I have tried so far:
Expand Down
9 changes: 9 additions & 0 deletions .github/ISSUE_TEMPLATE/question.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
---
name: Question
about: Ask a question about PDC usage
title: ''
labels: 'type: question'
assignees: ''

---

**Usage Case**

A clear and concise description of what your usage case is.
Expand Down
Loading