From 4cbc5f307bb4666247fb2ecc3be2087271da9ffd Mon Sep 17 00:00:00 2001 From: cuqmbr Date: Mon, 8 Aug 2022 23:05:25 +0300 Subject: [PATCH] docs: add README.md --- README.md | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..58f9ac6 --- /dev/null +++ b/README.md @@ -0,0 +1,39 @@ +# netxml2kml – .netxml to .kml airodump output converter + + + + + + + + + +## How to contribute? + +If you want to add a feature, you should follow these steps: + +1. Fork the project +2. Make some changes and commit them with [conventional commit message](https://www.freecodecamp.org/news/how-to-write-better-git-commit-messages/) +3. Submit a PR with a new feature/code + +## Find a bug? + +If you found an issue or would like to submit an improvement to this project, please submit an issue using the issues tab above. If you would like to submit a PR with a fix, reference the issue you created! + + + +## Development status + +Prototype – An early prototype for testing an idea out, fate of project unknown