Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 900 Bytes

File metadata and controls

24 lines (18 loc) · 900 Bytes

Contributing to @programmersd21 Projects

Maintained by Soumalya Das

Thank you for your interest in contributing! By participating, you agree to follow these guidelines.

How to Contribute

  1. Fork the repository.
  2. Create a feature branch: git checkout -b my-feature.
  3. Implement your changes.
  4. Ensure all tests pass and code follows project style.
  5. Submit a pull request.

Security Considerations

  • Do not report security issues via public pull requests or issues.
  • Refer to SECURITY.md for proper vulnerability reporting.

Code Review

  • All contributions will be reviewed for correctness and security.
  • Maintain modularity, clarity, and efficiency.
  • Ensure your code does not introduce performance regressions or vulnerabilities.

Responsible Disclosure

  • Follow the guidelines in SECURITY.md for security-related contributions.