- ID de l'analyse :
- 9225287a-777e-4ed2-b4ff-3eec2a66d6f2Terminée
- URL soumise :
- https://makeapullrequest.com/
- Fin du rapport :
Liens : 5 trouvé(s)
Liens sortants identifiés à partir de la page
Lien | texte |
---|---|
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 |
Variables JavaScript : 3 trouvée(s)
Les variables JavaScript globales chargées dans l'objet fenêtre d'une page sont des variables déclarées en dehors des fonctions et accessibles depuis n'importe quel endroit du code au sein du champ d'application actuel
Nom | Type |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
Messages de journal de console : 1 trouvé(s)
Messages consignés dans la console web
Type | Catégorie | Enregistrement |
---|---|---|
error | network |
|
HTML
Le corps HTML de la page en données brutes
<!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>