Update README.md

This commit is contained in:
Federico Ceratto 2016-04-07 22:30:39 +01:00
parent 716e56e280
commit 583bf4ee5b

View File

@ -28,10 +28,14 @@ optional):
### Requirements
While we really appreciate your contribution, please ensure that you package matches the following requirements: other developers rely on your package. Non-compliant packages might be removed with no warning.
While we really appreciate your contribution, please follow the requirements: other developers will rely on your package. Non-compliant packages might be removed with no warning.
* The URL should work, a .nimble file should be present and the package should be installable
* The package should build correctly with the latest Nim release
* The package should not contain files without a license or in breach of 3rd parties licensing
* Non-mature packages should be flagged as such, especially if they perform security-critical tasks (e.g. encryption)
* If abandoning a package, please tag it as "abandoned".
* If abandoning a package, please tag it as "abandoned"
* Optionally GPG-sign your releases
* Optionally follow [SemVer](http://semver.org
The requirements might change in future.