Generate a Markdown file of Code of Conduct for your Go project.
go get github.com/joshuabezaleel/covgen
In the root of your Go project folder:
covgen --email <your_email_address> --version <1.4/2.0>
You can leave the version empty and it will default to the latest version which is 2.0.
The code of conduct in this repository was generated with covenant generator.
This project is highly inspired by the kind efforts of simonv3's covenant-generator, @bitandbang's tweet, and swyx's blogpost.