microsoft / microsoft/AdaptiveCards
[Samples] Generate non-templated samples from templated samples
Open
Nobody has claimed this yet.
Area-Inconsistency
- Dominant language
- C#
- Stars
- 2k
- Forks
- 595
- Avg merge
- 1d 19h
- Merged PRs (30d)
- 1
Description
Version of SDK
latest
Details
Currently, any sample updates require changes to the non-templated JSON and the template JSON. This is easy to forget and hard to detect, so samples go out of sync.
Instead, the non-templated JSON's should be automatically generated (either by the build process or by a script run by dev) by binding the data to template.
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.
Assessment
This issue has not been assessed yet.