Skip to content

Commit 674d313

Browse files
committed
release/9.52 - Commerce Sample Update
1 parent 1e246c8 commit 674d313

File tree

10,056 files changed

+1900264
-0
lines changed

Some content is hidden

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

10,056 files changed

+1900264
-0
lines changed
Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
---
2+
name: API Behavior Issue
3+
about: Report a runtime behavior issue with an API included in the Commerce SDK
4+
title: "[Component Name][API Name] Issue"
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
<!--
11+
12+
Please completely fill in this template so we can help you work past this issue as quickly as possible. If you have any questions, the repo Wiki has more details on all of the required fields in this template.
13+
Thank you!
14+
-->
15+
16+
## API Behavior Issue
17+
### Summary
18+
**Describe the issue**
19+
A clear and concise description of what component you are extending, which API you're using, and the actual and expected behavior of the API.
20+
21+
**Version and Error Info**
22+
Commerce SDK Component:
23+
Component Version:
24+
Exception/Error Details:
25+
26+
**Extension Requirement**
27+
Please provide a concise description of the scenario you are trying to enable with this extension. This information is helpful for us to determine if there is an alternative implementation that avoids the issue.
28+
29+
### Reproducing the Issue
30+
<!--
31+
Please include a link to a sample where this issue reproduces. You can create a fork of a sample repo and modify it to reproduce the issue. If you need help, please see the link below on how to fork a GitHub repo or refer the repo Wiki on how to create a minimal repro.
32+
https://docs.github.com/en/get-started/quickstart/fork-a-repo
33+
-->
34+
Link to GitHub repo/solution where the issue is reproducible:
35+
36+
Steps to reproduce the behavior:
37+
1. Go to '...'
38+
2. Click on '....'
39+
3. Run command '....'
40+
4. See error
41+
42+
### Screenshots
43+
Please include any screenshots that would help us understand the issue.
44+
45+
### Additional context
46+
Are you following a sample that showcases this API?
Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
---
2+
name: Build Issue
3+
about: Report a build issue to help us improve the Commerce SDK
4+
title: "[Project Type][Build Issue]"
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
<!--
11+
Please completely fill in this template so we can help you work past this issue as quickly as possible. If you have any questions, the repo Wiki has more details on all of the required fields in this template.
12+
13+
Thank you!
14+
-->
15+
16+
## Build Issue
17+
### Summary
18+
**Describe the issue**
19+
20+
A clear and concise description of what the bug is and your solution/project structure.
21+
22+
**Version and Error Info**
23+
24+
Commerce SDK Version:
25+
26+
Visual Studio/Visual Studio Code/MSBuild Version:
27+
28+
Does this happen every time the solution is built:
29+
30+
Name of Project with Error:
31+
32+
MSBuild Error:
33+
34+
### Reproducing the Issue
35+
<!--
36+
Please include a link to a sample where this issue reproduces. You can create a fork of a sample repo and modify it to reproduce the issue. If you need help, please see the link below on how to fork a GitHub repo or refer the repo Wiki on how to create a minimal repro.
37+
38+
https://docs.github.com/en/get-started/quickstart/fork-a-repo
39+
-->
40+
Link to GitHub repo/solution where the issue is reproducible:
41+
42+
Steps to reproduce the behavior:
43+
1. Go to '...'
44+
2. Click on '....'
45+
3. Run command '....'
46+
4. See error
47+
48+
### Additional context
49+
Are there errors when building the [Gas Station Sample](https://github.com/microsoft/Dynamics365Commerce.InStore/tree/release/9.41/src/StoreCommerceSamples/Solutions/GasStationSample) on your machine?
50+
51+
MSBuild Diagnostic Log:
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
name: Commerce SDK Sample Issue
3+
about: Report an issue with one of the samples in the Commerce SDK
4+
title: "[Sample Name] Issue"
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
<!--
11+
12+
Please completely fill in this template so we can help you work past this issue as quickly as possible. If you have any questions, the repo Wiki has more details on all of the required fields in this template.
13+
Thank you!
14+
-->
15+
16+
## Commerce SDK Sample Issue
17+
### Summary
18+
**Describe the issue**
19+
A clear and concise description of the issue you're experiencing with the Commerce SDK Sample
20+
21+
**Version and Error Info**
22+
Sample Version:
23+
24+
**Extension Requirement**
25+
Please provide a concise description of the scenario you are trying to enable with this extension. This information is helpful for us to determine if there is an alternative implementation that avoids the issue.
26+
27+
### Screenshots
28+
Please include any screenshots that would help us understand the issue.

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
blank_issues_enabled: false
3+
contact_links:
4+
-
5+
about: "Please ask and answer usage questions in the Q&A category the Discussions page."
6+
name: Question
7+
url: "https://github.com/microsoft/Dynamics365Commerce.Solutions/discussions/categories/q-a"
8+
-
9+
about: "Please use Lifecycle Services (LCS) to get help for any issues that are not related to Commerce extension development."
10+
name: Other issues
11+
url: "https://lcs.dynamics.com"
Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
---
2+
name: Debugging Issue
3+
about: Report an issue related to debugging Commerce SDK extensions
4+
title: "[Project Type][Debugging Issue]"
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
<!--
11+
Please make sure you've followed the documentation on how to debug Commerce components before filing any issues. The links below have more information on how to debug each commerce component.
12+
- Store Commerce: https://learn.microsoft.com/en-us/dynamics365/commerce/dev-itpro/sc-debug
13+
- Modern POS/Cloud POS: https://learn.microsoft.com/en-us/dynamics365/commerce/dev-itpro/pos-extension/debug-pos-extension
14+
- CSU/Commerce Runtime: https://github.com/microsoft/Dynamics365Commerce.ScaleUnit/blob/release/9.41/src/ScaleUnitSample/Readme.md
15+
16+
If you are still experiencing issues after reading the documentation, please completely fill in this template so we can help you work past this issue as quickly as possible. If you have any questions, the repo Wiki has more details on all of the required fields in this template.
17+
Thank you!
18+
-->
19+
20+
## Debugging Issue
21+
### Summary
22+
**Describe the issue**
23+
24+
A clear and concise description of what component you are trying to debug, what steps you have done and what you are experiencing.
25+
26+
**Version and Error Info**
27+
28+
Commerce SDK Version:
29+
30+
Visual Studio/Visual Studio Code:
31+
32+
### Reproducing the Issue
33+
<!--
34+
Please include a link to a sample where this issue reproduces. You can create a fork of a sample repo and modify it to reproduce the issue. If you need help, please see the link below on how to fork a GitHub repo or refer the repo Wiki on how to create a minimal repro.
35+
https://docs.github.com/en/get-started/quickstart/fork-a-repo
36+
-->
37+
Link to GitHub repo/solution where the issue is reproducible:
38+
39+
Steps to reproduce the behavior:
40+
1. Go to '...'
41+
2. Click on '....'
42+
3. Run command '....'
43+
4. See error
44+
45+
### Screenshots
46+
Please add screenshots of your launch.json file to help us troubleshoot your problem.
47+
48+
### Additional context
49+
Are you able to debug the [Gas Station Sample](https://github.com/microsoft/Dynamics365Commerce.InStore/tree/release/9.41/src/StoreCommerceSamples/Solutions/GasStationSample) on your machine using the same steps?
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
---
2+
name: Other Development Issue
3+
about: Report a different type of issue with the Commerce SDK
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
<!--
11+
Please ensure that the issue you're experiencing does not fit into any of the other issue categories before proceeding with this template. The other issue templates are designed to ensure the issue has all the required information for our team to resolve it ASAP.
12+
13+
Please completely fill in this template so we can help you work past this issue as quickly as possible. If you have any questions, the repo Wiki has more details on all of the required fields in this template.
14+
Thank you!
15+
-->
16+
17+
## Other Development Issue
18+
### Summary
19+
**Describe the issue**
20+
A clear description of what the issue you're experiencing. Please provide as much information as possible so we can best assist you with this issue.
21+
22+
**Version and Error Info**
23+
Commerce SDK Component:
24+
Component Version:
25+
Commerce SDK Version:
26+
Exception/Error Details:
27+
28+
### Reproducing the Issue
29+
<!--
30+
Please include a link to a sample where this issue reproduces. You can create a fork of a sample repo and modify it to reproduce the issue. If you need help, please see the link below on how to fork a GitHub repo or refer the repo Wiki on how to create a minimal repro.
31+
https://docs.github.com/en/get-started/quickstart/fork-a-repo
32+
-->
33+
Link to GitHub repo/solution where the issue is reproducible:
34+
35+
Steps to reproduce the behavior:
36+
1. Go to '...'
37+
2. Click on '....'
38+
3. Run command '....'
39+
4. See error
40+
41+
### Screenshots
42+
Please include any screenshots that would help us understand the issue.

0 commit comments

Comments
 (0)