diff --git a/.github/ISSUE_TEMPLATE/dependency.md b/.github/ISSUE_TEMPLATE/dependency.md index 9cad8b7..b4d553e 100644 --- a/.github/ISSUE_TEMPLATE/dependency.md +++ b/.github/ISSUE_TEMPLATE/dependency.md @@ -10,9 +10,9 @@ assignees: '' For a Gradle dependency: 1. Update the dependency version in the root `gradle.properties` 1. Update the dependency locks - - - + 1. For Gradle plugins: `./gradlew dependencies --write-locks` + 1. For Gradle dependencies: `./gradlew resolveAll --write-locks` +1. Verify no unexpected entries appear in the lockfiles. _A supply chain attack could occur during this stage. The lockfile narrows the supply chain attack window to this very moment (as opposed to every time a build occurs)_. 1. Are there any new APIs or possible migrations for this dependency? For Gradle itself: diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md index 962d225..9dd392b 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.md +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -1,6 +1,6 @@ --- name: Feature request -about: Suggest an idea for the Secant wallet. +about: Suggest an idea for Kotlin BIP-39. title: '' labels: 'use case' assignees: ''