Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

Add SIMD field to feature gate issue template #33495

Merged
merged 1 commit into from
Oct 3, 2023
Merged
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
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/2-feature-gate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,14 @@ body:
`solana_sdk::declare_id!()` within the module. Additionally, add an entry to `FEATURE_NAMES` map.

3. Add desired logic to check for and switch on feature availability.
- type: input
id: simd
attributes:
label: SIMD
description: Solana IMprovement Document (SIMD)
placeholder: Link to the https://github.com/solana-foundation/solana-improvement-documents document for this feature
validations:
required: true
- type: textarea
id: description
attributes:
Expand Down