Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Contributing to this repository
# Contributing to This Repository

Thank you for contributing to the Web Monetization specification. Your contributions help shape emerging web standards.

## Before you begin
## Before You Begin

- Have you read the [Code of Conduct](https://www.w3.org/policies/code-of-conduct/)?
- Check out the [existing issues](https://github.com/WICG/webmonetization/issues) and see if we [accept contributions](#types-of-contributions) for your type of issue
- (Optional) Join the Community Group and agree to the [W3C Community Contributor License Agreement (CLA)](http://www.w3.org/community/about/agreements/cla/)

## Types of contributions
## Types of Contributions

You can contribute to the Web Monetization specification in several ways.

Expand All @@ -18,7 +18,7 @@ Discussions are where we have conversations about the specification and the broa

If you have questions, new ideas, or want to explore something before opening an issue — [join the discussion](https://github.com/WICG/webmonetization/discussions).

### Proposals & feature requests
### Proposals & Feature Requests

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looking at the README we only use title case on level 1 and level 2 headings. I'd prefer this to be reverted. If you want you can change the "Review Process" further below to match this as well.


If you have an idea for improving the specification or introducing new functionality, open an issue describing your proposal. Please search existing issues first to avoid duplicates, and be clear about the problem you're solving and why it matters.

Expand All @@ -41,7 +41,7 @@ Feel free to fork the repository and create a pull request for changes you think

The team will review your pull request as soon as possible.

## Working in this repository
## Working in This Repository

### Specification development

Expand Down Expand Up @@ -70,7 +70,7 @@ We are using [tidy](https://www.html-tidy.org/) for the specification instead. M

This is a Community Group Draft, so iteration is expected. We only snapshot major versions of the specification — for example, the [2021-03-17 draft](./specification/versions/CG-DRAFT-web-monetization-20210317.html) currently lives in `specification/versions/`.

### Website development
### Website Development

For website development, [see here](https://github.com/WICG/webmonetization#get-set-up)

Expand Down