From cf407da41bbde787352a862f7dc746aee1371507 Mon Sep 17 00:00:00 2001 From: Alexander Shaduri Date: Fri, 17 Jun 2022 12:27:01 +0400 Subject: [PATCH 1/8] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..71b34cf --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,28 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: bug +assignees: ashaduri + +--- + +**Version and Environment** + - GSmartControl version: [Are you using the latest released version or git?] + - OS: [e.g. openSUSE Linux 15.4] + +**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 + +**Screenshots** +[If applicable, add screenshots to help explain your problem]. + +**Additional Context** +[Add any other context about the problem here (GTK+ version, etc...)] From 60705fe93b295b9edb99bf695fdc2d2ada75241f Mon Sep 17 00:00:00 2001 From: Alexander Shaduri Date: Fri, 17 Jun 2022 12:29:37 +0400 Subject: [PATCH 2/8] Update issue templates --- .github/ISSUE_TEMPLATE/feature_request.md | 24 +++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..889a6ce --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,24 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: enhancement +assignees: ashaduri + +--- + +**Version and Environment** + - GSmartControl version: [Are you using the latest released version or git?] + - OS: [e.g. openSUSE Linux 15.4] + +**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. From ec6ddd1c5c7211b2809c03a5efef71961fca8019 Mon Sep 17 00:00:00 2001 From: Alexander Shaduri Date: Fri, 17 Jun 2022 12:30:44 +0400 Subject: [PATCH 3/8] Update SECURITY.md --- SECURITY.md | 1 + 1 file changed, 1 insertion(+) diff --git a/SECURITY.md b/SECURITY.md index b582e6d..177bb1d 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -6,6 +6,7 @@ The following versions are supported with security updates: | Version | Supported | | ------- | ------------------ | +| git main | :white_check_mark: | | 1.1.x | :white_check_mark: | | <= 1.0 | :x: | From b2504e94775213982cd458375b35789bc814db3a Mon Sep 17 00:00:00 2001 From: Alexander Shaduri Date: Fri, 17 Jun 2022 12:32:35 +0400 Subject: [PATCH 4/8] Update issue templates --- .github/ISSUE_TEMPLATE/custom.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/custom.md diff --git a/.github/ISSUE_TEMPLATE/custom.md b/.github/ISSUE_TEMPLATE/custom.md new file mode 100644 index 0000000..2180883 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/custom.md @@ -0,0 +1,15 @@ +--- +name: Custom issue template +about: Describe this issue template's purpose here. +title: '' +labels: '' +assignees: ashaduri + +--- + +**Version and Environment** + - GSmartControl version: [Are you using the latest released version or git?] + - OS: [e.g. openSUSE Linux 15.4] + +**Describe the Issue** +[A clear and concise description of what the issue is]. From 51e3b2a1f76885e7e9283beb3e26a54e61fb6a0e Mon Sep 17 00:00:00 2001 From: Alexander Shaduri Date: Fri, 17 Jun 2022 12:33:50 +0400 Subject: [PATCH 5/8] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- .github/ISSUE_TEMPLATE/other-issue.md | 15 +++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 .github/ISSUE_TEMPLATE/other-issue.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 71b34cf..23fc3b8 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -2,7 +2,7 @@ name: Bug report about: Create a report to help us improve title: '' -labels: bug +labels: bug, enhancement assignees: ashaduri --- diff --git a/.github/ISSUE_TEMPLATE/other-issue.md b/.github/ISSUE_TEMPLATE/other-issue.md new file mode 100644 index 0000000..7e988b5 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/other-issue.md @@ -0,0 +1,15 @@ +--- +name: Other issue +about: Issues other than bugs and enhancements +title: '' +labels: '' +assignees: ashaduri + +--- + +**Version and Environment** + - GSmartControl version: [Are you using the latest released version or git?] + - OS: [e.g. openSUSE Linux 15.4] + +**Describe the Issue** +[A clear and concise description of what the issue is]. From b6248459beb548e03feb774803f309352d914a4a Mon Sep 17 00:00:00 2001 From: Alexander Shaduri Date: Fri, 17 Jun 2022 12:34:08 +0400 Subject: [PATCH 6/8] Update issue templates --- .github/ISSUE_TEMPLATE/custom.md | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/custom.md diff --git a/.github/ISSUE_TEMPLATE/custom.md b/.github/ISSUE_TEMPLATE/custom.md deleted file mode 100644 index 2180883..0000000 --- a/.github/ISSUE_TEMPLATE/custom.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -name: Custom issue template -about: Describe this issue template's purpose here. -title: '' -labels: '' -assignees: ashaduri - ---- - -**Version and Environment** - - GSmartControl version: [Are you using the latest released version or git?] - - OS: [e.g. openSUSE Linux 15.4] - -**Describe the Issue** -[A clear and concise description of what the issue is]. From 029f519005371071e14e2a8aae3b327f66ca101d Mon Sep 17 00:00:00 2001 From: Alexander Shaduri Date: Fri, 17 Jun 2022 12:35:41 +0400 Subject: [PATCH 7/8] Update SECURITY.md --- SECURITY.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/SECURITY.md b/SECURITY.md index 177bb1d..977d8d6 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -4,11 +4,11 @@ The following versions are supported with security updates: -| Version | Supported | -| ------- | ------------------ | -| git main | :white_check_mark: | -| 1.1.x | :white_check_mark: | -| <= 1.0 | :x: | +| Version | Supported | +| -------- | ------------------ | +| git main | :white_check_mark: | +| 1.1.x | :white_check_mark: | +| <= 1.0 | :x: | ## Reporting a Vulnerability From 6b02bf5df066a2aa8f0da8e70c30f2af2b9c8d53 Mon Sep 17 00:00:00 2001 From: Alexander Shaduri Date: Wed, 14 Sep 2022 12:38:20 +0400 Subject: [PATCH 8/8] Update _config.yml --- docs/_config.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/_config.yml b/docs/_config.yml index bf84b43..38f4666 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -3,5 +3,10 @@ remote_theme: rundocs/jekyll-rtd-theme title: GSmartControl description: Hard disk drive and SSD health inspection tool +# Sitemap +url: "https://gsmartcontrol.shaduri.dev" # the base hostname & protocol for your site +plugins: + - jekyll-sitemap + exclude: - CNAME