Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

README.md and CONTRIBUTING.md both cover contributions #21181

Open
foolip opened this issue Jan 15, 2020 · 0 comments
Open

README.md and CONTRIBUTING.md both cover contributions #21181

foolip opened this issue Jan 15, 2020 · 0 comments
Labels

Comments

@foolip
Copy link
Member

foolip commented Jan 15, 2020

README.md says:

Save the Web, Write Some Tests!

Absolutely everyone is welcome to contribute to test development. No
test is too small or too simple, especially if it corresponds to
something for which you've noted an interoperability bug in a browser.

The way to contribute is just as usual:

  • Fork this repository (and make sure you're still relatively in sync
    with it if you forked a while ago).
  • Create a branch for your changes:
    git checkout -b topic.
  • Make your changes.
  • Run ./wpt lint as described above.
  • Commit locally and push that to your repo.
  • Create a pull request based on the above.

CONTRIBUTING.md says:

All contributions are licensed under the terms of the 3-Clause BSD License.

Documentation

See web-platform-tests.org.

Because CONTRIBUTING.md is linked from some GitHub UI, all the information should probably go there and be referenced from README.md.

@foolip foolip added the docs label Jan 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant