Skip to content

Commit f008496

Browse files
authored
Merge branch 'main' into dev/eyadon/8581-SelectActionCrashWPF
2 parents bdee580 + dd9627a commit f008496

File tree

3,028 files changed

+179215
-295134
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

3,028 files changed

+179215
-295134
lines changed

.clang-format

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
# this file work is a derivative of .clang-format which follows
3+
# https://github.com/isocpp/CppCoreGuidelines/blob/master/CppCoreGuidelines.md
4+
#
5+
Language: Cpp
6+
BasedOnStyle: Microsoft
7+
AccessModifierOffset: -4
8+
AlignAfterOpenBracket: AlwaysBreak
9+
AlignEscapedNewlines: DontAlign
10+
AlwaysBreakBeforeMultilineStrings: true
11+
AlwaysBreakTemplateDeclarations: Yes
12+
BinPackArguments: false
13+
BinPackParameters: false
14+
BraceWrapping:
15+
AfterCaseLabel: true
16+
AfterUnion: true
17+
AfterExternBlock: false
18+
BreakConstructorInitializers: AfterColon
19+
CompactNamespaces: true
20+
IncludeBlocks: Regroup
21+
IncludeCategories:
22+
- Regex: '^"(stdafx.h|pch.h|precomp.h)"$'
23+
Priority: -1
24+
NamespaceIndentation: Inner
25+
PenaltyExcessCharacter: 1
26+
PointerAlignment: Left
27+
SortIncludes: false
28+
Standard: Cpp11
29+
UseTab: Never
30+
...

.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
root = true
22

3-
[**.{cpp,h,java,mm,cs,ts,js}]
3+
[**.{cpp,h,java,mm,cs}]
44
indent_style = spaces
55
indent_size = 4
66
charset = utf-8

.github/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ A bug must have an issue tracking it in the issue tracker that has been approved
4141
## Contributing features
4242

