Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: removed outdated atom project. #363

Open
wants to merge 1 commit into
base: source
Choose a base branch
from

Conversation

vinugawade
Copy link

Pull Request Description:

This pull request aims to address issue #362 by removing an outdated project entry from the project suggestions list.

Proposed Changes:

  • Removed the outdated Atom project from the list of project suggestions.

Upon reviewing the listOfProjects.js file, I noticed that the Atom project no longer receives significant updates and is not actively maintained. Therefore, it is advisable to remove it from the project suggestions to provide contributors with up-to-date recommendations.

This pull request removes the following entry from the list:

  {
    name: "atom",
    imageSrc:
      "https://upload.wikimedia.org/wikipedia/commons/e/e2/Atom_1.0_icon.png",
    projectLink: "https://github.com/atom/atom/",
    description: "A customizable text editor built on electron.",
    tags: [
      "Atom",
      "Editor",
      "Javascript",
      "Electron",
      "Windows",
      "Linux",
      "Macos",
    ],
  },

Considering the lack of recent updates, this removal will help maintain the accuracy and relevancy of the project suggestions list, ensuring that contributors find actively maintained projects.

I kindly request a thorough review of this pull request to verify the changes and merge them into the main branch to enhance the quality of the project suggestions.

Thank you for your attention!

Addresses: #362

@vinugawade
Copy link
Author

Hi @Roshanjossey,

I would like to bring your attention to my pull request, which addresses issue #362. I have made the necessary changes to remove the outdated Atom project from the project suggestions list.

Could you kindly review and merge the pull request? Your feedback and suggestions are highly appreciated.

Thank you for your time and assistance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant