Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 852 Bytes

CONTRIBUTING.md

File metadata and controls

34 lines (23 loc) · 852 Bytes

Contributing

We'd love to accept your patches and contributions to this project. There are just a few small guidelines you need to follow.

Code reviews

All submissions, including submissions by project members, require review. We use GitHub pull requests for this purpose. Consult GitHub Help for more information on using pull requests.

Local Development

Run the front-end lint

You'll need NodeJS installed locally.

npm install
npm test

Coding Guidelines

License header

All source files (including .js, .go, .html, .css) must begin with a comment of the below header:

// Copyright {YEAR} The WPT Dashboard Project. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.