Skip to content

Commit

Permalink
Update README.md (#2038)
Browse files Browse the repository at this point in the history
* Update README.md

#2035

* Update README.md

* Update CONTRIBUTING.md
  • Loading branch information
daGscheid authored Sep 4, 2024
1 parent 7fb54e6 commit b7941c7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ After installing the launcher start it up and connect to a server of your choice

## Contribute

Want to get involved? Create a pull request and we'll have a look at it!
Want to get involved?
Please use `npm run format:check` to check the format of your code and `run npm run format` to format your code, before making a pull request.
Push the pull request & we'll have a look at it!

- [Contribution Guidelines](launcher/CONTRIBUTING.md)

Expand Down
7 changes: 4 additions & 3 deletions launcher/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,12 @@ Pull requests will be reviewed/merged ASAP - please follow this steps:
1. Open your [local development environment](#getting-started)
2. Create your feature branch:
- `git checkout -b feat/new-feature`
3. Commit your changes:
3. Use `npm run format:check` to check the format of your code and `run npm run format` to format your code
4. Commit your changes:
- `git commit -m "feat(optional): new feature"`
4. Push the branch:
5. Push the branch:
- `git push origin feat/new-feature`
5. Open a pull request
6. Open a pull request

#### Pull Request Titles

Expand Down

0 comments on commit b7941c7

Please sign in to comment.