devcontainers / devcontainers/action
Example Usage Templates
Open
enhancement
- Dominant language
- TypeScript
- Stars
- 88
- Forks
- 32
- PR merge metrics
- No merged PRs in 30d
Description
Wanted to get some thoughts about maybe adding templates for the Example Usage section, similar to the use of NOTES.md. As it stands now, this action overwrites the Example Usage section each time it runs, which is less than ideal.
I was thinking maybe an EXAMPLES.json file like the following:
```
{
"optionSets": [
{
"optionOne": "valueOne"
},
{
"optionTwo": "valueTwo"
}
]
}
```
If this seems agreeable, I could cook up a PR for this, I think.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.