Skip to content

Latest commit

 

History

History
57 lines (31 loc) · 2.45 KB

01_02_Collaborate-on-ideas.md

File metadata and controls

57 lines (31 loc) · 2.45 KB

Part 1.2: 🗒️ Collaborate on ideas

In this part you will learn and practice how to collaborate on Ideas. The part contains the following topics:

💬 Discussions

image

🗒️ Wikis and 🌐 Pages

GitHub contains a wiki in each repository (see this example). The wiki has a custom header and footer.

image

The wiki supports many different renderers - not only markdown.

image

GitHub pages is a static webpage that can diplay files from the repository as a rendered web page.

image

It can use Jekyll to render markdown files as web pages. See this example that gets rendered as this web site.

✍️ GitHub Issues

  • Pinnes Issues, sort, filter and lables

image

See this issue for more details.

  • Issue templates
  • Nesting Issues
  • Lables and Milestones

🔨 Hands-on: Working with Issues

📆 GitHub Projects

See this example Team backlog as an example.

image

Summary

In this part you've learn and practiced how to collaborate on ideas using GitHub Issues, Discussion, Wikis, Pages and Projects.