Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 1.02 KB

File metadata and controls

27 lines (18 loc) · 1.02 KB

Contributing

Open a GitHub issue to report issues and suggest features. Try running with --verbosity debug or --verbosity trace and pasting the log into your issue.

Contributing code

Learn how to contribute code by following GitHub's contributing to a project guide.

Verify your code passes tests by running the cargo commands listed in /other/pre-push.

Running a server

Want to add your own server to the list of default servers? Read the instructions in /gday_server/README.md.

Technical

release.yml is automatically generated by cargo dist.

Dependency graph is generated by cargo depgraph --workspace-only | dot -Tpng > other/dependency_graph.png