Skip to content

Latest commit

 

History

History
executable file
·
34 lines (26 loc) · 783 Bytes

File metadata and controls

executable file
·
34 lines (26 loc) · 783 Bytes

Contributing to WP Telegram Post Notifier

Thanks for helping improve WP Telegram Post Notifier!

Code of Conduct

Please read and follow our CODE_OF_CONDUCT.md.

Development Setup

# Clone
git clone https://github.com/VoxHash/WPTelegram-Post-Notifier.git
cd WPTelegram-Post-Notifier

# Install deps
npm install
composer install

# Run tests
npm run test
npm run e2e

Branching & Commit Style

  • Branches: feature/…, fix/…, docs/…, chore/…
  • Conventional Commits: feat:, fix:, docs:, refactor:, test:, chore:

Pull Requests

  • Link related issues, add tests, update docs
  • Follow the PR template
  • Keep diffs focused

Release Process