From 38d7aa663140de527b1d50c7d3b157e0fb76319f Mon Sep 17 00:00:00 2001 From: Karsten Heimrich Date: Thu, 17 Feb 2022 16:24:02 +0100 Subject: Enable reporting issues and feature requests via GitHub Change-Id: I01ac9b420eab1d9861746eaeee17cfc94c348d72 Reviewed-by: Miguel Costa --- .github/ISSUE_TEMPLATE/bug.md | 31 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature.md | 20 +++++++++++++++ QtVsTools.Package/Marketplace/Overview.html_TT | 34 +++++++++++++++++++++++--- 3 files changed, 82 insertions(+), 3 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/bug.md create mode 100644 .github/ISSUE_TEMPLATE/feature.md diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md new file mode 100644 index 00000000..b2ce11f3 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -0,0 +1,31 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Desktop (please complete the following information):** + - Qt VS Tool Version [e.g. 2.7.1, 2.8.1, 2.8.1 (Rev.06)] + - Visual Studio version [e.g. VS2017, VS2019, VS2022] + +**Additional context** +Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/feature.md b/.github/ISSUE_TEMPLATE/feature.md new file mode 100644 index 00000000..bbcbbe7d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature.md @@ -0,0 +1,20 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: '' +assignees: '' + +--- + +**Is your feature request related to a problem? Please describe.** +A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. + +**Describe alternatives you've considered** +A clear and concise description of any alternative solutions or features you've considered. + +**Additional context** +Add any other context or screenshots about the feature request here. diff --git a/QtVsTools.Package/Marketplace/Overview.html_TT b/QtVsTools.Package/Marketplace/Overview.html_TT index ae537c29..7e683b8e 100644 --- a/QtVsTools.Package/Marketplace/Overview.html_TT +++ b/QtVsTools.Package/Marketplace/Overview.html_TT @@ -143,13 +143,41 @@ href="https://marketplace.visualstudio.com/items?itemName=TheQtCompany.QtVisualS Select Assign, and then select OK. -

How to report bugs and contribute code?

+

How to contribute via GitHub?

+

How to contribute via Qt Labs?

+ +For more information on how to contribute to the Qt Visual Tools via Qt Labs, please look at the + + Qt contribution Guidelines first. +

How to report bugs?

+

-- cgit v1.2.3