forked from kuzudb/kuzu
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add issue template for performance optimization category (kuzudb#3535)
* fix the result of OrderByFlatUnflat1 on all platforms * add issue template for performance optimization * rename title prefix * new line
- Loading branch information
Showing
2 changed files
with
30 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
name: Performance optimization suggestion | ||
description: Suggestion a new performance optimization idea for Kùzu | ||
title: "Optimization: " | ||
labels: [performance optimization] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Share a new idea for improving Kùzu's performance. | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Description | ||
description: | | ||
Describe the idea and why it would be useful. | ||
validations: | ||
required: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters