Skip to content

Commit b68618d

Browse files
authored
update issue templates (#178) (#179)
1 parent 73d9d83 commit b68618d

File tree

4 files changed

+37
-0
lines changed

4 files changed

+37
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
---
2+
name: Bug Report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: 'type: bug'
6+
assignees: ''
7+
8+
---
9+
110
**Bug Report**
211

312
A clear and concise description of what the bug is, including module and feature.

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
---
2+
name: Feature Request
3+
about: Request a new feature in PDC
4+
title: ''
5+
labels: 'type: new feature'
6+
assignees: ''
7+
8+
---
9+
110
**What does this feature solve or improve?**
211

312
A clear and concise description of what the problem is.

.github/ISSUE_TEMPLATE/install_problem.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
---
2+
name: Installation Problem
3+
about: Report an installation issue
4+
title: ''
5+
labels: 'type: bug'
6+
assignees: ''
7+
8+
---
9+
10+
111
**Issue Description**
212

313
This is what I have tried so far:

.github/ISSUE_TEMPLATE/question.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
---
2+
name: Question
3+
about: Ask a question about PDC usage
4+
title: ''
5+
labels: 'type: question'
6+
assignees: ''
7+
8+
---
9+
110
**Usage Case**
211

312
A clear and concise description of what your usage case is.

0 commit comments

Comments
 (0)