https://makeapullrequest.com/

ID da verificação
9225287a-777e-4ed2-b4ff-3eec2a66d6f2Concluído
URL enviado:
https://makeapullrequest.com/
Relatório concluído:

Os links de saída identificados na página

LinkTexto
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

Variáveis JavaScript · 3 encontrada(s)

Variáveis JavaScript globais carregadas no objeto janela de uma página são variáveis declaradas fora das funções e acessíveis de qualquer lugar no código dentro do escopo atual

NomeTipo
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject

Mensagens de registro do console · 1 encontrada(s)

Mensagens registradas no console web

TipoCategoriaLog
errornetwork
URL
https://makeapullrequest.com/favicon.ico
Texto
Failed to load resource: the server responded with a status of 404 ()

HTML

O corpo HTML bruto da página

<!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>