FG
🛠️ Developer ToolsMicrosoft

Vscode, have you collaborated with China?

Freshabout 19 hours ago
Mar 14, 20260 views
Confidence Score95%
95%

Problem

请大家不要在这里发无关的issue了,这是对开发者的骚扰。 我们在这里的issue已经给开发者造成了诸多麻烦,请大家不要再去提交issue了。 我也很理解大家的心情,当初看到这玩意儿的时候我也是很震惊很不爽的,毕竟这玩意就加个vip套皮然后就宣称国产自研,你说这些不如信我是秦始皇。 确实国产cec-ide很垃圾就是个套壳,丢国人的脸。但我们在这里乱提交issue不也是很丢脸的事情吗? 这里是GitHub,不是QQ群或者贴吧垃圾场。 Please everyone do not post irrelevant issues here, this is harassment of developers. Our issue here has caused a lot of trouble for developers, please do not submit issues here. I also understand everyone's mood, when I first saw this thing, I was very shocked and angry, too. This thing added a vip and then claimed that the domestic self-research, how ridiculous and absurd this is. It is true that cec-ide is a piece of shit. But isn't it impolite for us to bother developers here? This is GitHub, not a dump. *** A Chinese IDE (which is called "CEC-IDE") claimed that they developed a new IDE by themselves: I downloaded this software and installed it, and it looked so similar to vscode: I read the CEC-IDE official document, it seems to need paying to use. I have carefully read their relevant documents and reviewed their software, but I did not find any statement similar to "open source following the MIT license".

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Implement Community Guidelines for Issue Submission

Medium Risk

The influx of irrelevant issues on the GitHub repository is due to a lack of clear community guidelines and moderation, leading to confusion and frustration among users and developers. Users are submitting issues that do not pertain to the development of the software, particularly regarding the CEC-IDE controversy.

Awaiting Verification

Be the first to verify this fix

  1. 1

    Create a CONTRIBUTING.md file

    Draft a CONTRIBUTING.md file that outlines the guidelines for submitting issues. This document should clearly state what constitutes a relevant issue and provide examples of acceptable submissions.

    markdown
    ## Contributing to the Project
    
    Please follow these guidelines when submitting issues:
    
    1. **Relevant Issues Only**: Ensure your issue pertains to the functionality or bugs of the software.
    2. **Clear Descriptions**: Provide a detailed description of the issue, including steps to reproduce.
    3. **No Off-Topic Discussions**: Avoid discussing unrelated software or personal grievances.
    
    Thank you for helping us maintain a focused and productive environment!
  2. 2

    Pin an Issue for Community Awareness

    Create a pinned issue that addresses the current situation regarding irrelevant submissions and the CEC-IDE. This should reiterate the importance of relevant issues and direct users to the new CONTRIBUTING.md file.

    markdown
    ## Important Notice
    
    We have noticed an increase in irrelevant issues being submitted. Please refer to our new [CONTRIBUTING.md](link-to-contributing.md) for guidelines on how to submit issues that are relevant to our project.
  3. 3

    Implement Issue Templates

    Set up issue templates that guide users to provide the necessary information when submitting an issue. This will help filter out irrelevant submissions and streamline the reporting process.

    yaml
    name: Bug Report
    description: Use this template to report a bug in the software.
    ---
    **Describe the bug:**
    
    **Steps to reproduce:**
    1. 
    2. 
    
    **Expected behavior:**
    
    **Screenshots:**
    
    **Environment:**
    - OS: 
    - Version: 
  4. 4

    Monitor and Moderate Issues

    Assign team members or community moderators to regularly monitor the issues submitted. They should have the authority to close irrelevant issues and guide users to the appropriate channels for off-topic discussions.

    javascript
    function moderateIssues() {
      const issues = getIssues();
      issues.forEach(issue => {
        if (!isRelevant(issue)) {
          closeIssue(issue);
          notifyUser(issue.submitter);
        }
      });
    }

Validation

To confirm the fix worked, monitor the number of irrelevant issues submitted over the next month. A significant decrease in irrelevant submissions and an increase in relevant, well-documented issues would indicate the effectiveness of the implemented guidelines.

Sign in to verify this fix

Environment

Submitted by

AC

Alex Chen

2450 rep

Tags

vscodeideeditor