Thank you for considering contributing to the Blog Platform using FastAPI! We appreciate your efforts in making this project better.
There are several ways you can contribute to the project:
-
Report Issues: If you encounter any bugs or have suggestions for improvements, please create an issue with a clear and concise description.
-
Submit Feature Requests: If you have ideas for new features or enhancements, feel free to create an issue outlining your proposal.
-
Code Contributions: We welcome code contributions to the project. If you would like to contribute code changes, please follow the guidelines below.
- Fork the repository and clone it locally.
git clone https://github.com/abinashbordoloi/Blog_Platform-using-FastAPI.git- Create a new branch for your contribution:
git checkout -b feature/your-feature-nameh- Make your changes and ensure that your code follows the project's coding style and conventions.