Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 1.02 KB

File metadata and controls

39 lines (27 loc) · 1.02 KB

CONTRIBUTION PROTOCOL // ROBOTFLOW LABS

SYSTEM: INTAKE ACTIVE

SIGNAL TYPES

TYPE TEMPLATE USE WHEN
BUG SIGNAL Bug Report Something is broken
FEATURE REQUEST Enhancement New capability needed
DATASET REQUEST Data Inquiry Need specific data
COLLAB INTAKE Partnership Research or commercial collaboration

PROTOCOL

  1. CHECK existing issues and discussions first
  2. OPEN an issue using the appropriate template
  3. DESCRIBE the signal clearly and concisely
  4. WAIT for operator response before submitting PRs

CODE STANDARDS

  • TypeScript strict mode for web, Python for ANIMA modules
  • Industrial naming conventions (UPPERCASE for constants, modules)
  • All text content centralized — never hardcode
  • Follow existing patterns in the codebase

COMMIT FORMAT

[MODULE] Brief description

TYPE: bug-fix | feature | docs | refactor | test
SCOPE: component name or system area

ROBOTFLOW LABS // CONTRIBUTION PROTOCOL V1.0