-
Notifications
You must be signed in to change notification settings - Fork 202
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(docs): contributing guide (#450)
Co-authored-by: Uri Bar <[email protected]> Co-authored-by: Shai Ber <[email protected]>
- Loading branch information
1 parent
b8bcf15
commit ced0242
Showing
7 changed files
with
344 additions
and
312 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,21 @@ | ||
# Wing Examples | ||
|
||
## Structure | ||
This directory contains a collection of Wing examples of the kinds of apps you can build in Wing! Check out the [Wing Contributor's Handbook](../../CONTRIBUTING.md#how-do-i-add-an-example) for a guide on on how to add your own example. | ||
|
||
- `proposed` - not-yet compiling programs to display upcoming features | ||
- `showcase` - Non-trivial usage examples to show the power of Wing | ||
- `tests` - Used to verify the correctness of the toolchain | ||
- `tests/valid` - Should compile without error | ||
- `tests/invalid` - Invalid wing with purposeful compilation errors | ||
The examples in the `tests` directory are examples specifically used for testing the compiler. `tests/valid` are examples that should compile successfully, and `tests/invalid` are examples that should fail. | ||
|
||
The examples in `proposed` are examples that may not yet work in the current version of Wing, but we want to make them work in the future! | ||
|
||
## Examples | ||
|
||
_Add yours here!_ | ||
|
||
<!-- | ||
## Tweet queue | ||
**Source code:** [./tweet-queue.w](./tweet-queue.w) | ||
**Description:** This is a Wing app that lets you get a feed of Twitter search results into a queue. It works by periodically polling the freely available Twitter Standard Search API and sending all new tweets to the queue. | ||
**Author:** [@Octocat](https://github.com/octocat) | ||
--> |
Oops, something went wrong.