Skip to content

Commit fbe052d

Browse files
authored
Update issue templates
Create a template for adding a new LSH family to the project.
1 parent 88bacce commit fbe052d

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
name: Add new LSH family
3+
about: Request to add a new LSH family to the project
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
**What similarity measure is this hash function for?**
11+
What similarity function does this LSH family apply to?
12+
13+
**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.
15+
16+
**References**
17+
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)