diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index f34ee0ed1..4fce8512e 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -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. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index d4caa8413..842849e8e 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -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. diff --git a/.github/ISSUE_TEMPLATE/install_problem.md b/.github/ISSUE_TEMPLATE/install_problem.md index dea13744b..2fad425bb 100644 --- a/.github/ISSUE_TEMPLATE/install_problem.md +++ b/.github/ISSUE_TEMPLATE/install_problem.md @@ -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: diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md index 907d68eda..8b08bb8cb 100644 --- a/.github/ISSUE_TEMPLATE/question.md +++ b/.github/ISSUE_TEMPLATE/question.md @@ -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.