mirror of
https://github.com/run-llama/rags.git
synced 2026-06-30 20:57:57 -04:00
[PR #32] Help new contributers by adding CONTRIBUTING.md. #58
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/run-llama/rags/pull/32
Author: @justindhillon
Created: 11/27/2023
Status: 🔄 Open
Base:
main← Head:main📝 Commits (7)
561b820Create CONTRIBUTING.mdbee87adUpdate README.md930cb3cUpdate CONTRIBUTING.md45cb0b3Merge branch 'main' into main248cb02ran make format; make lintc464a0cadded format your code to contributing.mdbc9bfe0fixed numbering📊 Changes
4 files changed (+11 additions, -3 deletions)
View changed files
➕
CONTRIBUTING.md(+10 -0)📝
README.md(+1 -1)📝
agent_utils.py(+0 -1)📝
pages/2_⚙️_RAG_Config.py(+0 -1)📄 Description
CONTRIBUTING.md tells new contributors how to make pull requests. Here is what it looks like:
Contributing
git checkout -b my-new-feature)git commit -am 'Add some feature')git push origin my-new-feature)🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.