All Projects → haxzie-xx → GitMe

haxzie-xx / GitMe

Licence: MIT license
A fun workshop exercise for taking first steps on submiting a Pull Request on GitHub

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to GitMe

Probot Gpg
A GitHub App that enforces GPG signatures on pull requests (no longer maintained)
Stars: ✭ 13 (-18.75%)
Mutual labels:  probot
Lightkeeper
Run Lighthouse tests in Pull Requests for multiple URLs with custom budgets
Stars: ✭ 83 (+418.75%)
Mutual labels:  probot
Commitlint Bot
[NOT MAINTAINED] use https://github.com/apps/semantic-pull-requests
Stars: ✭ 157 (+881.25%)
Mutual labels:  probot
Probot Conventional Release
A GitHub App built with Probot that creates GitHub Release following Conventional Commits
Stars: ✭ 48 (+200%)
Mutual labels:  probot
Adapter Aws Lambda Serverless
An extension for running Probot on Lambda
Stars: ✭ 67 (+318.75%)
Mutual labels:  probot
Figma Diff Probot
Probot using figma api to comment on PRs with before after images
Stars: ✭ 101 (+531.25%)
Mutual labels:  probot
Template
Template for new Probot apps
Stars: ✭ 24 (+50%)
Mutual labels:  probot
Pull
🤖 Keep your forks up-to-date via automated PRs
Stars: ✭ 3,364 (+20925%)
Mutual labels:  probot
Dep
[DEPRECATED] Use https://github.com/z0al/dependent-issues instead
Stars: ✭ 69 (+331.25%)
Mutual labels:  probot
Create Probot App
🤖📦 Create a new probot app
Stars: ✭ 153 (+856.25%)
Mutual labels:  probot
Eslint Github Bot
Plugin-based GitHub bot for ESLint
Stars: ✭ 50 (+212.5%)
Mutual labels:  probot
Trop
automate the backporting process
Stars: ✭ 59 (+268.75%)
Mutual labels:  probot
Welcome
A probot app that welcome new users
Stars: ✭ 132 (+725%)
Mutual labels:  probot
Invite Contributors
automatically invite authors of merged pull requests to your organization
Stars: ✭ 30 (+87.5%)
Mutual labels:  probot
Gh Polls Bot
Automatically create polls in GitHub issues.
Stars: ✭ 187 (+1068.75%)
Mutual labels:  probot
Attachments
A Probot extension to add message attachments to comments on GitHub
Stars: ✭ 13 (-18.75%)
Mutual labels:  probot
Request Info
Requests more info from PRs/Issues with either the default title or a blank body
Stars: ✭ 89 (+456.25%)
Mutual labels:  probot
First Timers Bot
A friendly bot that helps onboarding new Open Source Contributors
Stars: ✭ 239 (+1393.75%)
Mutual labels:  probot
Weekly Digest
Weekly summary of activity on your GitHub repository 📆
Stars: ✭ 199 (+1143.75%)
Mutual labels:  probot
Auto Assign
🤖 A Probot app that adds reviewers to pull requests when pull requests are opened.
Stars: ✭ 140 (+775%)
Mutual labels:  probot

Hello Developers 👋

Let's help you submit your first pull request

follow the instructions here to get started.

Setting up the project for development

Make sure you have latest version of Node and NPM installed.

  • Install GatsbyCLI globally. Refer the Gatsby Docs for information regarding the framework.
    npm install --global gatsby-cli
  • Fork and Clone the repository
    git clone https://github.com/YOUR_USERNAME/GitMe
  • Install all the node dependencies
    cd GitMe
    npm install
  • Run the app in development mode
    gatsby develop
    
  • for Build
    gatsby build
    

Deploy

Deploy to Netlify

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].