microsoft / microsoft/AdaptiveCards
[Designer] Feedback title here
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 2k
- Forks
- 595
- Avg merge
- 1d 19h
- Merged PRs (30d)
- 1
Description
{
"type": "AdaptiveCard",
"$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
"version": "1.4",
"body": [
{
"type": "TextBlock",
"text": "Test json payload",
"wrap": true,
"separator": true
},
{
"type": "Input.Text",
"placeholder": "Placeholder text",
"label": "Name:",
"separator": true,
"id": "Name in"
},
{
"type": "Input.Date",
"label": "Date of occurence",
"separator": true,
"id": "Date in"
},
{
"type": "Input.Time",
"separator": true,
"label": "Time of occurrence ",
"id": "Time in"
},
{
"type": "Input.Number",
"placeholder": "Placeholder text",
"label": "Staff Phone Number",
"separator": true,
"id": "phone in"
},
{
"type": "Input.Text",
"placeholder": "Placeholder text",
"style": "Email",
"label": "Staff Email",
"id": "email in",
"separator": true,
"inlineAction": {
"type": "Action.Execute"
}
}
]
}
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.
Research direction
The issue contains only an Adaptive Card JSON payload and does not name any repository file, test, entry point, requested behavior, or failure. Clarify what the Designer should change and provide reproduction steps or expected versus actual behavior before implementation can begin.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- json
- Domain
- design
- Issue type
- Bug
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 10/100