You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
set PATH1="HKEY_CURRENT_USER\SOFTWARE\Classes\Local Settings\Software\Microsoft\Windows\CurrentVersion\AppContainer\Mappings\S-1-15-2-1310292540-1029022339-4008023048-2190398717-53961996-4257829345-603366646"
set PATH2="HKEY_CURRENT_USER\SOFTWARE\Classes\Local Settings\Software\Microsoft\Windows\CurrentVersion\AppContainer\Mappings\S-1-15-2-1310292540-1029022339-4008023048-2190398717-53961996-4257829345-603366646\Children\S-1-15-2-1310292540-1029022339-4008023048-2190398717-53961996-4257829345-603366646-3829197285-1050560373-949424154-522343454"
set PATH1="HKEY_CURRENT_USER\SOFTWARE\Classes\Local Settings\Software\Microsoft\Windows\CurrentVersion\AppContainer\Mappings\S-1-15-2-1310292540-1029022339-4008023048-2190398717-53961996-4257829345-603366646"
set PATH2="HKEY_CURRENT_USER\SOFTWARE\Classes\Local Settings\Software\Microsoft\Windows\CurrentVersion\AppContainer\Mappings\S-1-15-2-1310292540-1029022339-4008023048-2190398717-53961996-4257829345-603366646\Children\S-1-15-2-1310292540-1029022339-4008023048-2190398717-53961996-4257829345-603366646-3829197285-1050560373-949424154-522343454"
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug_report.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ Please describe the behavior you were expecting
23
23
24
24
# Current behavior
25
25
26
-
Please provide information about the failure. What is the current behavior? If it is not a bug, please add it to [UserVoice](https://officespdev.uservoice.com/forums/224641-feature-requests-and-feedback/category/164751-office-developer-tools), so that it gets added to our feature roadmap.
26
+
Please provide information about the failure. What is the current behavior? If it is not a bug, please submit your idea to the [Microsoft Tech Community Ideas forum](https://techcommunity.microsoft.com/t5/microsoft-365-developer-platform/idb-p/Microsoft365DeveloperPlatform), so that it gets added to our feature roadmap.
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ There are several ways you can contribute to this sample: providing better code
11
11
Code comments make code samples even better by helping developers learn to use the code correctly in their own applications. If you spot a class, method, or section of code that you think could use better descriptions, then create a pull request with your code comments.
12
12
13
13
14
-
In general we want our code comments to follow these guidelines:
14
+
In general, we want our code comments to follow these guidelines:
15
15
16
16
- Any code that has associated documentation displayed in an IDE (such as IntelliSense, or JavaDocs) has code comments.
17
17
- Classes, methods, parameters, and return values have clear descriptions.
@@ -26,24 +26,24 @@ Sometimes we get a lot of issues, and it can be hard to keep up. If you have a s
26
26
27
27
### Add a new feature
28
28
29
-
New features are great! Be sure to check with the repository admin first to be sure the feature will fit the intent of the sample. Start by opening an issue in the repository that proposes and describes the feature. The repository admin will respond and may ask for more information. If the admin agrees to the new feature, create the feature and submit a pull request.
29
+
New features are great! Be sure to check with the repository admin first to be sure the feature fits the intent of the sample. Start by opening an issue in the repository that proposes and describes the feature. The repository admin will respond and may ask for more information. If the admin agrees to the new feature, create the feature and submit a pull request.
30
30
31
31
## Contribution guidelines
32
32
33
33
We have some guidelines to help maintain a healthy repo and code for everyone.
34
34
35
35
### The Contribution License Agreement
36
36
37
-
For most contributions, you'll be asked to sign a Contribution License Agreement (CLA). This will happen when you submit a pull request. Microsoft will send a link to the CLA to sign via email. Once you sign the CLA, your pull request can proceed. Read the CLA carefully, because you may need to have your employer sign it.
37
+
For most contributions, we ask you to sign a Contribution License Agreement (CLA). This will happen when you submit a pull request. Microsoft will send a link to the CLA to sign via email. Once you sign the CLA, your pull request can proceed. Read the CLA carefully, because you may need to have your employer sign it.
38
38
39
39
### Code contribution checklist
40
40
41
41
Be sure to satisfy all of the requirements in the following list before submitting a pull request:
42
42
43
43
- Follow the code style that is appropriate for the platform and language in this repo. For example, Android code follows the style conventions found in the [Code Style for Contributors guide](https://source.android.com/source/code-style.html).
44
44
- Test your code.
45
-
- Test the UI thoroughly to be sure nothing has been broken by your change.
46
-
- Keep the size of your code change reasonable. if the repository owner cannot review your code change in 4 hours or less, your pull request may not be reviewed and approved quickly.
45
+
- Test the UI thoroughly to be sure your change hasn't broken anything.
46
+
- Keep the size of your code change reasonable. If the repository owner cannot review your code change in 4 hours or less, your pull request may not be reviewed and approved quickly.
47
47
- Avoid unnecessary changes. The reviewer will check differences between your code and the original code. Whitespace changes are called out along with your code. Be sure your changes will help improve the content.
48
48
49
49
### Submit a pull request to the master branch
@@ -61,13 +61,13 @@ Congratulations, you have successfully contributed to the sample!
61
61
62
62
### Where do I get a Contributor's License Agreement?
63
63
64
-
You will automatically be sent a notice that you need to sign the Contributor's License Agreement (CLA) if your pull request requires one.
64
+
If your pull request requires one, you'll automatically be sent a notice that you need to sign the Contributor's License Agreement (CLA).
65
65
66
66
As a community member, you must sign the CLA before you can contribute large submissions to this project. You only need complete and submit the CLA document once. Carefully review the document. You may be required to have your employer sign the document.
67
67
68
68
### What happens with my contributions?
69
69
70
-
When you submit your changes, via a pull request, our team will be notified and will review your pull request. You will receive notifications about your pull request from GitHub; you may also be notified by someone from our team if we need more information. We reserve the right to edit your submission for legal, style, clarity, or other issues.
70
+
When you submit your changes via a pull request, our team will be notified and will review your pull request. You'll receive notifications about your pull request from GitHub; you may also be notified by someone from our team if we need more information. We reserve the right to edit your submission for legal, style, clarity, or other issues.
71
71
72
72
### Who approves pull requests?
73
73
@@ -80,4 +80,4 @@ We typically review pull requests and respond to issues within 10 business days.
80
80
## More resources
81
81
82
82
- To learn more about Markdown, see [Daring Fireball](http://daringfireball.net/).
83
-
- To learn more about using Git and GitHub, check out the [GitHub Help section](http://help.github.com/).
83
+
- To learn more about using Git and GitHub, check out the [GitHub Help section](http://help.github.com/).
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ This template supports debugging custom functions from [Visual Studio Code](http
12
12
13
13
We'd love to get your feedback about this sample. You can send your feedback to us in the *Issues* section of this repository.
14
14
15
-
Questions about Microsoft Office 365 development in general should be posted to [Stack Overflow](http://stackoverflow.com/questions/tagged/office-js+API). If your question is about the Office JavaScript APIs, make sure it's tagged with [office-js].
15
+
Questions about Office Add-ins development in general should be posted to [Microsoft Q&A](https://docs.microsoft.com/answers/questions/185087/questions-about-office-add-ins.html). If your question is about the Office JavaScript APIs, make sure it's tagged with [office-js-dev].
16
16
17
17
## Join the Microsoft 365 Developer Program
18
18
Get a free sandbox, tools, and other resources you need to build solutions for the Microsoft 365 platform.
0 commit comments