Contributing to Openspace #2
Openspace-ea
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Thank you for your interest in building an open space ecosystem with us. This guide explains how you can participate, report issues, and contribute code to the Openspace Ecosystem Alliance's open-source projects.
本指南中文版见文末「如何参与贡献」部分。
1. Introduction
OSEA open-source projects release satellite operating systems, SDKs and development tools under open licenses (software defaults to Apache-2.0). Every contribution — a typo fix, a new feature, or a question — matters. We welcome developers from all backgrounds and experience levels.
2. Ways to Participate
q-aideasshow-and-tellgeneral3. Reporting an Issue
When opening an issue, please include:
Before creating a new issue, search existing ones to avoid duplicates.
4. Contributing Code
4.1 Fork & Clone
git checkout -b fix/issue-123orfeature/my-feature.4.2 Commit Convention
Use [Conventional Commits](https://www.conventionalcommits.org/):
4.3 Open a Pull Request
Closes #12).5. Review & Merge
6. Code of Conduct
We are committed to a welcoming and respectful community. By participating, you agree to follow the [Code of Conduct](./CODE_OF_CONDUCT.md).
7. License
By contributing, you agree that your contributions are licensed under the project's license (Apache-2.0 by default for OSEA software), and you represent that you are authorized to do so.
如何参与贡献(中文版)
欢迎加入 OSEA 开源生态的建设。本指南介绍你如何参与讨论、提交问题以及为联盟开源项目贡献代码。
1. 简介
OSEA 开源项目以开放许可证(软件默认 Apache-2.0)发布卫星操作系统、SDK 与开发工具。无论是修正一处拼写、新增一个特性,还是提出一个问题,你的每一份贡献都很重要。我们欢迎不同背景与经验水平的开发者。
2. 参与方式
q-aideasshow-and-tellgeneral3. 提交 Issue
提交 Issue 时请尽量包含:
提交前先搜索是否已有相似 Issue,避免重复。
4. 贡献代码
4.1 Fork 与 Clone
git checkout -b fix/issue-123或feature/my-feature。4.2 提交信息规范
推荐使用 [Conventional Commits](https://www.conventionalcommits.org/) 格式:
4.3 提交 Pull Request
Closes #12)。5. 评审与合并
6. 行为准则
我们致力于营造开放、友善、相互尊重的社区氛围。参与即表示同意遵守 行为准则。
7. 许可证
通过提交贡献,你同意你的贡献遵循项目所用许可证(OSEA 软件默认 Apache-2.0),并保证你具备相应授权。
All reactions