- ID da verificação
- 9225287a-777e-4ed2-b4ff-3eec2a66d6f2Concluído
- URL enviado:
- https://makeapullrequest.com/
- Relatório concluído:
Ligações · 5 encontradas
As ligações de saída identificadas na página
Hiperligação | Texto |
---|---|
https://kcd.im/pull-request | Click here to learn how! |
https://twitter.com/kentcdodds | @kentcdodds |
https://egghead.io?af=5236ad | egghead.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 encontradas
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 parte do código dentro do âmbito atual
Nome | Tipo |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
Mensagens de registo da consola · 1 encontradas
Mensagens registadas na consola web
Tipo | Categoria | Registo |
---|---|---|
error | network |
|
HTML
O corpo HTML em 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&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>