Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
8262a30
docs: add Zboard overview
kovawx Jul 31, 2026
761976a
docs: add Zboard guide index
kovawx Jul 31, 2026
55c1a3e
docs: add Zboard deployment guide
kovawx Jul 31, 2026
a22d687
docs: add Zboard setup guide
kovawx Jul 31, 2026
a1e24df
docs: add Zboard node management guide
kovawx Jul 31, 2026
fff0824
docs: add Zboard troubleshooting guide
kovawx Jul 31, 2026
4f852f7
docs: add Zboard contribution guide
kovawx Jul 31, 2026
648e2ef
docs: register Zboard navigation
kovawx Jul 31, 2026
b5801c6
docs: register Zboard project
kovawx Jul 31, 2026
079e029
docs: clarify release deployment source
kovawx Jul 31, 2026
39d2377
feat: Add MIT License to the project
kovawx Jul 31, 2026
cbe0114
feat: Revise README for ZeroDeNet documentation updates
kovawx Jul 31, 2026
717ae5a
docs(core): document proxy and urltest behavior
kovawx Aug 4, 2026
03cee78
docs(znet-sink): document proxy and probe behavior
kovawx Aug 4, 2026
520a206
docs(zboard): add protocol service guide
kovawx Aug 4, 2026
d4adb58
docs(zboard): add subscription and traffic guide
kovawx Aug 4, 2026
1843d39
docs(zboard): add dns and certificate guide
kovawx Aug 4, 2026
fa1f030
docs(core): link recent runtime behavior guide
kovawx Aug 4, 2026
63c3bb6
docs(znet-sink): update guide index
kovawx Aug 4, 2026
18cad6b
docs(znet-sink): refresh feature overview
kovawx Aug 4, 2026
82d60f5
docs(znet-sink): update subscription behavior
kovawx Aug 4, 2026
68e7b40
docs(znet-sink): expand troubleshooting
kovawx Aug 4, 2026
e67f4cc
docs(zboard): expand guide index
kovawx Aug 4, 2026
ee79dbb
docs(zboard): refresh project overview
kovawx Aug 4, 2026
80d36ba
docs(zboard): expand node management workflow
kovawx Aug 4, 2026
1ccd1bd
docs(zboard): expand troubleshooting
kovawx Aug 4, 2026
2b712f3
docs: expose recent project guides in navigation
kovawx Aug 4, 2026
3db5240
docs(core): add proxy guide to guide index
kovawx Aug 4, 2026
0224205
docs(zboard): keep project links within scope
kovawx Aug 4, 2026
73b2535
docs(core): sync sealed compatibility matrix
kovawx Aug 4, 2026
bf36153
docs: sync prerelease repository contracts
kovawx Aug 9, 2026
38ab821
docs: add ZeroDeNet community entry points
kovawx Aug 11, 2026
070406b
chore: route community conversations from issues
kovawx Aug 11, 2026
b163502
chore: add discussion forms and English README
kovawx Aug 12, 2026
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
67 changes: 67 additions & 0 deletions .github/DISCUSSION_TEMPLATE/development.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
body:
- type: markdown
attributes:
value: |
Use this category for technical design and implementation discussion that is more concrete than an early idea but not yet ready to become an Issue or Pull Request.

- type: dropdown
id: project
attributes:
label: Project
description: Which project or integration is this discussion about?
options:
- Zero Core
- ZNet Sink
- Zboard
- Documentation
- Cross-project / Integration
validations:
required: true

- type: textarea
id: background
attributes:
label: Background
description: Describe the current behavior, technical context, and why this needs discussion.
validations:
required: true

- type: textarea
id: constraints
attributes:
label: Constraints
description: List relevant compatibility, platform, protocol, operational, or product constraints.

- type: textarea
id: design
attributes:
label: Proposed design
description: Describe the proposed approach, responsibilities, and expected behavior.
validations:
required: true

- type: textarea
id: interfaces
attributes:
label: API / data model / configuration
description: Include relevant interfaces, schemas, configuration examples, or data-flow details when applicable.

- type: dropdown
id: compatibility
attributes:
label: Compatibility / migration
description: What compatibility impact does this design have?
options:
- No compatibility impact expected
- Backward-compatible change
- Migration may be required
- Breaking change
- Unsure
validations:
required: true

- type: textarea
id: open_questions
attributes:
label: Open questions
description: List decisions or trade-offs that still need discussion.
62 changes: 62 additions & 0 deletions .github/DISCUSSION_TEMPLATE/ideas.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
body:
- type: markdown
attributes:
value: |
Use this category for ideas that still benefit from discussion. Once the scope is concrete and actionable, follow-up work can move to the relevant project's Issue tracker.

- type: dropdown
id: project
attributes:
label: Project
description: Which project or area would this idea affect?
options:
- Zero Core
- ZNet Sink
- Zboard
- Documentation
- Cross-project / Community
validations:
required: true

- type: textarea
id: problem
attributes:
label: Problem
description: What problem, limitation, or opportunity are you trying to address?
placeholder: Describe the user or developer problem before describing the solution.
validations:
required: true

- type: textarea
id: proposal
attributes:
label: Proposal
description: Describe the behavior or capability you would like to see.
validations:
required: true

- type: textarea
id: alternatives
attributes:
label: Alternatives considered
description: What other approaches, workarounds, or existing solutions have you considered?

- type: dropdown
id: compatibility
attributes:
label: Compatibility impact
description: What kind of compatibility impact do you expect, if any?
options:
- None expected
- Backward-compatible change
- Behavior change
- Breaking change
- Unsure
validations:
required: true

- type: textarea
id: context
attributes:
label: Additional context
description: Add references, examples, screenshots, related discussions, or other useful context.
54 changes: 54 additions & 0 deletions .github/DISCUSSION_TEMPLATE/q-a.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
body:
- type: markdown
attributes:
value: |
Ask a focused question about using ZeroDeNet projects. Search existing discussions first. For a reproducible bug or a concrete implementation task, use the corresponding project's Issue tracker instead.

- type: dropdown
id: project
attributes:
label: Project
description: Which project is this question about?
options:
- Zero Core
- ZNet Sink
- Zboard
- Documentation
- Cross-project / Other
validations:
required: true

- type: input
id: version
attributes:
label: Version
description: Relevant release, build, commit, or branch, if known.
placeholder: e.g. 0.0.16-rc.4, develop, or commit SHA

- type: input
id: environment
attributes:
label: Environment
description: Relevant operating system, platform, deployment, or runtime details.
placeholder: e.g. Windows 11, Ubuntu 24.04, Docker, self-hosted

- type: textarea
id: question
attributes:
label: Question
description: Describe what you are trying to do and where you are blocked.
placeholder: Include the expected result and the behavior you are seeing.
validations:
required: true

- type: textarea
id: attempts
attributes:
label: What have you tried?
description: Share the approaches, configuration changes, or documentation you have already checked.

- type: textarea
id: context
attributes:
label: Logs / configuration / additional context
description: Add only the details needed to understand the question. Remove tokens, credentials, subscription URLs, and other secrets before posting.
9 changes: 8 additions & 1 deletion .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1 +1,8 @@
blank_issues_enabled: true
blank_issues_enabled: false
contact_links:
- name: GitHub Discussions
url: https://github.com/orgs/zerodenet/discussions
about: 使用交流、问答、想法建议与开发讨论请在这里发起。
- name: Telegram
url: https://t.me/zerodenet
about: 加入 ZeroDeNet Telegram 群组进行即时交流。
21 changes: 21 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2026 Zero Network Org

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Loading
Loading