Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hrmp channels on template #594

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .github/ISSUE_TEMPLATE/rococo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,14 +62,14 @@ body:
- type: textarea
id: genesis
attributes:
label: Upload your Genesis Head (genesis state) - Do not submit a compressed file.
label: Upload your Genesis Head (genesis state) - Do not submit or link to a compressed file.
placeholder: Drag & drop or upload the genesis file, or provide a link to this file to download
validations:
required: true
- type: textarea
id: wasm
attributes:
label: Upload your Validation Code (genesis runtime Wasm) - Do not submit a compressed file.
label: Upload your Validation Code (genesis runtime Wasm) - Do not submit or link to a compressed file.
placeholder: Drag & drop or upload the Wasm runtime file associated with your genesis
validations:
required: true
Expand All @@ -82,11 +82,11 @@ body:
validations:
required: false
- type: textarea
id: what_else
id: hrmp_channels
attributes:
label: Anything else we should know?
description: Please let the Rococo team know anything else about this request, and details about your
value: So... We want to start a XCM channel with X parachain with Y paraID...
label: HRMP channels?
description: Please, write down the ParaIds of the parachains you would need HRMP channels to be set, if any.
value: 1000,1001,1002...
validations:
required: false
- type: textarea
Expand Down