mirror of
https://github.com/cwinfo/yggdrasil-network.github.io.git
synced 2024-11-08 16:30:27 +00:00
25 lines
1.3 KiB
Markdown
25 lines
1.3 KiB
Markdown
---
|
|
sitemap: true
|
|
tags: dontlink
|
|
---
|
|
|
|
# Developers
|
|
|
|
Yggdrasil is written in Go. All of our source code is [available on GitHub](https://github.com/yggdrasil-network/yggdrasil-go). The codebase is fairly small and easy to navigate.
|
|
|
|
We welcome contributions, either in the form of [Pull Requests](https://github.com/yggdrasil-network/yggdrasil-go/pulls) or [Issues](https://github.com/yggdrasil-network/yggdrasil-go/issues). As this is a largely hobbyist project at this stage, it may take some time for us to get around to reviewing PRs/issues.
|
|
|
|
If you'd like to talk to us about the project or the source code, please join our [Matrix channel](https://matrix.to/#/#yggdrasil:matrix.org).
|
|
|
|
## Platforms
|
|
|
|
Yggdrasil has been tested on a number of platforms (including Linux, Windows, macOS, FreeBSD, OpenBSD and Ubiquiti EdgeRouter). There are also packages available for a number of distributions/platforms.
|
|
|
|
## Build Artifacts
|
|
|
|
Build artifacts from our CI are made available (for 30 days after building) for the following GitHub branches:
|
|
|
|
- [`master`](builds.md) (stable) builds
|
|
- [`develop`](builds-develop.md) (unstable) builds, for testing soon-to-be-released changes
|
|
- [`future`](builds-future.md) (testing) builds, likely to be broken or incompatible with the stable release
|