XFE Git
XFE Studio Git
Git 首页 全局搜索
XFE 主站 文档 NuGet

XFESpaceNinjaServer

A simple server for a small space ninja game

公开
关注 0 Fork 0 Star 0
返回提交历史

XFEstudio/XFESpaceNinjaServer

chore: add "project status" section to readme (#1166)

Explicitly pointing out the issue tracking should give people a better idea of the project and allow them to set expectations accordingly. Reviewed-on: https://onlyg.it/OpenWF/SpaceNinjaServer/pulls/1166

516df616
Sainan <sainan@calamity.inc>
提交于

代码差异

1 个文件 +5 -2
Modified README.md +5 -2
@@ -2,8 +2,11 @@
2 2
3 3 More information for the moment here: [https://discord.gg/PNNZ3asUuY](https://discord.gg/PNNZ3asUuY)
4 4
5 >[!NOTE]
6 >Development of this project currently happens on <https://onlyg.it/OpenWF/SpaceNinjaServer>. If that's not the site you're on, you're looking at a one-way mirror.
5 ## Project Status
6
7 This project is in active development at <https://onlyg.it/OpenWF/SpaceNinjaServer>.
8
9 To get an idea of what functionality you can expect to be missing [have a look through the issues](https://onlyg.it/OpenWF/SpaceNinjaServer/issues?q=&type=all&state=open&labels=-4%2C-10&milestone=0&assignee=0&poster=). However, many things have been implemented and *should* work as expected. Please open an issue for anything where that's not the case and/or the server is reporting errors.
7 10
8 11 ## config.json
9 12