Skip to content

Commit 1baf375

Browse files
committed
docs/CONTRIBUTING.md: Add build and check steps
Make the developer's life more easy by writing the relevant `make` commands.
1 parent 36086ad commit 1baf375

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docs/CONTRIBUTING.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ After that, follow these steps:
1919

2020
1. Create a local branch for the issue.
2121
1. Edit the relevant files in the branch
22+
1. Check if the code builds with `make buid`
23+
1. Check if all the tests pass with `make check`
2224
1. Push your branch into your repository
2325
1. Got to github and make it into a pull/merge request
2426
1. Go have a cup of wine, as you’ve earned it

0 commit comments

Comments
 (0)