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
Copy file name to clipboardExpand all lines: docs/ide/developer-community-guidelines.md
+17-13Lines changed: 17 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ The Developer Community tracks issues and feature suggestions for Visual Studio.
15
15
16
16
## Submitting problems and suggestions
17
17
18
-
The [Developer Community](https://developercommunity.visualstudio.com/) tracks issues and feature suggestions for Visual Studio.
18
+
The [Visual Studio Developer Community](https://developercommunity.visualstudio.com/) tracks issues and feature suggestions for Visual Studio.
19
19
20
20
### Before submitting an issue
21
21
@@ -29,21 +29,21 @@ If you can't find an existing issue that describes your bug or feature, submit a
29
29
30
30
1. File only one problem or feature request per issue.
31
31
32
-
- Combining multiple problems or feature requests into a single issue makes it harder for us to diagnose, and harder for other users to vote for your issue.
33
-
- Don't add your issue as a comment to an existing issue unless it's for the identical input. Many issues look similar but have different causes, which makes it harder for us to diagnose your issue.
32
+
1. Combining multiple problems or feature requests into a single issue makes it harder for us to diagnose, and harder for other users to vote for your issue.
33
+
2. Don't add your issue as a comment to an existing issue unless it's for the identical input. Many issues look similar but have different causes, which makes it harder for us to diagnose your issue.
34
34
35
35
2. The more information you can provide, the easier it will be for us to reproduce and fix your issue.
36
36
3. Include the following steps with each issue.
37
37
38
-
- Reproducible steps (1... 2... 3...) and what you expected versus what you experienced.
39
-
- Images, animations, or a link to a video. Images and animations illustrate repro-steps but _don't_ replace them.
40
-
- As appropriate, a code snippet that demonstrates the issue or a link to a code repository we can easily pull down onto our machine to recreate the issue.
38
+
1. Reproducible steps (1... 2... 3...) and what you expected versus what you experienced.
39
+
2. Images, animations, or a link to a video. Images and animations illustrate repro-steps but _don't_ replace them.
40
+
3. As appropriate, a code snippet that demonstrates the issue or a link to a code repository we can easily pull down onto our machine to recreate the issue.
41
41
42
42
4. Remember to do the following steps:
43
43
44
-
- Search to see if there exists a duplicate. If so, vote up the existing issue, providing additional comments or clarifications as needed.
45
-
- Recreate the issue after disabling all extensions. If you find the issue is caused by an extension you've installed, file an issue on the extension respectively.
46
-
- Simplify your code around the issue so we can better isolate the problem.
44
+
1. Search to see if there exists a duplicate. If so, vote up the existing issue, providing additional comments or clarifications as needed.
45
+
2. Recreate the issue after disabling all extensions. If you find the issue is caused by an extension you've installed, file an issue on the extension respectively.
46
+
3. Simplify your code around the issue so we can better isolate the problem.
47
47
48
48
Even with issues that include rich details, we may be unable to reproduce the issue and may ask for more information!
49
49
@@ -55,7 +55,7 @@ After you report a problem, states indicate where your submissions are in their
55
55
56
56
When an issue is missing important information, we assign the _Needs More Info_ state. We comment on the issue with the specific information we need, and you'll receive an email notification. If we don't receive the information within seven days, then we send you a reminder. After that, we close the ticket after 14 days of inactivity.
57
57
58
-
### Won't fix Bugs
58
+
### Won't fix bugs
59
59
60
60
We close some bugs if there's a negative cost-benefit balance. For example, if the fix is so complex it risks regressions for many users, fixing may not be a reasonable choice. When we close a bug like this, we'll explain why we do so.
61
61
@@ -85,10 +85,14 @@ Track the progress of your feature suggestion by referencing the [Suggestion sta
85
85
86
86
To keep the conversation clear and transparent, limit discussion to English and keep things relevant to the issue. Be considerate to others and always try to be courteous and professional.
87
87
88
-
For more information, ee the [Microsoft Community Code of Conduct](https://answers.microsoft.com/en-us/page/codeofconduct).
88
+
For more information, see the [Microsoft Community Code of Conduct](https://answers.microsoft.com/page/codeofconduct).
89
89
90
90
Any violations to the discussion etiquette can lead to removal of the comment and eventually banning the user.
91
91
92
-
## Data Privacy
92
+
## Data privacy
93
93
94
-
Comments and replies are publicly visible, but any attached files are privately shared with Microsoft only. This visibility is beneficial because it allows the entire community to see the issues and solutions found by other users. If you're concerned about the privacy of your data or identity, you have options. Read more about [Developer Community data privacy](https://docs.microsoft.com/visualstudio/ide/developer-community-privacy).
94
+
Comments and replies are publicly visible, but any attached files are privately shared with Microsoft only. This visibility is beneficial because it allows the entire community to see the issues and solutions found by other users. If you're concerned about the privacy of your data or identity, you have options. Read more about [Developer Community data privacy](https://docs.microsoft.com/visualstudio/ide/developer-community-privacy).
95
+
96
+
## Next steps
97
+
98
+
Head on over to the [Visual Studio Developer Community](https://developercommunity.visualstudio.com/) to report problems, suggest features, or browse through the existing tickets. Enjoy!
0 commit comments