Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 917 Bytes

File metadata and controls

40 lines (25 loc) · 917 Bytes

Contributing to WHITEWOLF TOOLS 🐺

Thanks for your interest in improving WHITEWOLF TOOLS.

This project is built to stay simple, modular, and easy to extend.
Whether you're fixing a bug, improving documentation, or adding a new tool — your help is welcome.


📌 Before you start

Please make sure you:

  • Understand what the tool you are modifying does
  • Don’t break existing features
  • Keep changes clean and focused
  • Test your code before submitting

🧩 Project philosophy

WHITEWOLF TOOLS is designed to be:

  • Modular (each tool should be independent)
  • Simple (no unnecessary complexity)
  • Expandable (easy to add new features)
  • Lightweight (avoid heavy dependencies when possible)

🚀 How to contribute

1. Fork the repository

Click Fork on GitHub and clone your fork:

git clone https://github.com/Python-loving/WHITEWOLF-TOOLS.git
cd WHITEWOLF-TOOLS