From 34e12580b78b06895bb1a9e232ee8ad849eeb98a Mon Sep 17 00:00:00 2001 From: chrsmj <52975048+chrsmj@users.noreply.github.com> Date: Fri, 10 Jan 2025 11:15:22 -0700 Subject: [PATCH 1/2] Show README on project landing page. Bugfix FreePBX/issue-tracker#602 --- .github/project/README.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .github/project/README.md diff --git a/.github/project/README.md b/.github/project/README.md new file mode 100644 index 0000000..7a007fc --- /dev/null +++ b/.github/project/README.md @@ -0,0 +1,24 @@ +# Freedom to Communicate 🐸 + +The “Free” in FreePBX stands for Freedom. That’s because FreePBX, the world’s most popular open source IP PBX, gives users the tools to build a phone system tailored to their needs. + +## Lay of the Land 🗺️ + +Since late 2023, the FreePBX project uses separate GitHub repositories for issue tracking, security reporting, the FreePBX version 17 installer for Debian 12, and the many open source modules that make FreePBX *extremely configurable*. + +## Contributions 💝 + +We welcome your ideas! + +Please submit open source issue reports, patches, and suggestions via the [Issue Tracker repo](https://github.com/FreePBX/issue-tracker); but for security issues please use the [Security Reporting repo](https://github.com/FreePBX/security-reporting?tab=security-ov-file). + +Inside your patch comment in any specific module repo, you can link back to specific issues in the issue-tracker repo with a line like `Bugfix FreePBX/issue-tracker#XYZ` where `XYZ` is the issue number. + +## Learn More 📘 + +First released in 2004, there's lots to learn about FreePBX: + +* [Home Page](https://freepbx.org) +* [Wiki Documentation](https://sangomakb.atlassian.net/wiki/x/AQCU) +* [Development Guide](https://sangomakb.atlassian.net/wiki/x/3YCh) +* [Community Forums](https://community.freepbx.org) From 690b4df1e29fbd996918a9cf5f339e3a69686ef6 Mon Sep 17 00:00:00 2001 From: chrsmj <52975048+chrsmj@users.noreply.github.com> Date: Fri, 10 Jan 2025 11:18:29 -0700 Subject: [PATCH 2/2] Put README in profile directory. Then it will be the main landing page for the project. Bugfix FreePBX/issue-tracker#602 --- .github/{project => profile}/README.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/{project => profile}/README.md (100%) diff --git a/.github/project/README.md b/.github/profile/README.md similarity index 100% rename from .github/project/README.md rename to .github/profile/README.md