From f31f1d5f4ade2f53ea9b35b4a5ad7ab0d3931abb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20=C5=9Arodo=C5=84?= Date: Mon, 5 Jun 2023 14:02:55 +0200 Subject: [PATCH 1/5] Update bug_report.yml --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 71cfe5f..7a70d1d 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,6 +1,6 @@ name: Issue / bug description: File a bug/issue -title: "[BUG] " +title: "bug: <title>" labels: [bug] body: - type: checkboxes From 1f513fede9c021d4233327b24ae4f82aef4f1e38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20=C5=9Arodo=C5=84?= <adriansrodon@tuta.io> Date: Mon, 5 Jun 2023 14:03:07 +0200 Subject: [PATCH 2/5] Update feature_request.yml --- .github/ISSUE_TEMPLATE/feature_request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index ffb925e..96dbe62 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -1,6 +1,6 @@ name: Feature request description: Suggest an idea for this project -title: "[FEAT] <title>" +title: "feat: <title>" labels: [feature-request] body: - type: textarea From a929917c8df840a2f92517680baa71ee6edbdb50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20=C5=9Arodo=C5=84?= <adriansrodon@tuta.io> Date: Tue, 13 Jun 2023 22:10:07 +0200 Subject: [PATCH 3/5] docs: Update Index.mdx --- docs/Index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Index.mdx b/docs/Index.mdx index a689862..daba9cc 100644 --- a/docs/Index.mdx +++ b/docs/Index.mdx @@ -1,7 +1,7 @@ Welcome to **distro-grub-themes** - the open-source GRUB2 themes. A pack of GRUB2 themes for different Linux distributions and OSs. -It aims to replace the default GRUB look, with a nice and colorful theme. +It aims to replace the default GRUB look, with a nice and a colorful theme. ## Help From 2ab0009f95ccacaf719bbdd279204d84d7c6a23b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20=C5=9Arodo=C5=84?= <adriansrodon@tuta.io> Date: Tue, 13 Jun 2023 22:30:33 +0200 Subject: [PATCH 4/5] docs: Update Installation.mdx --- docs/Installation.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Installation.mdx b/docs/Installation.mdx index 6f80307..d7fb00e 100644 --- a/docs/Installation.mdx +++ b/docs/Installation.mdx @@ -86,8 +86,8 @@ sudo eopkg install grub-customizer ## Manual Installation -In order to clone the repository from GitHub, you have to install Git, via the `git` package -Alternatively, you can download a zip archive by clicking on **Code** then **Download ZIP** +In order to clone the repository from GitHub, you have to install Git, via the `git` package. +Alternatively, you can download a zip archive by clicking on **Code** then **Download ZIP**. #### Clone the repository From 5f2ce60f820b7eb00a7e98fb0d5d69e230c7abb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20=C5=9Arodo=C5=84?= <adriansrodon@tuta.io> Date: Tue, 13 Jun 2023 22:37:30 +0200 Subject: [PATCH 5/5] docs: Update Installation.mdx --- docs/Installation.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Installation.mdx b/docs/Installation.mdx index d7fb00e..77b4bb7 100644 --- a/docs/Installation.mdx +++ b/docs/Installation.mdx @@ -141,7 +141,7 @@ At the end of the file, add the path of your theme: GRUB_THEME="BOOT_GRUB_LOCATION/themes/<theme_name>/theme.txt" ``` -Ctrl+O to save, Ctrl+X to exit +Ctrl+O to save, Ctrl+X to exit. #### Update Grub config