Skip to content

Commit b0b1a7a

Browse files
committed
docs: update development section
Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
1 parent 8382b72 commit b0b1a7a

1 file changed

Lines changed: 12 additions & 6 deletions

File tree

README.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -121,12 +121,18 @@ func main() {
121121

122122
## Development
123123

124-
When all coding and testing is done, please run th e test suite:
125-
126-
```bash
127-
./pleasew lint
128-
./pleasew gotest
129-
```
124+
Contributions are welcome! :)
125+
126+
1. Clone the repository
127+
1. Make changes on a new branch
128+
1. Run the test suite:
129+
```bash
130+
./pleasew build
131+
./pleasew test
132+
./pleasew gotest
133+
./pleasew lint
134+
```
135+
1. Commit, push and open a PR
130136

131137

132138
## License

0 commit comments

Comments
 (0)