Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sagautam5 committed Apr 28, 2024
1 parent 9ce23f9 commit fb2ee1f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Before submitting a pull request:
```
- Make sure contribution align with phpstan standards. You can run following command to ensure this.
```sh
vendor/bin/phpunit analyse --level=9
vendor/bin/phpunit analyse --level=8 src/
```
<!-- - Make sure unit tests are passed on pipeline after your updates. -->
- Check the codebase to ensure that your feature doesn't already exist.
Expand All @@ -57,7 +57,7 @@ Before submitting a pull request:

We have recently added workflow to setup this package with Docker Desktop. You can find guidelines in the following document.

- [Local setup with Docker](https://github.com/sagautam5/local-states-nepal/tree/master/docs/docker/setup.md)
- [Local setup with Docker](./docs/docker/setup.md)

## Requirements

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
FROM sagautam5/localstates_7.4:v1.0
FROM sagautam5/localstates_8.3:v1.0

0 comments on commit fb2ee1f

Please sign in to comment.