-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
♻️ refactor: overhaul the contents of multiple files
A multitude of changes to explain within this commit, including: ♻️ refactor: fetch most long template files' contents from github gist's * In short, the contents of these files are now fetched from a secret gist, holding the contents of these files. This means that new releases won't have to be made for any changes **TO THESE FILES** anymore! With this, some of the content has been changed (see further below). However, any future changes to the content of these files will still be outlined within any future changelogs. ♻️ refactor(README.md): append extra content depending on `CONTRIBUTING.md` and `LICENSE` inclusion * Basically, if the `CONTRIBUTING.md` toggles is selected, then some extra content about contributing to the package is appeneded to the `README.md` file. * Same with if the `LICENSE` file toggle is selected, it will find the license name and display a short notice about the packages' license. ♻️ The files which have had their contents updated include: * `docs/example.md` - Expanded a bit more with better language. * `.github/workflows/workflow.yml` - Added an extra comment. * `README.md` - Scroll up a little bit for the changes to this file. * `CONTRIBUTING.md` - Completely revamped existing content with much more detail and better formatting. Not very extensive still, but 100% longer than before. Plus miniscule code changes.
- Loading branch information
Showing
1 changed file
with
47 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
db9ab10
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
publishing this commit to remote way before release since its better for me in case i fuck something up locally
the license in the readme part was the most annoying thing ever. a bit more to come after this commit, then
v4.4.0
can be released (maybe i hope?), since these are kind of big changes, plus some good QOL.