We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b83957b commit 17a825fCopy full SHA for 17a825f
README.md
@@ -134,6 +134,12 @@ Trait (MAJOR)
134
Time: 1.43 seconds, Memory: 5.123 MB
135
```
136
137
+## Contributing
138
+### Adding new rules
139
+* Add the rules to the `docs/Ruleset.md` document
140
+* Run `php scripts/extract-rules-from-ruleset.php` to generate an up to date array to paste in the `Configuration/LevelMapping.php` file
141
+* Update the documentation @ https://github.com/tomzx/php-semver-checker-docs
142
+
143
## License
144
145
The code is licensed under the [MIT license](http://choosealicense.com/licenses/mit/). See [LICENSE](LICENSE).
0 commit comments