Add SIMD field to feature gate issue template (#33495)

This commit is contained in:
mvines 2023-10-03 09:32:13 -07:00 committed by GitHub
parent c6ee69e0dc
commit 3008cd8ac1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

@ -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: