gaussian.dev/README.md

21 lines
728 B
Markdown
Raw Normal View History

2024-05-22 22:55:25 -05:00
Source code for https://gaussian.dev
## Licenses
- Content: CC-BY-SA
- Code: MIT
See [LICENSE](LICENSE) for details.
2025-04-17 11:53:03 -05:00
## Questions/Comments/Contributing
At the time of writing, this project is hosted on a Forgejo instance at
<https://forge.gaussian.dev>. Because Forgejo [doesn't yet][federation-roadmap]
support federated issues/PRs, I am accepting any comments or patches at
`adam@gaussian.dev`. If you want to send a patch and don't know how, a simple
text file attachment with the contents of `git show` will work. However, if
you're already familiar with [`git send-email`], that is also fine with me!
[federation-roadmap]: https://codeberg.org/forgejo-contrib/federation
[`git send-email`]: https://git-send-email.io