diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 9958c03e2..3a8bccfca 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -2,4 +2,4 @@ blank_issues_enabled: true contact_links: - name: Questions and support url: https://www.curseforge.com/minecraft/modpacks/fabulously-optimized#reply - about: General questions and support will be provided in the modpack's page itself + about: General questions and support will be provided on the modpack's Curseforge page diff --git a/.github/ISSUE_TEMPLATE/mod-request.yml b/.github/ISSUE_TEMPLATE/mod-request.yml index e08582e9c..07f17fe43 100644 --- a/.github/ISSUE_TEMPLATE/mod-request.yml +++ b/.github/ISSUE_TEMPLATE/mod-request.yml @@ -23,7 +23,7 @@ body: - type: textarea attributes: label: Other links - description: E.g. Github or Modrinth. Optional. + description: E.g. GitHub or Modrinth. Optional. validations: required: false diff --git a/Repo-readme.md b/Repo-readme.md index 38749cfa7..e15819ff2 100644 --- a/Repo-readme.md +++ b/Repo-readme.md @@ -15,4 +15,4 @@ Other things to note: * As seen in the `.gitignore` file, this repo will not include JAR files of any kind to respect the modders. If you want to build a pack based on this, get the JARs manually via any method you like (Curseforge launcher, Curseforge website, Modrinth, packwiz, ...). * Because there are no JARs, some folders would usually not be uploaded by Git at all, this is worked around using a `.gitkeep` file [(read more)](https://stackoverflow.com/a/7229996) to keep the folder structure. -* Since some folders are duplicated - such as config folders, I am using Windows-like soft symlinks [(read more)](https://blogs.windows.com/windowsdeveloper/2016/12/02/symlinks-windows-10/). Those don't work very well in Github, so I recommend using a [local Git client](https://desktop.github.com). +* Since some folders are duplicated - such as config folders, I am using Windows-like soft symlinks [(read more)](https://blogs.windows.com/windowsdeveloper/2016/12/02/symlinks-windows-10/). Those don't work very well in GitHub, so I recommend using a [local Git client](https://desktop.github.com).