Skip to content

Commit

Permalink
feat: How to contribute (decentraland#1514)
Browse files Browse the repository at this point in the history
* feat: How to contribute

This PR adds a "how to contribute" section explaining how to contribute to the Marketplace.

Signed-off-by: Lautaro Petaccio <[email protected]>

* fix: Move how to contribute up

Signed-off-by: Lautaro Petaccio <[email protected]>

* Update README.md

Co-authored-by: Gabriel Díaz <[email protected]>
Signed-off-by: Lautaro Petaccio <[email protected]>

* Update README.md

Co-authored-by: Gabriel Díaz <[email protected]>
Signed-off-by: Lautaro Petaccio <[email protected]>

* Update README.md

Co-authored-by: Juanma Hidalgo <[email protected]>
Signed-off-by: Lautaro Petaccio <[email protected]>

---------

Signed-off-by: Lautaro Petaccio <[email protected]>
Co-authored-by: Gabriel Díaz <[email protected]>
Co-authored-by: Juanma Hidalgo <[email protected]>
  • Loading branch information
3 people authored Apr 4, 2023
1 parent a4b1809 commit efdb3cd
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,20 @@ Decentraland's Marketplace

[![Coverage Status](https://coveralls.io/repos/github/decentraland/marketplace/badge.svg?branch=master)](https://coveralls.io/github/decentraland/marketplace?branch=master)

It can be found under [/webapp](https://github.com/decentraland/marketplace/tree/master/webapp).
The Marketplace is a React static site. Its code can be found under the [/webapp](https://github.com/decentraland/marketplace/tree/master/webapp) directory.

## Backend

It can be found under [/indexer](https://github.com/decentraland/marketplace/tree/master/indexer).

## How to contribute
Contributing to the Marketplace is easy, you just need to go through the following process:
1. Look for issues in the [Issues tab](https://github.com/decentraland/marketplace/issues) or create a new one with the proposed changes. We classify issues with the “Enhancement”, “Bug” or “Good first issue” tags. Feel free to check one of those first.
2. Contact team members via the GitHub issue or use the [Code Contribution Discord channel](https://discord.com/channels/417796904760639509/761599704756256778). It’s important to at least check on the issue status before starting.
3. [Set up your GPG key](https://docs.github.com/en/authentication/managing-commit-signature-verification/generating-a-new-gpg-key) and sign all commits in your branch.
4. Read the [testing standards](https://www.notion.so/Testing-standards-46797744fccf4f3eba52335f9866d0eb) and the [coding standards](https://www.notion.so/decentraland/dApps-Standards-760ee6551c9f4c00aa71f7d9c50a7646?pvs=4#eddf8435097543778b8faa2e7fc46c88) to produce code that fits the project standards.
5. Create a PR with the changes, linking the PR to the created issue. If there are visual changes in the PR, attach images.

## Copyright & License

This repository is protected with a standard Apache 2 license. See the terms and conditions in the [LICENSE](https://github.com/decentraland/marketplace/blob/master/LICENSE) file.

0 comments on commit efdb3cd

Please sign in to comment.