python / python/python-insider-blog
README instructions for writing blog entries do not work as-is
未关闭
适合新手
还没有人认领这个 Issue。
- 主要语言
- Astro
- 星标
- 32
- 派生
- 12
- 平均合并
- 9 小时 37 分钟
- 30 天内合并 PR
- 9
描述
The README currently says:
You can pull the repo, run
make dev, and edit the page via Keystatic with the nice UI
I did so, and noticed that this had an implicit dependency on Bun. This dependency should be called out.
After installing Bun, I got a different failure due to the astro not being installed:
❯ make dev
bun run dev
$ astro dev
/bin/bash: astro: command not found
error: script "dev" exited with code 127
make: *** [dev] Error 127
This is because, the user needs to do a make install before make dev.
I did end up writing it in Markdown, since I'm familiar with that.
贡献指南
这个仓库没有索引到贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
更新 README 中关于编写博客文章的说明。通过检查 make dev 和 make install 工作流来验证文档中的设置,然后说明必须使用 Bun,并且必须先运行 make install,再运行 make dev;完成的标准是新贡献者能够按照说明操作而不会遇到报告中的错误。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- bun
- 领域
- documentation
- Issue 类型
- 文档
- 难度
- 1/5
- 预计耗时
- 1 小时以内
- 活跃度
- 冷清
- 描述清晰度
- 描述清楚
- 新手友好度
- 78/100