4343
Thank you for wanting to contribute to Adaptive Cards. If you are planning to make changes to the Core SDK, please make sure these changes align with our [Core Design Principles](https://docs.microsoft.com/en-us/adaptive-cards/#core-design-principles). Prior to writing any code that affects rendering, please make sure you follow the following steps:
44-
1. Open a "Feature Request" issue to start the discussion on the feature you wish to see in the product. Please make sure you search our planned work to see if your feature is already planned. Please make sure you search our [planned work](https://portal.productboard.com/adaptivecards/1-adaptive-cards-features/tabs/6-planned) to see if your feature is already planned.
44+
1. Open a "Feature Request" issue to start the discussion on the feature you wish to see in the product. Please make sure you search our [planned work](https://github.com/microsoft/AdaptiveCards/projects/32) to see if your feature is already planned.
4545
2. Open a PR with a .MD file to the [following directory](https://github.com/microsoft/AdaptiveCards/tree/main/specs/elements) with a spec that clearly outlines the feature you are implementing. **Include as much detail on the feature as possible**.
4646
1. At a bare minimum you must answer the following questions:
4747
1. Why do you need this feature and what will the feature do?

.github/ISSUE_TEMPLATE/app_rendering_bug_report.md

Lines changed: 0 additions & 41 deletions
This file was deleted.
Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
name: Application Card Rendering Bug Report
2+
description: Create a bug report for problems rendering Adaptive Cards in an Application
3+
title: "[Rendering] Bug Title Here"
4+
labels: [Area-Renderers, Bug, Triage-Needed]
5+
body:
6+
- type: dropdown
7+
validations:
8+
required: true
9+
attributes:
10+
label: Target Platforms
11+
description: Select the platform(s) that you are rendering on
12+
multiple: true
13+
options:
14+
- NodeJS
15+
- iOS
16+
- Android
17+
- WPF
18+
- UWP
19+
- Other
20+
- type: input
21+
validations:
22+
required: true
23+
attributes:
24+
label: SDK Version
25+
description: What version of the SDK are you using
26+
- type: input
27+
validations:
28+
required: true
29+
attributes:
30+
label: Application Name
31+
description: The name of the application that is having problems with Card Rendering
32+
placeholder: Microsoft Teams
33+
- type: textarea
34+
validations:
35+
required: true
36+
attributes:
37+
label: Problem Description
38+
description: Please enter a description of the issue. If you just have a question, please post [on GitHub Discussions](https://github.com/microsoft/AdaptiveCards/discussions)
39+
- type: textarea
40+
validations:
41+
required: false
42+
attributes:
43+
label: Screenshots
44+
description: Please provide a screenshot of the problem (if possible)
45+
- type: textarea
46+
validations:
47+
required: true
48+
attributes:
49+
label: Card JSON
50+
description: Please provide the JSON of the Card that is being rendered
51+
render: JSON
52+
- type: input
53+
validations:
54+
required: false
55+
attributes:
56+
label: Sample Code Language
57+
description: The language of the code sample
58+
- type: textarea
59+
validations:
60+
required: false
61+
attributes:
62+
label: Sample Code
63+
description: Please provide any relevant code samples to help reproduce the issue

.github/ISSUE_TEMPLATE/card_author_bug_report.md

Lines changed: 0 additions & 32 deletions
This file was deleted.
Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
name: Card Author Bug Report
2+
description: Create a bug report for problems creating Adaptive Cards from the JSON Schema
3+
title: "[Authoring] Bug Title Here"
4+
labels: [Area-Schema, Bug, Triage-Needed]
5+
body:
6+
- type: input
7+
validations:
8+
required: true
9+
attributes:
10+
label: Target Application
11+
description: "Please list the application(s) that the card you are authoring is targeting (ex: Microsoft Teams, Outlook, etc)"
12+
- type: dropdown
13+
validations:
14+
required: true
15+
attributes:
16+
label: Application Operating System
17+
description: The OS platform the application is on
18+
options:
19+
- Windows
20+
- iOS
21+
- Android
22+
- Linux
23+
- Other
24+
- type: input
25+
validations:
26+
required: true
27+
attributes:
28+
label: Schema Version
29+
description: The version of the JSON Schema Version you are targeting
30+
- type: textarea
31+
validations:
32+
required: true
33+
attributes:
34+
label: Problem Description
35+
description: Please enter a description of the issue. If you just have a question, please post [on GitHub Discussions](https://github.com/microsoft/AdaptiveCards/discussions)
36+
- type: textarea
37+
validations:
38+
required: true
39+
attributes:
40+
label: Expected Outcome
41+
description: Please describe what outcome you were expecting
42+
- type: textarea
43+
validations:
44+
required: true
45+
attributes:
46+
label: Actual Outcome
47+
description: Please describe what was the actual outcome
48+
- type: textarea
49+
validations:
50+
required: true
51+
attributes:
52+
label: Card JSON
53+
description: Please provide the JSON of the Card that is being rendered
54+
render: JSON
55+
- type: textarea
56+
validations:
57+
required: false
58+
attributes:
59+
label: Repro Steps
60+
description: Please enter the steps to reproduce the issue

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
---
2-
blank_issues_enabled: false
1+
blank_issues_enabled: true
32
contact_links:
4-
-
5-
about: "Please ask and answer usage questions on Stack Overflow."
6-
name: Question
7-
url: "https://stackoverflow.com/questions/tagged/adaptive-cards"
3+
- name: Question
4+
about: Please ask questions on GitHub Discussions
5+
url: "https://github.com/microsoft/AdaptiveCards/discussions"

.github/ISSUE_TEMPLATE/designer-bug-report.md

Lines changed: 0 additions & 20 deletions
This file was deleted.
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
name: Designer Bug Report
2+
description: Create a bug report for problems in the Adaptive Cards designer
3+
title: "[Designer] Bug Title Here"
4+
labels: [Bug, Triage-Needed, Area-Designer]
5+
body:
6+
- type: textarea
7+
validations:
8+
required: true
9+
attributes:
10+
label: Problem Description
11+
description: Please enter a description of the issue. If you just have a question, please post [on GitHub Discussions](https://github.com/microsoft/AdaptiveCards/discussions)
12+
- type: textarea
13+
validations:
14+
required: true
15+
attributes:
16+
label: Card JSON
17+
description: Please provide the JSON of the Card that is being rendered
18+
render: JSON
19+
- type: textarea
20+
validations:
21+
required: false
22+
attributes:
23+
label: Screenshot
24+
description: Please provide a screenshot of the problem (if possible)

0 commit comments

Comments
 (0)