Skip to content

Commit

Permalink
add: RF issue template (#2207)
Browse files Browse the repository at this point in the history
* add: RF issue template

* Update and rename retro-funding.md to 8.retro-funding.md

* Update 3.docs_request.yml
  • Loading branch information
ccerv1 authored Sep 25, 2024
1 parent 0e369f1 commit 607482c
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/3.docs_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ body:
- type: textarea
attributes:
label: What is the improvement or update you wish to see?
description: 'Example: I would like to see more examples of how to use the SDK to detect hypercert claim collisions.'
description: 'Example: I would like to see more examples of how to use OSO for data science.'
validations:
required: true
- type: textarea
Expand All @@ -19,6 +19,6 @@ body:
- type: input
attributes:
label: Does the docs page already exist? Please link to it.
description: 'Example: https://hypercerts.org/docs/api-reference/'
description: 'Example: https://docs.opensource.observer/docs/integrate/api'
validations:
required: false
24 changes: 24 additions & 0 deletions .github/ISSUE_TEMPLATE/8.retro-funding.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: 'Retro Funding'
description: A community-submitted issue related to Optimism Retro Funding
title: 'RF: '
assignees: ccerv1
labels: ''
body:
- type: textarea
attributes:
label: What would you like to see?
description: 'A clear and concise description of what you're looking for. Examples: Propose some ideas for impact metrics related to interop; Create a new collection for RF5 projects; Organize a data challenge to rank OP stack dependencies by network importance.'
validations:
required: true
- type: textarea
attributes:
label: Is there any context that might help us understand?
description: 'Any added context or screenshots that might be helpful for us to research and track the issue.'
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

0 comments on commit 607482c

Please sign in to comment.