Skip to content

Commit

Permalink
Update README.md about how to contribute with public PR
Browse files Browse the repository at this point in the history
  • Loading branch information
wdinau authored May 7, 2024
1 parent f9e67f1 commit 0062dac
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,10 @@ The Immutable SDK for Unity helps you integrate your game with Immutable Passpor

## Contributing

If you would like to contribute, please read the following:
Generally, to contribute, fork this repo, create a branch in the forked repo, make the changes with a reasonable description and create a PR against this repository.
See an example contribution [here](https://github.com/immutable/unity-immutable-sdk/pull/182).

- We use the [Conventional Commits specification](https://www.conventionalcommits.org/en/v1.0.0/#specification) when writing our commit messages. Why use Conventional Commits? Read [here](https://www.conventionalcommits.org/en/v1.0.0/#why-use-conventional-commits).
In addition, we use the [Conventional Commits specification](https://www.conventionalcommits.org/en/v1.0.0/#specification) when writing our commit messages. Why use Conventional Commits? Read [here](https://www.conventionalcommits.org/en/v1.0.0/#why-use-conventional-commits).

## Getting Help

Expand Down

0 comments on commit 0062dac

Please sign in to comment.