mirror of
https://github.com/run-llama/auto_rfp.git
synced 2026-07-01 21:54:05 -04:00
[PR #23] [MERGED] Prepare for opensource #25
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/auto_rfp/pull/23
Author: @zli484
Created: 7/18/2025
Status: ✅ Merged
Merged: 7/18/2025
Merged by: @zli484
Base:
main← Head:prepare_for_opensource📝 Commits (2)
41da7e7formatting improvement5e84e45refactor 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.