langchain
langchain copied to clipboard
gh: move `CONTRIBUTING.md` inside the `.github/` dir
trafficstars
This PR aims to move the CONTRIBUTING.md file from the root of the directory to the .github/ directory. Github looks for a contribution guideline file in the following order: .github dir > project root > docs dir (source). Moving the file to the .github/ dir leads to a minimal project structure without any functional change.
@hwchase17 Request for Review
@SauravMaheshkar i need to fix one link, but will do that then merge in! thanks for this