trishul-snmp-suite

GitHub Workflow

This repo uses stable delivery IDs from issue_tracker.md to keep GitHub issues, milestones, pull requests, and the publish path tied to the shipped release line.

CI And Image Publish

The repo ships one GitHub Actions workflow:

That workflow runs automatically on every push to main.

Responsibilities:

${APP_VERSION} is loaded from the repo .env, so version bumps must be in the tree before pushing the release commit to main.

ID Rules

Two ID families:

Every scoped issue or PR should reference at least one primary ID.

Recommended title format:

Branch Naming

Labels

Recommended groups:

Milestones

Each issue belongs to one milestone only.

Pull Requests

Pull requests should:

  1. reference the primary ID in the title and body
  2. list the verification steps that were actually run
  3. call out docs or changelog updates when behavior changed
  4. use .github/pull_request_template.md

Do not mark a tracker item Done until code, docs, and verification have all landed together.