[PR #32] Help new contributers by adding CONTRIBUTING.md. #58

Open
opened 2026-02-16 00:15:23 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/run-llama/rags/pull/32
Author: @justindhillon
Created: 11/27/2023
Status: 🔄 Open

Base: mainHead: main


📝 Commits (7)

📊 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

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/run-llama/rags/pull/32 **Author:** [@justindhillon](https://github.com/justindhillon) **Created:** 11/27/2023 **Status:** 🔄 Open **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (7) - [`561b820`](https://github.com/run-llama/rags/commit/561b820f80c61fed80e2976a1918c19bc3650f14) Create CONTRIBUTING.md - [`bee87ad`](https://github.com/run-llama/rags/commit/bee87ad07176ecacd5921936b135b4fb09b154c9) Update README.md - [`930cb3c`](https://github.com/run-llama/rags/commit/930cb3c9b411917039a032ba86f154e110c8bd1b) Update CONTRIBUTING.md - [`45cb0b3`](https://github.com/run-llama/rags/commit/45cb0b35372e3c9a43bc4e3d84cf2c66efc058fa) Merge branch 'main' into main - [`248cb02`](https://github.com/run-llama/rags/commit/248cb02a24c9d14ea58820acba10605554e01535) ran make format; make lint - [`c464a0c`](https://github.com/run-llama/rags/commit/c464a0c6ba7f6311e9341ddf852cd73cc300d436) added format your code to contributing.md - [`bc9bfe0`](https://github.com/run-llama/rags/commit/bc9bfe0aed2200eac4bb323d98b860f7fde5e74a) fixed numbering ### 📊 Changes **4 files changed** (+11 additions, -3 deletions) <details> <summary>View changed files</summary> ➕ `CONTRIBUTING.md` (+10 -0) 📝 `README.md` (+1 -1) 📝 `agent_utils.py` (+0 -1) 📝 `pages/2_⚙️_RAG_Config.py` (+0 -1) </details> ### 📄 Description CONTRIBUTING.md tells new contributors how to make pull requests. Here is what it looks like: Contributing ============ 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create new Pull Request --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 00:15:23 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: run-llama/rags#58