Hacktoberfest 2026:维护者为十月标记出来的 issue,仍然开放、适合新手。 浏览 Hacktoberfest issue

switch to main branch?

未关闭
#3,001 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看

维护者通常 10 天内回复

还没有人认领这个 Issue。

评估

难度
4/5
预计耗时
3-5 天
新手友好度
48/100
Issue 类型
重构
描述清晰度
基本清楚
活跃度
活跃
技术栈
github, github-actions, python

调研方向

搜索 GitHub workflows 和文档中对 develop 分支的引用,然后检查仓库的分支、保护、Pages 和默认分支设置。检查 tuf-conformance 如何选择其分支,并验证它使用的是 main。完成的标准是所有引用和设置都已更新、develop 已删除,并且 conformance 结果仍能正常工作。

由索引模型根据 Issue 内容生成。

描述

The use of "develop" as the default branch is annoying and probably makes life hard for new contributors. We already know switching is not that hard from securesystemslib, so I think we could switch to "main":

  • Update any GH workflows that refer to "develop" branch, update any docs mentioning "develop"
  • change branch related options in GH settings (branch protection rules, Pages, ...)
  • change default branch in GH settings
  • delete develop branch on GH (so that people notice that the branch is missing instead of staying on a stale branch)
  • check that tuf-conformance uses correct branch to get conformance results
主要语言
Python
星标
1.7k
派生
304
平均合并
9 小时 25 分钟
30 天内合并 PR
14

环境准备

从这里开始

  1. 先读完整个 Issue,再读项目的贡献指南。
  2. 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
  3. Fork 仓库,在一个分支上完成修改。
  4. 提交 Pull Request,并在描述里引用这个 Issue 编号。

theupdateframework/python-tuf 的其他 Issue

查看 theupdateframework/python-tuf 的全部 Issue

相似的 Issue

更多 Python Issue

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。