-
Notifications
You must be signed in to change notification settings - Fork 123
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
Faq #922
Conversation
(Terse because I’m on mobile. Nice job on adding the faq)
|
<h2 className={subtitle}>Can you add 'X' platform, e.g. PlayStation 3?</h2> | ||
<p className="my-4"> | ||
The platforms that decomp.me supports are driven by the support for those platforms in the underlying tools that make up decomp.me. | ||
If these tools support the architecture for the new platform, and you have the compiler available, it is a straightforward process to add it to decomp.me. |
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.
This answer seems unfinished. I think we need to direct people somewhere. Either a feature request issue template, or just Discord?
I think adding issue templates would be a good idea as well. Especially for requests like adding a preset (platform, version, name, flags), or a compiler/platform, so you can get all the required information at once.
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.
A contributing document that explains how to add a new compiler/platform (not preset - they're in the db now!) would be in order
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.
I agree, but I don't think it should hold up this PR. it's something that can be an issue and later created / linked to from this page
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.
Just some thoughts. Not sure if a "How do I make a scratch" would make sense? There is sections explaining that, but that could be more of a tutorial rather than FAQ?
This is a great start that I think can be improved over time with some of the more QOL features like @marijnvdwerf mentioned. If no one has any objections, I think let's merge this soon |
Creating a PR to gather feedback.
Closes #915