Open nkkko opened 2 months ago
/bounty $50
/attempt #14
with your implementation plan/claim #14
in the PR body to claim the bountyIf no one is assigned to the issue, feel free to tackle it, without confirmation from us, after registering your attempt. In the event that multiple PRs are made from different people, we will generally accept those with the cleanest code.
Please respect others by working on PRs that you are allowed to submit attempts to.
e.g. If you reached the limit of active attempts, please wait for the ability to do so before submitting a new PR.
If you can not submit an attempt, you will not receive your payout.
Thank you for contributing to daytonaio/devcontainer-generator!
Is your feature request related to a problem? Please describe. Users may want to generate a
devcontainer.json
for new projects that do not yet have any code. Relying solely on repository content is not possible in such cases, necessitating an alternative approach for generating meaningful configurations.Describe the solution you'd like
devcontainer.json
based on natural language descriptions and examples.devcontainer.json
template by adapting the configurations of those similar projects.Describe alternatives you've considered
Additional context
Frontend Changes:
devcontainer.json
for projects without existing code.Backend Changes:
devcontainer.json
template customized to the user's project description.Database Changes:
Testing:
devcontainer.json
configurations.