File: CONTRIBUTING

package info (click to toggle)
mmseqs2 15-6f452%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 32,584 kB
  • sloc: cpp: 69,531; ansic: 6,548; sh: 2,688; makefile: 88; perl: 32
file content (10 lines) | stat: -rw-r--r-- 529 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
A core strength of TinyExpr is that it is small and simple. This makes it easy
to add new features. However, if we keep adding new features, it'll no longer
be small or simple. In other words, each new feature corrodes away at the core
strength of TinyExpr.

If you want to add a new feature, and you expect me to merge it, please discuss
it with me before you go to that work. Open an issue at
https://github.com/codeplea/tinyexpr and let us know what you're proposing.

Bug fixes are always welcome and appreciated, of course.