diff --git a/README.md b/README.md index 4257fb2..c745073 100644 --- a/README.md +++ b/README.md @@ -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.