deleolajide / ristorante

Order Pizza by GitHub Issue Forms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Please place your order here 🍕

What is this about?

Recently, GitHub made the Issues forms beta available for all public repositories. It is meant to put structure in place when creating issues, but this also allows a new way of codeless collaborating. Imagine rather than forking, editing a file, create a commit, all you have to do is opening an issue. Check out the Codeless Contributions with GitHub Issue Forms post on my blog to learn more.

This is just an example using the pizza order issue template and github-issue-parser to convert issues into a unified JSON structure.

A real-world example can be found in the awesome-browser-extensions-for-github repository, where submitting a new extension is easy as filling a new issue. A GitHub Actions runs and turns the issue into a code contribution when appliying the label merge.

Now give it a try, and order some 🍕

Orders

  1. @deleolajide orders 4 Large Hawaiian pizza with Mushroom
  2. @deleolajide orders 1 Small Hawaiian pizza with Tomato
  3. @deleolajide orders 1 Regular BBQ Steak pizza with Olives

About

Order Pizza by GitHub Issue Forms


Languages

Language:JavaScript 100.0%