Files
UserStringProperty/CONTRIBUTING.md
230238001 c54bdebe59 Initial commit: UserStringProperty Rhino plugin
- Rhino 8 C# plugin for managing Block UserString properties
- XML template import with merge modes
- WinForms UI for property editing
- .NET Framework 4.8
2026-05-02 10:18:00 +08:00

991 B
Raw Blame History

贡献指南

欢迎提交 Issue 和 Pull Request

如何贡献

报告问题

发现 Bug 或有新功能想法?请先搜索 Issues 确保不是重复提交,然后按以下格式描述:

  • 问题描述:清晰说明问题或建议
  • 复现步骤:如果是 Bug列出具体步骤
  • 环境信息Rhino 版本、操作系统、.NET SDK 版本

提交代码

  1. Fork 本项目
  2. 创建分支 (git checkout -b feature/your-feature)
  3. 确保代码符合项目风格,编译通过
  4. 提交时请写清楚改动内容和原因
  5. Push 到你的 Fork发起 Pull Request

代码规范

  • C# 代码遵循 C# Coding Conventions
  • 公共方法需有 XML 注释
  • 新功能请附带测试或更新文档

问题解答

如有问题可以在 Discussions 中讨论。