Modern type of note creating and share with others How to Contribute 1. Fork the repository to your GitHub account. 2. Clone the forked repository to your local machine. git clone https://github.com/niteshkr100/promptio.git 3. Create a new branch for your changes. git checkout -b feature/your-feature 4. Make your changes, whether they're bug fixes, new features, or improvements. 5. add the change in your branch git add . 6. Commit your changes with descriptive commit messages. git commit -m "Add your descriptive commit message here" git push origin feature/your-feature 7. Open a Pull Request (PR) against the main repository.