cmake-init 0.1.0

Initialize CMake project at speed
Documentation
# Contributing

Thank you for your interest in contributing to cmake-init. In this page, I will show you the steps to contribute to cmake-init.

## Prerequisites

Before contributing, ensure you have the following installed:

- Rust and Cargo: You can install them from [rustup.rs]https://rustup.rs/.
- CMake: Make sure you have CMake installed on your system.
- Git: Ensure you have Git installed to clone the repository.
- A code editor or IDE of your choice.

## Steps to Contribute

### Fork the Repository

First, you need to fork this repository to your own account.

### Clone your forked repository

Then, you need to clone your forked repository to your local machine.

### Develop your feature

Now, you can develop your feature.

cmake-init is in the early stage of development, so the code structure may change frequently.

If you have any questions or suggestions, feel free to open an issue in the repository.

### Commit your changes

After you finish your feature, you need to fill a checklist first.
Please put this checklist in your pull request description.

```md
- [ ] I have read the [Contributing]./CONTRIBUTING.md document.
- [ ] I have tested my changes.
```

Then, you can commit your changes, push your changes and create a pull request.