Skip to content

Latest commit

 

History

History
33 lines (17 loc) · 1.2 KB

File metadata and controls

33 lines (17 loc) · 1.2 KB

Contributing to Blog Platform using FastAPI

Thank you for considering contributing to the Blog Platform using FastAPI! We appreciate your efforts in making this project better.

Ways to Contribute

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.

Code Contribution Guidelines

  1. Fork the repository and clone it locally.
git clone https://github.com/abinashbordoloi/Blog_Platform-using-FastAPI.git
  1. Create a new branch for your contribution:
git checkout -b feature/your-feature-nameh
  1. Make your changes and ensure that your code follows the project's coding style and conventions.