ticketize current TODOs in codebase #50
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
closes #11
We compiled a handful of TODOs in the codebase so far that did not have an associated issue.
This PR creates an issue for each one and updates the TODO comment in the code to reference it.
Example:
https://github.com/TheAfroOfDoom/omega-flowey-minecraft-remastered/blob/1c7d513afea22f21e875fc48f7c413149b8fa3a3/datapacks/omega-flowey/data/entity/functions/hostile/omega-flowey/attack/friendliness-pellets/indicator/loop.mcfunction#L5-L9
#45
Effort was put in to ensure each issue had a reasonable description and could be picked up without too much more clarification.
Going forward, no TODOs will be merged without an associated issue.
Test plan
N/A
Reproducing in-game
N/A
Preview
each commit linked to the issues it created, go check them out if you're curious
Supplemental changes
N/A