Skip to content

Latest commit

 

History

History
36 lines (30 loc) · 841 Bytes

CONTRIBUTING.md

File metadata and controls

36 lines (30 loc) · 841 Bytes

Contributing to WBGT-Alert-System

How to Contribute

  1. Fork the repository
  2. Create your feature branch
  3. Commit your changes
  4. Push to the branch
  5. Create a Pull Request

Development Setup

  1. Microsoft 365 account with Forms and Power Automate access
  2. Telegram account for testing
  3. Test environment setup

Guidelines

  • Follow existing code structure
  • Document any changes
  • Test thoroughly before submitting
  • Keep security in mind
  • Don't commit any credentials

Testing

  • Test with various temperature inputs
  • Verify alert levels
  • Check message formatting
  • Validate flow triggers

Documentation

  • Update relevant documentation
  • Add comments to complex logic
  • Include setup instructions if needed

Security

  • Never commit tokens or credentials
  • Use environment variables
  • Follow security best practices