Skip to content

Latest commit

 

History

History
109 lines (71 loc) · 2.81 KB

CONTRIBUTING.md

File metadata and controls

109 lines (71 loc) · 2.81 KB

Contributing to w3c-link-validator

🎉 Great to see your interested in contributing! 🎉

The following guidelines are set out for contributing to w3c-link-validator, please read through carefully

Table of Contents

Code of Conduct

Getting Started

Found a bug?

Submitting an Issue

Styleguides

Attributions

License

Code of Conduct

This project and everyone participating in it is govered by our Code of Conduct. By participating, you are expected to upload this code. Please report unacceptable behavior to [email protected].

Getting Started

Coming soon

How it works (crawling algorithm)

Crawling algorithm flowchart

Development Setup

Fork and clone repo

$ git clone https://github.com/<username>/w3c-link-validator.git

Install dependencies

$ npm install

Link to global commands

$ npm link

Run the tests

$ npm run test

Check the code coverage with istanbul. HTML report will be generated to /coverage/lcov-report

$ npm run coverage

Found a bug?

Ensure the bug has not already been reported by searching on GitHub under Issues

Unable to find a issue addressing the problem? Open a new one and follow steps below and template provided.

Submitting an Issue

Coming Soon

Reporting Bugs 👾

Coming Soon

Suggesting Enhancements 💡

Coming Soon

Code Contribution

Coming Soon

Beginner Issues

Coming Soon

Attributions

These contribution guidelines have been adapted from the Atom editor contribution guidelines.

License

MIT © 99XT