Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 802 Bytes

File metadata and controls

32 lines (22 loc) · 802 Bytes

Contributing to Vaultify

Thank you for considering contributing to Vaultify! We welcome contributions from the community.

How to Contribute

  1. Fork the repository
  2. Create a new branch: git checkout -b feature-name
  3. Make your changes
  4. Test your code
  5. Commit your changes: git commit -m "Add feature"
  6. Push to the branch: git push origin feature-name
  7. Open a Pull Request

Code Style

  • Follow PEP8 for Python
  • Use ES6+ syntax for JavaScript/React
  • Keep functions modular and well-commented
  • Ensure your code is linted and tested

Suggestions

Open an issue if you have feature ideas or questions. We love innovation!

Reporting Bugs

Please use the issue template and include:

  • What you did
  • What you expected
  • What happened instead