devcontainers / templates

Repository for Dev Container Templates that are managed by Dev Container spec maintainers. See https://github.com/devcontainers/template-starter to create your own!
https://containers.dev/templates
MIT License
873 stars 230 forks source link

Add Ponylang.io template #183

Closed JessicaMulein closed 1 year ago

JessicaMulein commented 1 year ago

This is a draft PR for the pony language- I have a few questions about what I should be putting in the README/etc regarding the base image name for this. It is derived from the ubuntu template, but duplicates it rather than inherits from it because it requires jammy in order to have a recent llvm/clang available.

samruddhikhandale commented 1 year ago

Hi 👋

We appreciate your Template contribution, however, the devcontainers/templates repo only accepts improvements and bug fixes for the current set of maintained Templates.

However, we would appreciate if you could add this Template in a separate repository of your control. The devcontainers/template-starter repo has more guidance on self authoring them.

Once you've self authored, and if you'd like to share it with the community, we'd recommend adding it to the index. It will make them visible in our supporting tools (like https://containers.dev/templates, Dev Containers Extension, GitHub Codespaces etc).

Feel free to ask any questions/queries along the way, feedbacks are welcome too!

samruddhikhandale commented 1 year ago

The README is auto-generated from NOTES.md and devcontainer-template.json files by the devcontainers/action . See https://github.com/devcontainers/action