❓ 常见问题(FAQ)
适合谁: 在参与创新过程中有疑问的人
本页面解决什么: 新手和参与者的常见问题
阅读后你能做什么: 快速消除疑问,继续前进
本页面收集了新手在使用 Innovation Playbook 和 GitHub 时最常见的问题。
如果你是第一次使用 GitHub,请放心——这些问题都很正常。
🤔 我完全不会 GitHub,可以参与创新项目吗?
✅ 可以,而且你正是我们希望支持的对象。
你不需要:
- 成为程序员
- 会写代码
- 熟悉 GitHub 的高级功能
你只需要:
- 会阅读文档
- 会点击按钮
- 愿意尝试一个想法
🤔 我需要先学会 GitHub 才能开始吗?
❌ 不需要。
本 Playbook 的设计目标是:
让你在”使用中学会 GitHub”,而不是先学习再开始。
你只需要跟着这些页面走:
🤔 什么是 Repository(Repo)?一定要创建吗?
✅ Repository(Repo)可以理解为:
一个项目的”线上文件夹 + 说明书”
如果你想:
- 记录一个创新想法
- 做一个 PoC / Demo
- 和别人一起协作
👉 那就需要一个 Repo
你不需要一开始就写代码,
Repo 也可以只用来写 README 和记录想法。
🤔 我只是一个想法,还不成熟,可以创建项目吗?
✅ 非常鼓励。
创新项目的正确顺序是:
想法 → 尝试 → 学习 → 再调整
❌ 而不是:
完美方案 → 才敢开始
🤔 使用项目模板是不是会限制我的想法?
❌ 不会。
模板的作用是:
- 帮你少踩坑
- 给你一个起点
- 提供推荐结构
你可以:
- 删除不需要的部分
- 增加你自己的内容
- 随时调整方向
👉 模板是工具,不是规则。
🤔 我创建了页面(.md),但不知道有没有”生效”?
✅ 这是新手最常见的问题。
你只需要记住一件事:
只要你点了 “Commit changes”,页面就已经生效了。
GitHub Pages 会自动把 XXX.md 转换为 XXX.html,你不需要手动生成任何东西。
🤔 为什么我点文件名,和网站看到的不一样?
这是因为两个入口显示的内容不同:
- GitHub 仓库页面 — 显示的是源文件(Markdown 格式)
- GitHub Pages 网站 — 显示的是生成后的网页(带样式和导航)
✅ 正确的访问方式是通过 GitHub Pages 网站链接 访问,而不是直接在仓库里查看源文件。
🤔 我需要给谁看这个 Innovation Playbook?
你可以:
- 发给想参与创新的同事
- 作为 Hackathon / Garage 的入口
- 作为新成员的 onboarding 材料
👉 这是一个“可以直接对外分享”的网站。
🤔 我担心自己做得不对,会不会影响别人?
✅ 不用担心。
- GitHub 会保留历史记录
- 可以随时修改
- 可以回滚
- 创新本身就允许试错
👉 完成 > 完美
✅ 如果我只记住一句话,应该是什么?
不要等”准备好”,现在就开始。
如果你已经:
- 看完了新手入门
- 创建了第一个 Repo
- 写下了你的想法
🎉 那你已经在创新路上了。
❓ Frequently Asked Questions (FAQ)
Who is this for: Anyone with questions about participating in innovation
What this page covers: Common questions from newcomers and participants
What you can do after reading: Clear up doubts quickly and keep moving forward
This page collects the most common questions newcomers have when using the Innovation Playbook and GitHub.
If this is your first time using GitHub, don’t worry — these questions are completely normal.
🤔 I have no GitHub experience at all. Can I still participate in innovation projects?
✅ Yes — and you are exactly the kind of person we want to support.
You don’t need to:
- Be a programmer
- Know how to code
- Be familiar with advanced GitHub features
All you need is to:
- Be able to read documentation
- Be able to click buttons
- Be willing to try out an idea
🤔 Do I need to learn GitHub before I can get started?
❌ No.
This Playbook is designed so that:
You learn GitHub by using it, rather than studying it first.
Just follow these pages:
- Getting Started → Join the organization
- Create a Project → Create a Repo
- Template Guide → Use a template
🤔 What is a Repository (Repo)? Do I have to create one?
✅ A Repository (Repo) is essentially:
An online folder + instruction manual for your project
If you want to:
- Document an innovative idea
- Build a PoC / Demo
- Collaborate with others
👉 Then you need a Repo
You don’t have to write code right away —
a Repo can be used simply to write a README and record your ideas.
🤔 I only have a rough idea that isn’t fully formed. Can I still create a project?
✅ Absolutely — we strongly encourage it.
The right sequence for innovation is:
Idea → Experiment → Learn → Adjust
❌ Not:
Perfect plan → Then dare to start
🤔 Will using a project template limit my creativity?
❌ Not at all.
Templates are designed to:
- Help you avoid common pitfalls
- Give you a starting point
- Provide a recommended structure
You can:
- Remove sections you don’t need
- Add your own content
- Change direction at any time
👉 Templates are tools, not rules.
🤔 I created a page (.md), but I’m not sure if it’s “live”?
✅ This is the most common question from newcomers.
Just remember one thing:
As soon as you click “Commit changes”, your page is live.
GitHub Pages automatically converts XXX.md into XXX.html — you don’t need to manually generate anything.
🤔 Why does the file look different from what I see on the website?
This is because the two entry points display content differently:
- GitHub repository page — shows the source file (in Markdown format)
- GitHub Pages website — shows the rendered web page (with styling and navigation)
✅ The correct way to view your content is through the GitHub Pages website link, not by browsing the source files directly in the repository.
🤔 Who should I share this Innovation Playbook with?
You can:
- Share it with colleagues interested in innovation
- Use it as an entry point for Hackathons / Garage events
- Use it as onboarding material for new team members
👉 This is a website you can share externally, as-is.
🤔 I’m worried I might do something wrong. Could I affect other people’s work?
✅ Don’t worry.
- GitHub keeps a full history of all changes
- You can edit at any time
- You can roll back changes
- Innovation inherently allows for trial and error
👉 Done > Perfect
✅ If I could only remember one thing, what should it be?
Don’t wait until you’re “ready” — start now.
If you have already:
- Finished the Getting Started guide
- Created your first Repo
- Written down your idea
🎉 Then you’re already on the path to innovation.