Skip to content

Latest commit

 

History

History
69 lines (48 loc) · 1.9 KB

File metadata and controls

69 lines (48 loc) · 1.9 KB

Contributing to InstaRecon

We welcome contributions from the cybersecurity community! This document provides guidelines for contributing to InstaRecon.

Code of Conduct

By participating in this project, you agree to abide by our Code of Conduct:

  • Use welcoming and inclusive language
  • Respect differing viewpoints and experiences
  • Accept constructive criticism gracefully
  • Focus on what is best for the community
  • Show empathy towards other community members

How to Contribute

Reporting Issues

If you find a bug or have a suggestion:

  1. Check existing issues to avoid duplicates
  2. Create a new issue with:
    • Clear, descriptive title
    • Detailed description of the problem/suggestion
    • Steps to reproduce (for bugs)
    • Expected vs. actual behavior
    • Your environment details

Contributing Code

  1. Fork the repository
  2. Clone your fork locally
  3. Create a new branch for your feature/fix
  4. Make your changes
  5. Test your changes thoroughly
  6. Commit with clear, descriptive messages
  7. Push to your fork
  8. Submit a pull request

Development Guidelines

  • Follow PEP 8 coding standards
  • Add docstrings for functions and classes
  • Include comments for complex logic
  • Maintain backward compatibility when possible
  • Update documentation for new features

Testing

  • Test your changes on different platforms if possible
  • Verify that existing functionality still works
  • Test edge cases and error conditions

Legal and Ethical Guidelines

All contributions must comply with:

  • Legal and ethical hacking practices
  • The project's educational and security testing purpose
  • Instagram's Terms of Service
  • Applicable laws and regulations

Contributions that enable illegal activities will be rejected.

Questions?

Feel free to open an issue for questions about contributing.

Thank you for helping make InstaRecon better for the cybersecurity community!