66626826d2f2e0f16c6138beb1022c69cc4b3f3b
[platform/framework/web/crosswalk-tizen.git] /
1 # Contribute to fast-levenshtein
2
3 This guide guidelines for those wishing to contribute to fast-levenshtein.
4
5 ## Contributor license agreement
6
7 By submitting code as an individual or as an entity you agree that your code is [licensed the same as fast-levenshtein](https://github.com/hiddentao/fast-levenshtein/blob/master/LICENSE.md).
8
9 ## Issues and pull requests
10
11 Issues and merge requests should be in English and contain appropriate language for audiences of all ages.
12
13 We will only accept a merge requests which meets the following criteria:
14
15 * Includes proper tests and all tests pass (unless it contains a test exposing a bug in existing code)
16 * Can be merged without problems (if not please use: `git rebase master`)
17 * Does not break any existing functionality
18 * Fixes one specific issue or implements one specific feature (do not combine things, send separate merge requests if needed)
19 * Keeps the code base clean and well structured
20 * Contains functionality we think other users will benefit from too
21 * Doesn't add unnessecary configuration options since they complicate future changes
22