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.
This PR adds a
CONTRIBUTING.md
file, which outlines a bunch of guidelines for contributing to this repo. This was discussed in #130. The digits mentioned in the document would look like this:The main reason I mentioned the digits was to enable the addition of icons for 8x8+ puzzles (#125).
According to the naming guidelines in this file, the code changes below should be made. I believe I am the only user of all of these, since I created all of these icons, and it hasn't been that long since then, so there shouldn't be any other affected users. And even if there are other users, they'd still be using the old package version with the icon codes their code expects.
333_oh_bld_team_relay -> 333_oh_bld_3p_relay
333bf_2_person_relay -> 333bf_2p_relay
333bf_3_person_relay -> 333bf_3p_relay
333bf_4_person_relay -> 333bf_4p_relay
333bf_8_person_relay -> 333bf_8p_relay
miniguild_2_person -> miniguild_2p
I'd also like to change both uses of
mirror_blocks
to simplymirror
, but I understand that that might be a step too far for some contributors. Just mentioning it here in case someone agrees with it.