How useful would be to incorporate dev containers (devcontainer.json) into this project? #8472
jossemarGT
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everybody 👋
First, some context. I'm working on some Spanish translation updates for the web UI, and having to provision/spin up the dev environment for doing so took me by surprise. I understand there's no other way around it since one should double-check for new terms to be translated, and the dev tooling is there to assist with that. However, I wonder if there's a way to reduce the setup friction for no-code contributions 🤔.
I'm aware we already have the
./hack/develop/run-dev-container.sh
script which already does the trick, but maybe for new contributors that happen to know how to use GH codespaces, having a simplified dev containers (devcontainer.json) would be beneficial.So with that in mind, I'd like to ask the maintainers and contributors how useful it would be to incorporate dev containers into this project?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions