Skip to content
This repository has been archived by the owner on Oct 6, 2024. It is now read-only.

Commit

Permalink
Update README.zh-cn.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Octopus058 authored Sep 23, 2024
1 parent 4f9afaf commit 54e8365
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions translations/README.zh-cn.md
Original file line number Diff line number Diff line change
@@ -1,36 +1,36 @@
>**NOTE:** _本文件由GPT自动翻译,由 [@octopus058](https://github.com/Octopus058/) 初步校正_
![](../assets/github/social-preview.png)

# 第一个issues
# 简介

**Good First Issues** 帮助您对开源事业做出第一次贡献。从未了解开源的开发人员可以从此快速开始
**Good First Issues** 帮助您对开源事业做出第一次贡献。从未了解过开源的开发人员可以从此快速开始

网站:[good-first-issues.github.io](https://good-first-issues.github.io)

该网站主要针对那些想要为开源软件做出贡献但不知道从哪里或如何开始的开发人员。

开源维护者总是希望让更多人参与进来,但新开发人员普遍认为成为贡献者具有挑战性。 我们相信让开发人员解决超级简单的问题可以消除未来贡献的障碍。 这就是“Good First Issues”存在的原因。
开源维护者总是希望让更多人参与开源事业,但新的开发人员普遍认为这是一件很有挑战性的事。 我们相信让开发人员从解决简单的问题开始可以逐渐消除未来的障碍。 这就是 _Good First Issues_ 存在的原因。

## 添加新项目

欢迎您在*Good First Issues*中添加新项目,只需按照以下步骤操作:
欢迎在*Good First Issues*中添加新项目,只需按照以下步骤操作:

- 为了保持 *Good First Issues* 中的项目质量,请确保您的 GitHub 存储库满足以下标准
- 为了保持 *Good First Issues* 中的项目质量,请确保您的 GitHub 仓库满足以下标准

- 至少有三个问题与Good First Issues标签有关。 默认情况下,该标签已存在于所有存储库中。
- 至少有三个问题与 *Good First Issues* 标签有关。 默认情况下,该标签已存在于所有仓库中

- 包含一个“README.md”,其中包含项目的详细设置说明
- 包含一个README,其中包含项目的详细说明

- 积极维护(最后更新时间短于1个月)

-[repositories.json](https://github.com/gomzyakov/good-first-issue/blob/main/repositories.json) 中添加存储库的路径(格式为“所有者/名称”和字典顺序)。
-[repositories.json](https://github.com/gomzyakov/good-first-issue/blob/main/repositories.json) 中添加仓库的路径(格式为“所有者/名称”和字典顺序)。

- 创建一个新的拉取请求。 请在 PR 描述中添加指向存储库问题页面的链接。 合并拉取请求后,更改将在 [good-first-issues.github.io](https://good-first-issues.github.io) 上生效。

## 工作原理

- *Good First Issues* 是一个使用 [PHP](https://www.php.net)` 生成 HTML 文件的静态网站。
- 我们使用 [GitHub REST API](https://docs.github.com/en/rest)[repositories.json](https://github.com/gomzyakov/good-first 中列出的存储库中获取问题 -issue/blob/main/repositories.json)。
- 我们使用 [GitHub REST API](https://docs.github.com/en/rest)[repositories.json](https://github.com/gomzyakov/good-first 中列出的仓库中获取问题 -issue/blob/main/repositories.json)。
- 为了定期处理问题(每天两次),我们使用 [GitHub Workflow](https://docs.github.com/en/actions/using-workflows)

## 帮助我们
Expand Down

0 comments on commit 54e8365

Please sign in to comment.