CONTRIBUTING.md
March 23, 2026 · View on GitHub
Futon contribution guidelines
- If you want to fix bugs or implement new features that already have an issue card: please assign this issue to you and/or comment about it.
- If you want to implement a new feature: open an issue or discussion regarding it to ensure it will be accepted.
- Community chat: Join our Discord for support and discussion — https://discord.gg/9sqBHXhwzz
- In case you want to add a new manga source, refer to the parsers repository.
Refactoring or some dev-faces improvements might also be accepted. However, please stick to the following principles:
- Performance matters. In the case of choosing between source code beauty and performance, performance should be a priority.
- Please, do not modify readme and other information files (except for typos)(and if you are better at explaining it then thats also accepted)
- Avoid adding new dependencies unless required. APK size is important.
- please explain your changes atleast try to cause it just helps us work a lot faster than spending time figuring out what you did🥲.