Contributing to DedCore

So, you want to make DedCore even better? We love that for you (and for us)! Whether you’re a Rust wizard, a documentation enthusiast, or just here to fix a typo, you’re welcome.

How to Get Started

  • Fork the repo on GitHub. (It’s like cloning, but with more commitment.)
  • Clone your fork: git clone https://github.com/your-username/dedcore.git
  • Make a new branch for your feature or fix. Name it something fun. Or not. We’re not picky.
  • Write code, add docs, or break things (preferably not the last one).
  • Push your branch and open a pull request. Add a witty description if you like.

Coding Style & Guidelines

  • Keep it idiomatic Rust. cargo fmt is your friend.
  • Write clear, concise, and (if possible) funny comments.
  • Add tests for new features. If you break the build, we’ll send you a virtual frown.
  • Document your code. Future you (and future us) will thank you.

How to Get Help

  • Check the FAQ and CLI Reference.
  • Open an issue on GitHub if you’re stuck, confused, or just want to say hi.
  • For urgent help, try yelling at your screen. It won’t work, but it might feel good.

Thanks for making DedCore better! May your code compile on the first try (but if not, we’ve all been there).