Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 871 Bytes

File metadata and controls

39 lines (28 loc) · 871 Bytes

Contributing to CoNum

Thanks for helping improve CoNum!
To keep contributions clean and secure, please follow these guidelines.


🛠️ How to Contribute

  1. Fork the repository
  2. Create a branch (feature/xyz)
  3. Write clear, structured commits
  4. Open a Pull Request with a description

✅ Coding Guidelines

  • Language: Python 3.11+
  • GUI: Tkinter
  • Code style: PEP8
  • Commit messages in English

🔍 Tests

  • All new features must include unit tests (see tests/)
  • Integration tests if GUI/DB functionality is affected

🚫 What We Do Not Accept

  • Features that reduce or bypass security
  • Copied tools with license conflicts
  • PRs without tests or documentation

❤️ Credits

CoNum is a security-first project.
All contributors are acknowledged in CHANGELOG.md.