6 comments (6 comments)0 reactions (0 reactions)1 assignee (1 assignee)Go319 forks (319 forks)auto 404
good first issuekind/enhancement
Repository metrics
- Stars
- 1,329 stars (1,329 stars)
- PR merge metrics
- PR metrics pending (PR metrics pending)
Contributor guide
- Research direction
- Examine the existing planpreview options in pkg/app/piped/planpreview/handler.go and related files. Design a configuration struct that can expose these options via the application's configuration system (likely YAML or flags). Implement parsing and passing of these options to the handler. Ensure backward compatibility and update tests accordingly.
- Tech stack
- go
- Domain
- backenddevops
- Issue type
- Feature
- Prerequisites
- GoFamiliarity with pipecd codebase