microsoft / microsoft/AdaptiveCards

[Designer] Feedback title here

Open
#9,005 0 comments 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.