From 272b7a96592e6db26838e1d6f8e73caee4f1dc28 Mon Sep 17 00:00:00 2001 From: Jean Luca Bez Date: Tue, 23 Jan 2024 17:12:07 -0800 Subject: [PATCH] update issue templates (#178) --- .github/ISSUE_TEMPLATE/bug_report.md | 9 +++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 9 +++++++++ .github/ISSUE_TEMPLATE/install_problem.md | 10 ++++++++++ .github/ISSUE_TEMPLATE/question.md | 9 +++++++++ 4 files changed, 37 insertions(+) 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.