cgi-core
Version:
Lightweight, zero-dependency middleware for hosting CGI scripts with HTTP/1.1 support
8 lines (4 loc) • 447 B
Markdown
## How to contribute to cgi-core
* Acceptable contributions include: backwards compatible bug fixes, RFC 3875 compliance improvements, performance improvements, additional test coverage and e2e tests. Unless they are REALLY good, new features and breaking changes will probably not be accepted.
* Use the same coding style as the rest of the codebase.
* Before sending a pull request, be sure to run the tests against your changes: `npm test`.