UjwalKandi / Issue-Bookmarks

Bookmark Manager to effortlessly organize your favorite articles 📰, websites đŸ’ģ, and tools 🔧 on diverse topics, spanning from data science 📊 to photography 📷. Save links to your preferred websites, articles, videos, and more with ease!
7 stars 1 forks source link
articles awesome-list bookmark-manager bookmarks data-science

Issue-Bookmarks 🔖

List of interesting articles/websites/tools on topics varying from data science to photography.

About

A repository for organizing bookmarks on different topics in the form of Github Issues. This project was inspired by Khuyen Tran's Šī¸ repo, which was originally inspired by this arXivTimes repository on summarizing machine learning papers. The article of this repo can be found here

image

Motivation

Have you ever read an interesting article or have come across a fascinating website and wanted to save it somewhere for future reference or share it with your friends? If you have successfully bookmarked it on your browser, it will be easily forgotten or will be hard to find that particular link in your pile of bookmarks.

Solution

Use this repository as a way to keep track of your favorite sites/articles as well as see what other interesting articles that people are reading.

Why should you Contribute?

Keeping track of articles in this repository comes with multiple benefits:

image

How to Contribute

Format

To contribute an issue, please follow the format listed below:

The general template to be used can be found here. Sample example of an issue can be found here
image

Tips

Ideas for those who make fork, create Issues from origin

  1. Fork repository

  2. Enable Issues in Settings -> Issues

    The steps 1 and 2 need be manual

  3. We need set Personal Access Token (PAT):

    • Your Profile -> Settings
    • Developers -> Personal access token
    • Add new Token (copy for use in Secrets) Make sure set the scopes: repo Ex: Machine Learning Articles Access — repo

    3.1 Settings your Repo:

    • Settings -> Secrets
    • Add a new secret: ACTIONS_SECRET : <paste personal access token generated before>
  4. Create final release: v1.0.0 (Import Issues to the repository)

    • Optional you can create one Project(machine-learning-articles/projects) named Machine Learning Articles (To do , In progress, Done) for manage the Issues

How to

Add image

Adding image can be helpful to know what the article about. Simply copy the address of the image in the website and use ![image description](link to the image) to add image to your issue!