Automate OpenRouter API Key Distribution for External Recipe Contributors (#3198)
Co-authored-by: w. ian douglas <ian.douglas@iandouglas.com>
This commit is contained in:
@@ -32,4 +32,5 @@ prompt: |
|
||||
6. If you are on main or master, create a new branch
|
||||
7. If the only chance at this point is the modification to the the
|
||||
README.md, create a new commit
|
||||
8. Clean up after yourself, delete the README.tmp.md after use.
|
||||
8. Clean up after yourself, delete the README.tmp.md after use.
|
||||
|
||||
|
||||
@@ -95,7 +95,7 @@ export default function RecipePage() {
|
||||
Recipes Cookbook
|
||||
</h1>
|
||||
<Button
|
||||
onClick={() => window.open('https://github.com/block/goose/issues/new?template=submit-recipe.yml', '_blank')}
|
||||
onClick={() => window.open('https://github.com/block/goose/blob/main/CONTRIBUTING_RECIPES.md', '_blank')}
|
||||
className="bg-purple-600 hover:bg-purple-700 text-white flex items-center gap-2 cursor-pointer"
|
||||
>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="2" strokeLinecap="round" strokeLinejoin="round">
|
||||
|
||||
Reference in New Issue
Block a user