Skip to content

Commit

Permalink
address commment
Browse files Browse the repository at this point in the history
  • Loading branch information
yaooqinn committed Mar 29, 2023
1 parent 4f5106d commit 595a2d3
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .github/ISSUE_TEMPLATE/dependency.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,10 @@ body:
required: true

- type: textarea
id: release_notes
id: changes
attributes:
label: Release Notes
description: Please provide the release notes if any
label: Notable Changes
description: Please provide notable changes, or release notes if any
validations:
required: false

Expand All @@ -101,3 +101,10 @@ body:
options:
- label: Yes. I would be willing to submit a PR with guidance from the Kyuubi community to fix.
- label: No. I cannot submit a PR at this time.

- type: markdown
attributes:
label: Tips For PR Contributors
value: >
After changing the corresponding dependency version and before submitting your pull request,
it is necessary to execute `build/dependency.sh --replace` locally to update `dev/dependencyList`.

0 comments on commit 595a2d3

Please sign in to comment.