Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 645 Bytes

CONTRIBUTING.md

File metadata and controls

13 lines (12 loc) · 645 Bytes

Contributing guidelines

  • Fork the repository
  • Clone your fork (git clone https://github.com/[Your_Username]/VulnMapAI)
  • Create a branch (git checkout -b new_feature)
  • Commit your changes (git commit -am 'Add feature')
  • Push to the branch (git push origin new_feature)
  • Open a Pull Request

Areas for Contribution

  • Feature Enhancement: Propose new features and enhancements.
  • Bug Fixes: Help in identifying issues and submitting patches for bug fixes.
  • Code Optimization: Contribute to making the code more efficient and optimized.
  • Documentation Improvement: Work on improving the documentation and adding tutorials or guides.