[PR #23] [MERGED] Prepare for opensource #25

Closed
opened 2026-02-16 03:16:42 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/run-llama/auto_rfp/pull/23
Author: @zli484
Created: 7/18/2025
Status: Merged
Merged: 7/18/2025
Merged by: @zli484

Base: mainHead: prepare_for_opensource


📝 Commits (2)

  • 41da7e7 formatting improvement
  • 5e84e45 refactor certain files and improve read me

📊 Changes

16 files changed (+1147 additions, -297 deletions)

View changed files

CONTRIBUTING.md (+346 -0)
📝 README.md (+319 -51)
📝 app/api/organizations/route.ts (+78 -1)
📝 app/layout.tsx (+1 -1)
📝 app/login/page.tsx (+3 -28)
📝 app/organizations/[orgId]/page.tsx (+0 -6)
📝 app/organizations/page.tsx (+12 -4)
📝 app/projects/[projectId]/questions/components/index.ts (+1 -0)
📝 app/projects/[projectId]/questions/components/no-questions-available.tsx (+39 -15)
📝 app/projects/[projectId]/questions/components/questions-provider.tsx (+40 -0)
📝 app/projects/[projectId]/questions/components/questions-section.tsx (+59 -43)
app/projects/[projectId]/questions/components/upload-dialog.tsx (+107 -0)
📝 components/global/global-header.tsx (+0 -13)
📝 components/organization-project-switcher.tsx (+12 -11)
📝 components/organizations/CreateOrganizationDialog.tsx (+14 -5)
📝 components/organizations/SettingsContent.tsx (+116 -119)

📄 Description

get ready for open source


🔄 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/auto_rfp/pull/23 **Author:** [@zli484](https://github.com/zli484) **Created:** 7/18/2025 **Status:** ✅ Merged **Merged:** 7/18/2025 **Merged by:** [@zli484](https://github.com/zli484) **Base:** `main` ← **Head:** `prepare_for_opensource` --- ### 📝 Commits (2) - [`41da7e7`](https://github.com/run-llama/auto_rfp/commit/41da7e7033721cba20c0402beec11d580682dcbf) formatting improvement - [`5e84e45`](https://github.com/run-llama/auto_rfp/commit/5e84e455c0b5dcacb34d22ac530f5f7f3edd84c3) refactor certain files and improve read me ### 📊 Changes **16 files changed** (+1147 additions, -297 deletions) <details> <summary>View changed files</summary> ➕ `CONTRIBUTING.md` (+346 -0) 📝 `README.md` (+319 -51) 📝 `app/api/organizations/route.ts` (+78 -1) 📝 `app/layout.tsx` (+1 -1) 📝 `app/login/page.tsx` (+3 -28) 📝 `app/organizations/[orgId]/page.tsx` (+0 -6) 📝 `app/organizations/page.tsx` (+12 -4) 📝 `app/projects/[projectId]/questions/components/index.ts` (+1 -0) 📝 `app/projects/[projectId]/questions/components/no-questions-available.tsx` (+39 -15) 📝 `app/projects/[projectId]/questions/components/questions-provider.tsx` (+40 -0) 📝 `app/projects/[projectId]/questions/components/questions-section.tsx` (+59 -43) ➕ `app/projects/[projectId]/questions/components/upload-dialog.tsx` (+107 -0) 📝 `components/global/global-header.tsx` (+0 -13) 📝 `components/organization-project-switcher.tsx` (+12 -11) 📝 `components/organizations/CreateOrganizationDialog.tsx` (+14 -5) 📝 `components/organizations/SettingsContent.tsx` (+116 -119) </details> ### 📄 Description get ready for open source --- <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 03:16:42 -05:00
yindo closed this issue 2026-02-16 03:16:42 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: run-llama/auto_rfp#25