Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,7 @@ For more information on security best practices, see our [Security Guide](docs/s
- **Questions, ideas, and general discussion** → [GitHub Discussions](https://github.com/mofa-org/mofa/discussions)
- **Security vulnerabilities** → Do **not** open a public issue. Email the maintainers directly (see [SECURITY.md](SECURITY.md)).
- **Community chat** → [Discord](https://discord.com/invite/hKJZzDMMm9)
- If the invite appears expired, ask in Discussions for the latest invite link.

---

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -452,6 +452,7 @@ MoFA is participating in **Google Summer of Code 2026** as a first-time organiza

- GitHub Discussions: [https://github.com/mofa-org/mofa/discussions](https://github.com/mofa-org/mofa/discussions)
- Discord: [https://discord.com/invite/hKJZzDMMm9](https://discord.com/invite/hKJZzDMMm9)
- If the Discord invite appears expired, open a thread in Discussions and maintainers will share a refreshed invite.

## Star History

Expand Down
3 changes: 2 additions & 1 deletion README_cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -378,8 +378,9 @@ export MOFA_BIN=/absolute/path/to/mofa

## 社区

- GitHub Issues: [https://github.com/mofa-org/mofa/discussions](https://github.com/mofa-org/mofa/discussions)
- GitHub Discussions: [https://github.com/mofa-org/mofa/discussions](https://github.com/mofa-org/mofa/discussions)
- Discord: [https://discord.com/invite/hKJZzDMMm9](https://discord.com/invite/hKJZzDMMm9)
- 若 Discord 邀请链接失效,请在 Discussions 发帖,维护者会提供最新邀请链接。

## 星标历史

Expand Down
2 changes: 1 addition & 1 deletion docs/QuickStart.md
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ For a full list see [examples/README.md](../examples/README.md).
| Write a Rhai runtime plugin | `examples/rhai_scripting/` |
| Build a WASM plugin | `examples/wasm_plugin/` |
| Contribute a fix or feature | [CONTRIBUTING.md](../CONTRIBUTING.md) |
| Ask a question | [GitHub Discussions](https://github.com/mofa-org/mofa/discussions) · [Discord](https://discord.com/invite/hKJZzDMMm9) |
| Ask a question | [GitHub Discussions](https://github.com/mofa-org/mofa/discussions) · [Discord](https://discord.com/invite/hKJZzDMMm9) (if invite fails, ask in Discussions) |

---

Expand Down
Loading