Skip to content

Latest commit

 

History

History
47 lines (35 loc) · 1.18 KB

File metadata and controls

47 lines (35 loc) · 1.18 KB

Contributing to My Projects

Thank you for your interest in contributing!

How to Contribute

Reporting Issues

  • Check existing issues first
  • Use clear, descriptive titles
  • Include reproduction steps
  • Specify your environment

Pull Requests

  1. Fork the repository
  2. Create a feature branch (git checkout -b feature/amazing-feature)
  3. Commit your changes (git commit -m 'Add amazing feature')
  4. Push to the branch (git push origin feature/amazing-feature)
  5. Open a Pull Request

Code Standards

  • Follow existing code style
  • Add tests for new features
  • Update documentation
  • Keep commits atomic and well-described

Security

  • Never commit secrets or credentials
  • Follow security best practices
  • Report vulnerabilities privately (see SECURITY.md)

Code of Conduct

  • Be respectful and inclusive
  • Welcome newcomers
  • Focus on constructive feedback
  • Maintain professional communication

Questions?

Feel free to reach out via:

  • GitHub Issues (for project-specific questions)
  • Email: khavan.work@gmail.com
  • LinkedIn: linkedin.com/in/vanhoangkha

License

By contributing, you agree that your contributions will be licensed under the same license as the project.