From 68fafbf7a45d15a7a8798e3cfa6f32319fa98e7e Mon Sep 17 00:00:00 2001 From: Justin Wernick Date: Wed, 7 Jun 2023 21:32:24 +0200 Subject: Added the project's roadmap to the readme file Fix #2 --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index adf21e5..47194fb 100644 --- a/README.md +++ b/README.md @@ -140,6 +140,27 @@ var isSouthAfricanCitizen = saIdParser.parseIsSouthAfricanCitizen(validIdNumber) // isSouthAfricanCitizen === true ``` +## Reporting issues + +Please report any issues on the project's [issue +tracker](https://codeberg.org/worthe-it/south-african-id-parser/issues). + +## Roadmap + +This library is considered to be feature complete, so there are no new planned +features. + +This project is still actively maintained. Reported issues will be addressed, +and dependencies will be kept up to date. + +## Releases + +See [CHANGELOG.md](./CHANGELOG.md) for release notes. + +Releases are also available on +[NPM](https://www.npmjs.com/package/south-african-id-parser) and +[Codeberg](https://codeberg.org/worthe-it/south-african-id-parser/releases). + ## Support If you get value from this project, consider supporting me on -- cgit v1.2.3