Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.4 KB

CONTRIBUTING.md

File metadata and controls

29 lines (20 loc) · 1.4 KB

Contributing to SDNS

First and foremost, thank you for considering contributing to SDNS! It's people like you that make SDNS such a great tool.

Getting Started

  • Make sure you have a GitHub account.
  • Fork the repository on GitHub.
  • Decide if you want to work on an existing issue or if you want to propose a new feature or bug fix.

Making Changes

  1. Create a new branch in your fork from the main branch. Name your branch something descriptive.
  2. Make the changes in your fork.
  3. If you're adding a feature or fixing a bug, please add or modify existing tests if applicable.
  4. Run all tests to ensure your changes don't negatively impact existing code.
  5. Commit your changes to your branch. Keep commit messages clear and concise, stating what you did and why.

Submitting Changes

  1. Push your changes to your fork on GitHub.
  2. Open a pull request against the main branch of the original repository.
  3. Please ensure your pull request description clearly describes the problem and solution and relates to any issues it addresses.

Additional Resources