diff --git a/README.md b/README.md index cfb4b36..a4d6bb3 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,6 @@ Welcome to **School Planner**, a comprehensive tool designed to help manage clas - [Introduction](#introduction) - [Features](#features) - [Installation](#installation) -- [Usage](#usage) - [Statistics](#statistics) - [Contributing](#contributing) - [License](#license) @@ -59,3 +58,21 @@ To get started with **School Planner**, follow these simple installation steps: ```bash uvicorn main:app --reload --host 0.0.0.0 + +## Commit Statistics 📈 + +- **Last Commits**: ![Last Commit Badge](https://img.shields.io/gitea/last-commit/jasper/schoolplanner?gitea_url=https%3A%2F%2Fgitea.grevsmuehl.org%2F) + +## Contributing 🌱 + +We welcome contributions from the community! To contribute to **School Planner**, follow these steps: + +1. Fork the repository. +2. Create a new branch (`git checkout -b feature-name`). +3. Make your changes and commit (`git commit -am 'Add new feature'`). +4. Push to the branch (`git push origin feature-name`). +5. Create a pull request to the main branch. + +## License 📝 + +**School Planner** is licensed under the MIT License. See the [LICENSE](LICENSE) file for more details.