# EntityFramework.Docs **Repository Path**: HuWBin/EntityFramework.Docs ## Basic Information - **Project Name**: EntityFramework.Docs - **Description**: Documentation for Entity Framework Core and Entity Framework 6 - **Primary Language**: Unknown - **License**: CC-BY-4.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-11 - **Last Updated**: 2024-06-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Entity Framework Docs This project contains the source for EF Core and EF6 documentation located at [docs.microsoft.com/ef](https://docs.microsoft.com/ef/). Documentation issues for both EF Core and EF6 should be filed in this repo. Product issues (bugs) should be filed in the [EF Core repo](https://github.com/dotnet/efcore) or the [EF6 repo](https://github.com/dotnet/ef6) as appropriate. **We accept pull requests!** ## Fixing typos/spelling/grammar/etc. Consider sending a pull request rather than filing an issue. This can be done entirely from the web: * Find the file to update in this repo and click on it to open ![image](https://user-images.githubusercontent.com/1430078/64454137-10199400-d09f-11e9-9d1a-b7fdca2c518e.png) * Click on the edit button (✏️) to edit in your web browser ![image](https://user-images.githubusercontent.com/1430078/64454321-85856480-d09f-11e9-85a6-1c93bc6611e2.png) * When done, add a title and description, then use the "Create a new branch and start a pull request." option. ![image](https://user-images.githubusercontent.com/1430078/64454455-dac17600-d09f-11e9-922b-0346117011f5.png) (Note that you can also clone this repo and do a GitHub PR in the normal way.) ## Making more substantial changes Pull requests for more substantial changes are also encouraged. However, before submitting a pull request, please [read the CONTRIBUTING guidelines](CONTRIBUTING.md), which include information on how to build the docs locally, as well as style and organizational guidance.