We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36086ad commit 1baf375Copy full SHA for 1baf375
1 file changed
docs/CONTRIBUTING.md
@@ -19,6 +19,8 @@ After that, follow these steps:
19
20
1. Create a local branch for the issue.
21
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`
24
1. Push your branch into your repository
25
1. Got to github and make it into a pull/merge request
26
1. Go have a cup of wine, as you’ve earned it
0 commit comments