Skip to content

Latest commit

 

History

History
53 lines (32 loc) · 2.44 KB

CONTRIBUTING.md

File metadata and controls

53 lines (32 loc) · 2.44 KB

Contributing to Egyscan Security Vuln Scanner

Welcome to Egyscan! We're excited that you're interested in contributing to our Security Vulnerability Scanner. Before you get started, please take a moment to read through this guide to ensure a smooth and collaborative contribution process.

Table of Contents

Code of Conduct

Please review our Code of Conduct before contributing. We want to create a respectful and inclusive environment for all contributors.

Getting Started

Issues

Contributions can start with GitHub Issues. Look for issues labeled "help wanted" or "good first issue" to find tasks suitable for newcomers.

If you find a new issue or want to suggest an enhancement, please create a new issue. Provide as much detail as possible to help us understand the problem or feature request.

Pull Requests

  1. Fork the repository and create a new branch for your contribution.
  2. Make your changes, following the Style Guide and ensuring the code passes Testing.
  3. Submit a pull request (PR) to the main branch. Provide a clear and concise description of your changes and reference the relevant issue if applicable.
  4. Your PR will be reviewed by maintainers. Be prepared to address any feedback or suggested changes.

Style Guide

Please follow our coding and formatting standards to maintain consistency within the project. Details can be found in STYLE_GUIDE.md.

Testing

Before submitting your contribution, make sure that your changes pass all tests. Provide appropriate tests if applicable. More details are available in TESTING.md.

Feedback and Discussions

Join us on GitHub Discussions to share your ideas, ask questions, and participate in project-related discussions.

License

By contributing, you agree that your contributions will be licensed under the LICENSE of this project.


Thank you for your interest in contributing to Egyscan Security Vuln Scanner! Your contributions help make this project better for everyone.