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 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 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 diff --git a/docs/Installation.mdx b/docs/Installation.mdx index 6f80307..77b4bb7 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 @@ -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