Skip to content

Commit 1fb8a88

Browse files
authored
Update issue templates
1 parent e9cc88e commit 1fb8a88

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/ISSUE_TEMPLATE/add-new-lsh-family.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,11 @@ assignees: ''
1111
What similarity function does this LSH family apply to?
1212

1313
**Describe the hash function**
14-
Go in more depth on the hash function. If your LSH family is for a similarity function that's already supported by this package, you should describe any features or advantages it has that would make it better than (or a useful alternative to) the existing LSH family that's supported by this package.
14+
Provide more information about the hash function you would like to see added. Examples of potentially useful information are
15+
- how it's computed, if you can describe or summarize it succinctly
16+
- its time complexity
17+
- its hash collision probability
18+
- If it's a hash function for a similarity that already has an LSH family in the module, describe its advantages and disadvantages compared to the existing LSH family.
1519

1620
**References**
1721
Please provide references that describe the hash function family. You can also add links to other concepts (e.g. the similarity function that the LSH family applies to) if you think it'd help us determine whether or not to add the LSH family to the package.

0 commit comments

Comments
 (0)