-
Notifications
You must be signed in to change notification settings - Fork 635
Conversation
@@ -0,0 +1,13 @@ | |||
# Contributing to recipes to Cloudflare Workers | |||
|
|||
👍🎉 First off, thanks for taking the time to contribute! 🎉👍 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd prefer not to use emoji here.
Also the emoji show up as rectangles on my Debian Linux machine.
|
||
## How To Contribute | ||
|
||
We welcome community contribution to this repository. To help add functionality or address issues, please take the following steps: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These instructions are basically "How do make a pull request on Github", but it's hard for the reader to tell that without reading all the steps. Perhaps we could just say "To help add functionality or address issues, create a pull request." -- and then link to some existing guide like https://help.github.com/articles/creating-a-pull-request/ for people who don't know how to do that.
|
||
👍🎉 First off, thanks for taking the time to contribute! 🎉👍 | ||
|
||
## How To Contribute |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This describes the mechanics of contributing, but I think what people will really want to know is: What kind of contributions are we expecting? It's fairly unusual to have a public repository with examples like this, so we should describe our vision for this repository so that people can understand what kind of contributions we're expecting.
fix: update logic to check that global values exist
No description provided.