summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorKenix3 <kenixwhisperwind@gmail.com>2021-09-02 10:31:28 -0400
committerGitHub <noreply@github.com>2021-09-02 10:31:28 -0400
commitc94fd6ccbcab53077a96bdce573ff5ec9d39e88f (patch)
tree89e9b18bc70b9dcf4e37f1c8ddcc5c31c25b6ee6 /README.md
parente6b73951c60072f6a788be77d23210c1d16c05e0 (diff)
Updates README to add an FAQ, and also updates CONTRIBUTING to be explicit on the reservation workflow process. (#245)
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index afda80a40..99ae2355a 100644
--- a/README.md
+++ b/README.md
@@ -133,3 +133,8 @@ Anyone who wishes to contribute to the OOT or MM projects **must not have access
Most discussions happen on our [Discord Server](https://discord.zelda64.dev), where you are welcome to ask if you need help getting started, or if you have any questions regarding this project and other decompilation projects.
For more information on getting started, see our [Contributing Guide](CONTRIBUTING.md) and our [Code Review Guidelines](REVIEWING.md) to see what code quality guidelines we follow.
+
+## FAQ
+
+### Q: Why does MM use transient assembly?
+A: It is the view of the MM project leads that transient asm is safer than storing the disassembly in the repo. We feel like the C code is more transformative than a straight disassembly. \ No newline at end of file