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