https://makeapullrequest.com/

제출된 URL:
https://makeapullrequest.com/
보고서 완료:

링크 · 5개 결과

페이지에서 식별된 외부 링크

링크텍스트
https://kcd.im/pull-request Click here to learn how!
https://twitter.com/kentcdodds@kentcdodds
https://egghead.io?af=5236adegghead.io
https://egghead.io/lessons/javascript-how-to-write-a-javascript-library-adding-badges-to-your-readme?series=how-to-write-an-open-source-javascript-library&af=5236ad Add the badge to your project!
https://github.com/blog/1184-contributing-guidelines CONTRIBUTING.md

JavaScript 변수 · 3개 결과

페이지의 창 개체에 로드된 전역 JavaScript 변수는 함수 외부에서 선언된 변수로, 현재 범위 내에서 코드의 어느 부분에서나 액세스할 수 있습니다

이름유형
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject

콘솔 로그 메시지 · 1개 결과

웹 콘솔에 기록된 메시지

유형카테고리로그
errornetwork
URL
https://makeapullrequest.com/favicon.ico
텍스트
Failed to load resource: the server responded with a status of 404 ()

HTML

페이지의 원시 HTML 본문

<!DOCTYPE html><html><head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width">
    <title>Make a Pull Request</title>
    <style>
      body {
        margin: 0 auto;
        text-align: center;
        max-width: 600px;
        font-family: sans-serif;
        padding: 0 1em;
      }
      code {
        background: #eee;
        padding: .5em 1em;
        display: block;
        margin: 1em 0;
        text-align: left;
      }
    </style>
  </head>
  <body>
    <h1>Make a Pull Request</h1>
    <img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square" height="20px">
    <h2>
      <a href="https://kcd.im/pull-request">
        Click here to learn how!
      </a>
    </h2>
    <p>
      Hello! You've probably landed here because a project maintainer linked you here encouraging
      you to try your hand at contributing to the project.
    </p>
    <p>
      We know that this isn't always the easiest thing to do.
      So, <a href="https://twitter.com/kentcdodds">@kentcdodds</a>
      created a <strong>free</strong> series on <a href="https://egghead.io?af=5236ad">egghead.io</a>
      to help you out!
    </p>
    <p>
      So if you want to contribute to an open source project, don't delay!
    </p>
    <img src="octocat.png">
    <hr>
    <h2>
      <a href="https://egghead.io/lessons/javascript-how-to-write-a-javascript-library-adding-badges-to-your-readme?series=how-to-write-an-open-source-javascript-library&amp;af=5236ad">
        Add the badge to your project!
      </a>
    </h2>
    <p>Add this markdown to your README:
    <code>
      [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](https://makeapullrequest.com)
    </code>
    </p><hr>
    <h2>
      Add this to your
      <a href="https://github.com/blog/1184-contributing-guidelines">
        CONTRIBUTING.md
      </a>
    </h2>
    <code>
      **Working on your first Pull Request?** You can learn how from this *free* series [How to Contribute to an Open Source Project on GitHub](https://kcd.im/pull-request)
    </code>
  


</body></html>