version-fox / version-fox/vfox
[Feature] support plugin level config
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- Go
- Stars
- 4k
- Forks
- 157
- Avg merge
- 1h 3m
- Merged PRs (30d)
- 5
Description
1. Your usage scenarios?
- let plugin developer can load config in one-place.
- some plugin would load option from PATH environment. This mechanism causes these configurations to be scattered in various places, and it is difficult to troubleshoot problems when they occur.
2. What is your expected outcome?
the plugin can load configs from vfox global config (relate issue: https://github.com/version-fox/vfox/issues/301).
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Read related issue #301 first, then locate the repository's global-config and plugin-loading entry points. Define the supported plugin configuration boundary and verify that plugins can load configuration from vfox global config rather than relying on scattered PATH environment settings.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- cli, tooling
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100