Thank you for your interest in contributing to CiberWebScan! This document provides guidelines and information for contributors.
If you are new to the project, the best way to start is by looking for issues labeled good first issue or help wanted.
This project follows a code of conduct to ensure a welcoming environment for all contributors. By participating, you agree to:
- Be respectful to others
- Focus on constructive feedback
- Accept responsibility for mistakes
- Show empathy towards other contributors
- Help create a positive community
- Use the issue tracker to report bugs
- Include detailed steps to reproduce
- Provide system information and error messages
- Suggest potential fixes if possible
- Check if the feature is already requested
- Provide detailed use cases
- Explain the benefit to users
- Consider implementation complexity
- Fix bugs
- Add new features
- Improve documentation
- Write tests
- Performance improvements
- Improve existing documentation
- Translate documentation
- Add examples and tutorials
- Fix typos and errors
See DEVELOPMENT.md for detailed setup instructions.
- Fork the repository
- Create a feature branch from
main - Make your changes
- Test thoroughly
- Update documentation if needed
- Submit a pull request
Use descriptive branch names:
feature/add-new-analyzer
fix/ssl-validation-bug
docs/update-api-docs
test/add-integration-tests
- Title: Clear, descriptive title
- Description: Detailed explanation of changes
- Tests: Include tests for new functionality
- Documentation: Update docs for API changes
- Breaking Changes: Clearly mark breaking changes
- Screenshots: Include for UI changes
- Follow PEP 8
- Use type hints
- Write docstrings
- Keep functions small and focused
- Write unit tests for new code
- Test edge cases and error conditions
- Use descriptive test names
- Update relevant documentation
- Add docstrings to public functions
- Include examples in docstrings
- Keep README up to date
- Automated Checks: CI runs tests, linting, and type checking
- Peer Review: At least one maintainer reviews changes
- Feedback: Address review comments
- Approval: Maintainers approve and merge
- Code quality and style
- Test coverage
- Documentation
- Performance impact
- Security considerations
- Breaking changes
- Report security issues privately to maintainers
- Do not commit sensitive information
- Follow secure coding practices
- Use secure defaults
By contributing, you agree that your contributions will be licensed under the Apache 2.0 license.
- Issues: For bugs and feature requests
- Discussions: For questions and ideas
- Documentation: Check existing docs first
- Maintainers: Contact for sensitive issues
See the GitHub issues and project board for planned features and priorities.
Thank you for contributing to CiberWebScan ❤️!