-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: generalize OP community issue (#2220)
- Loading branch information
Showing
2 changed files
with
22 additions
and
24 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
name: 'OP Collective' | ||
description: A request related to Optimism datasets or Retro Funding metrics | ||
title: 'OP: ' | ||
body: | ||
- type: textarea | ||
attributes: | ||
label: What would you like to see? Please provide a clear and concise description of what you want | ||
description: 'Examples: Propose some ideas for impact metrics related to interop; Create a new collection for Rust packages; Organize a data challenge to rank OP stack dependencies by network importance.' | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Is there any additional context you can share? Feel free to include notes or screenshots that can help us research and track the issue. | ||
description: 'Examples: Summary of notes from a recent community call; Screenshot of a Telegram chat with badgeholders.' | ||
validations: | ||
required: false | ||
- type: input | ||
attributes: | ||
label: Is there a write-up or doc associated with this issue? Please link to it. | ||
description: 'Example: https://www.notion.so/templates/product-spec' | ||
validations: | ||
required: false |
This file was deleted.
Oops, something went wrong.