Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 1.59 KB

File metadata and controls

42 lines (28 loc) · 1.59 KB

Contributing to MenuForge

Developed by Organization PRs Welcome Discord


First off, thank you for considering contributing to MenuForge! It's community members like you that help make the Linux ecosystem robust and user-friendly.


🗺️ How Can I Contribute?

🪲 Reporting Bugs

If you find a bug, please help us by opening an issue.

💡 Suggesting Enhancements

Have an idea to make MenuForge better? Open an issue with the tag enhancement.

⌨️ Code Contributions

  1. Fork the repository.
  2. Create a Feature Branch (git checkout -b feature/amazing-new-link).
  3. Commit your changes (git commit -m 'feat: add support for X').
  4. Open a Pull Request.

🛠️ Development Setup

  • gum: Required for the TUI components.
  • bash: The core shell environment.

Happy Coding! 🚀