By participating to this project, you agree to abide our code of conduct.
zpan
is written in Go.
Prerequisites:
make
- Go 1.17+
Clone notion-md-gen
anywhere:
$ git clone git@github.com:bonaysoft/notion-md-gen.git
Install the build and lint dependencies:
$ make mod
A good way of making sure everything is all right is running the test suite:
$ make test
You can create a branch for your changes and try to build from the source as you go:
$ make build
Which runs all the linters and tests.
Commit messages should be well formatted, and to make that "standardized", we are using Conventional Commits.
You can follow the documentation on their website.
Push your branch to your notion-md-gen
fork and open a pull request against the
master branch.