Skip to content

Latest commit

 

History

History
56 lines (38 loc) · 1.67 KB

CONTRIBUTING.md

File metadata and controls

56 lines (38 loc) · 1.67 KB

Contributing to WiseShield AI

First off, thank you for considering contributing to WiseShield AI! It's people like you that make WiseShield AI such a great tool.

Code of Conduct

By participating in this project, you are expected to uphold our Code of Conduct.

Getting Started

  1. Fork the repository
  2. Clone your fork: git clone https://github.com/Team-ByteWise/wiseshield-ai.git
  3. Set up your local environment following the installation instructions
  4. Create a new branch: git checkout -b feature/your-feature-name

Development Process

  1. Make your changes
  2. Test your changes thoroughly
  3. Update documentation if needed
  4. Commit with meaningful messages
  5. Push to your fork
  6. Create a Pull Request

Pull Request Guidelines

  1. Update the README.md with details of changes if applicable
  2. Update the docs if you introduce new features
  3. The PR should work for all supported browsers
  4. Follow the existing code style
  5. Include screenshots for UI changes

Reporting Bugs

  1. Check if the bug has already been reported
  2. Create a new issue
  3. Use the bug report template
  4. Include as much information as possible

Feature Requests

  1. Check if the feature has been requested before
  2. Use the feature request template
  3. Explain your use case clearly

Community

Join our community to stay updated and get help:

License

By contributing, you agree that your contributions will be licensed under the same MIT License that covers the project.