Skip to content

Commit c1b2abc

Browse files
[Script Lab] Add issues section (#5095)
* [Script Lab] Add issues section * tweak * Minor cleanup * Fix typo * tweak * Apply suggestions from code review Co-authored-by: Alex Jerabek <[email protected]> --------- Co-authored-by: Alex Jerabek <[email protected]>
1 parent 0b30088 commit c1b2abc

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

docs/overview/explore-with-script-lab.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Explore Office JavaScript API using Script Lab
33
description: Use Script Lab to explore the Office JS API and to prototype functionality.
4-
ms.date: 02/20/2025
4+
ms.date: 03/21/2025
55
ms.topic: concept-article
66
ms.custom: scenarios:getting-started
77
ms.localizationpriority: high
@@ -84,9 +84,17 @@ Keep your snippets and hard-coded data small since storing several large snippet
8484
> [!div class="nextstepaction"]
8585
> [Get Script Lab for Outlook](https://appsource.microsoft.com/product/office/wa200001603)
8686
87-
Once you've prototyped your code in Script Lab, turn it into a real add-in with the steps in [Create a standalone Office Add-in from your Script Lab code](./create-an-office-add-in-from-script-lab.md).
87+
Once you've prototyped your code in Script Lab, turn it into a real add-in with the steps in [Create a standalone Office Add-in from your Script Lab code](create-an-office-add-in-from-script-lab.md).
88+
89+
## Issues
90+
91+
If you find an issue or have feedback for us, let us know!
92+
93+
- Issue in this article? See the "Office Add-ins feedback" section at the end of this article.
94+
- Problem with a Script Lab code sample? Open a new issue in the [office-js-snippets GitHub repository](https://github.com/OfficeDev/office-js-snippets/issues).
95+
- Feedback or issue with the Script Lab tool? Open a new issue in the [office-js GitHub repository](https://aka.ms/script-lab-issues).
8896

8997
## See also
9098

91-
- [Script Lab sample GitHub repository](https://github.com/OfficeDev/office-js-snippets#office-js-snippets)
99+
- [Script Lab samples GitHub repository](https://github.com/OfficeDev/office-js-snippets#office-js-snippets)
92100
- [Developing Office Add-ins](../develop/develop-overview.md)

0 commit comments

Comments
 (0)