Skip to content

Latest commit

 

History

History
29 lines (15 loc) · 704 Bytes

CONTRIBUTING.md

File metadata and controls

29 lines (15 loc) · 704 Bytes

Contributing to rDNS

  • Thanks for considering contributing to rDNS! 🚀 Here’s how you can help:

How to Contribute

Fork the Repo: Clone it to your local machine.

Create a Branch: Use git checkout -b feature-branch-name.

Make Your Changes: Ensure your code is clean and well-documented.

Run Tests: Make sure everything works as expected.

Submit a Pull Request: Include a clear description of your changes.

Coding Guidelines

Rust Style: Follow Rust’s coding standards.

Commit Messages: Keep them short and descriptive.

Testing: Add tests for any new functionality or fixes.

Need Help?

Open an issue if you’re unsure where to start or have any questions.

Happy coding! 😄