Code Monkey home page Code Monkey logo

good-first-issue-finder's People

Contributors

alokverma749 avatar amyyalex avatar ananya2001-an avatar aparna201999 avatar arun-kushwaha04 avatar bugitwhisperer avatar cahllagerfeld avatar dharmik48 avatar eddiejaoude avatar emmadawsondev avatar hashfx avatar heysujal avatar hrishi5111998 avatar karlgusta avatar kumarsonsoff3 avatar makifyegin avatar panquesito7 avatar pradumnasaraf avatar prajwalborkar avatar prasarcodes avatar purvi-gupta avatar rahul0x00 avatar rprav-n avatar sarajaoude avatar schmelto avatar shaikmoabdullah avatar skyhero-alt avatar suhaasya avatar tbhaxor avatar xkrishguptaa avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

good-first-issue-finder's Issues

[DOCS] Add PR template

Description

Add PR template for detailed PR

Screenshots

No response

Additional information

I can work on this, if required.

[FEATURE] Add labels to issue templates

Description

For feature request, the label to be added automatically should be - โญ goal: addition
For bug, automatically add the bug label.
For docs, automatically add the documentation label.

Screenshots

No response

Additional information

I can work on this issue.

[FEATURE] Update favicon file format

Description

Update "favicon.png" to "favicon.ico"

I would love to work on this, please assign me.

Screenshots

No response

Additional information

No response

add pagination to issues

query EddieHubIssues($query: String!, $skip: Int!) {
  search(first: $skip, after: null , query: $query, type: ISSUE) {
    issueCount
+     pageInfo {
+     hasNextPage
+     endCursor
    }
    edges {
      node {
        ... on Issue {
          url
          title
          repository {
            name
            owner {
              login
            }
          }
        }
      }
    }
  }
}

### variables

we should add this with an more button below the items, to make sure the footer can be reached properly

detail-page for issue

Do we need a preview/detail page for issues, to get a brief overview over the issue, without having to navigate away from our page?

use token in environment

The current authentication uses a personal access token. To make things easier this should be migrated to use a token in the environment of the server

[FEATURE] Filter and search through languages

Description

We should have a feature of filtering and searching through programming languages, adding this will make it easier to find issues in the specific language.

Screenshots

No response

Additional information

No response

display labels

the labels are returned from the api. They should be displayed

Search Github API

Searchquery: https://api.github.com/search/issues?q=is:issue%20is:open%20label:%22good%20first%20issue%22%20org:EddieHubCommunity

[FEATURE] Display Language of the Project

Description

When displaying the language, the project is written in, its easier for people finding a good issue which is related to their techstack

Screenshots

No response

Additional information

No response

[Discussion] Use GraphQL

With the following Query we could get the data using graphql

query EddieHubIssues($query: String! $skip: Int!) {
  search(first: $skip, query: $query, type: ISSUE) {
    issueCount
    edges {
      node {
        ... on Issue {
          url
          title
          repository {
            name
            owner {
              login
            }
          }
        }
      }
    }
  }
}

### Variables
{
  "query": "is:open label:\"good first issue \" org:EddieHubCommunity no:assignee",
  "skip":10
}

[FEATURE] Add badges to README.md

Description

Add a couple of badges to README.md, for ex: size, closed pr's, closed issues.

Screenshots

No response

Additional information

No response

[FEATURE] Add auto-labels when issue is opened using template

Description

When issue is opened using the template, add auto labels, as following

๐Ÿ› Bug - bug
๐Ÿ“„ Documentation issue - documentation
๐Ÿ’ก General Feature Request - enhancement or feature

It adds a label for the "Other" template already.

Screenshots

No response

Additional information

I would love to work on this if the issue templates were in the .github directory and were in the format yml/yaml, etc. But, I think the templates are hard-coded using Node or something? #61 so I won't be able to help... Sorry

[FEATURE] Dynamic Image On Issue

Description

image

Currently, it is just github logo, could be

  • the pfp of the issue author
  • pfp of the repo owner

Screenshots

No response

Additional information

No response

Make text in footer, just icons

Description

Make text "Discord", "Github" with hyperlinks in footer, icons using font awesome.

Screenshots

No response

Additional information

I may be able to work on this.

please create contributing.md

Description

It would be nice if there is the instruction given to run the project.

Screenshots

No response

Additional information

No response

[FEATURE] Map Response from GraphQL Query

Description

As the query gets more and more complex with new feautres, we should think about mapping the response in the Endpoint to return a object to the Frontend that is much easier to work with

Screenshots

No response

Additional information

No response

[DOCS] CODE OF CONDUCT

Description

Kindly create a CODE_OF_CONDUCT.md file in this repo. CODE_OF_CONDUCT is missing here.
I'll be happy if I'm assigned to do so.

Screenshots

No response

Additional information

No response

pin sveltekit version

As its technically still beta-software, we never know when breaking changes are coming in. Thats why its safer to pin the current version number for now.

add svelte-check

Svelte-Check should run in the Pre-Push hook.
My preferred way of doing this is lint-staged

[OTHER] Use Shields.io

What would you like to share?

Should we use shields.io in the readme?

Additional information

No response

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.