Skip to content

Commit

Permalink
Fix typo (#122)
Browse files Browse the repository at this point in the history
* Fix typo

* Fix typo

* Clarify

* Add additional footnote to clarify

* Revert selected changes
  • Loading branch information
fredster33 authored Sep 11, 2021
1 parent 1bbd096 commit c305e01
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/mod-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion Repo-readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

0 comments on commit c305e01

Please sign in to comment.