Skip to content

Commit

Permalink
update issue templates (#178) (#179)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanbez authored Jan 24, 2024
1 parent 73d9d83 commit b68618d
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 0 deletions.
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

0 comments on commit b68618d

Please sign in to comment.