-
Notifications
You must be signed in to change notification settings - Fork 152
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add information for uploadToItch.md #235
Merged
Merged
Conversation
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
seleb
previously approved these changes
Nov 3, 2023
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.
couple little formatting fixes but otherwise looks good to me!
Co-authored-by: Sean S. LeBlanc <[email protected]>
Co-authored-by: Sean S. LeBlanc <[email protected]>
Fix React Syntax Error : Expected corresponding JSX closing tag for <img>
seleb
approved these changes
Nov 7, 2023
le-doux
added a commit
that referenced
this pull request
Dec 19, 2023
* Add information for uploadToItch.md (#235) * Add information for uploadToItch.md * Update docs/docs/faq/uploadToItch.md Co-authored-by: Sean S. LeBlanc <[email protected]> * Fix typos in docs/docs/faq/uploadToItch.md Co-authored-by: Sean S. LeBlanc <[email protected]> * Add closing tag for <img> to uploadToItch.md Fix React Syntax Error : Expected corresponding JSX closing tag for <img> --------- Co-authored-by: Sean S. LeBlanc <[email protected]> * fix ClearCache tile memory leak (#232) * fix off-by-one allocating given these blocks: 4: occupied 5: occupied 6: undefined and this call: `_allocate({ start: 4, max: 2 })` you would expect the allocation to fail and return null. before this commit, this situation instead would allocate block 6 I don't know if this had any adverse effects; I just noticed it while working on related stuff * make sure ClearCache() deletes tile memory fixes #230 * fix: Duplicate room button does not copy everything #185 (#228) * fix: Duplicate room button does not copy everything #185 * use copied items array instead of slice --------- Co-authored-by: Adam Le Doux <[email protected]> * brazilian portuguese translation --------- Co-authored-by: vaasut <[email protected]> Co-authored-by: Sean S. LeBlanc <[email protected]> Co-authored-by: pancelor <[email protected]> Co-authored-by: fran <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
This page was a stub. I added some information on how to upload a game to itch.io