Mailing List Archive

rt branch 5.0/improve-readme-style created. rt-5.0.5-182-g93591058f6
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "rt".

The branch, 5.0/improve-readme-style has been created
at 93591058f62872cd1168b3cc33767af27a6e8832 (commit)

- Log -----------------------------------------------------------------
commit 93591058f62872cd1168b3cc33767af27a6e8832
Author: Jim Brandt <jbrandt@bestpractical.com>
Date: Thu Mar 28 10:51:56 2024 -0400

Rename github actions file to describe what it does

This also makes the README badge better show that tests
are all passing (or not).

diff --git a/.github/workflows/github-action.yml b/.github/workflows/test-all.yml
similarity index 100%
rename from .github/workflows/github-action.yml
rename to .github/workflows/test-all.yml
diff --git a/README.md b/README.md
index 1a872074e5..f99b2846ed 100644
--- a/README.md
+++ b/README.md
@@ -26,7 +26,7 @@
<img src="https://img.shields.io/github/v/release/bestpractical/rt" alt="Latest release" />
</a>
<a href="https://github.com/bestpractical/rt/actions">
- <img src="https://github.com/bestpractical/rt/actions/workflows/github-action.yml/badge.svg?branch=5.0-trunk" alt="Build status" />
+ <img src="https://github.com/bestpractical/rt/actions/workflows/test-all.yml/badge.svg?branch=5.0-trunk" alt="Build status" />
</a>
</p>


commit fb448ce006237791c25b4a87313df50e7e6c98fd
Author: Jim Brandt <jbrandt@bestpractical.com>
Date: Thu Mar 28 10:46:06 2024 -0400

Copy security contact information to a SECURITY.md file

Github will show this as a tab above our README.

diff --git a/SECURITY.md b/SECURITY.md
new file mode 100644
index 0000000000..7068dcd645
--- /dev/null
+++ b/SECURITY.md
@@ -0,0 +1,7 @@
+# Reporting Security Vulnerabilities
+
+If you believe you've discovered a security issue in RT, please send an
+email to `security@bestpractical.com` with a detailed description of the
+issue, and a secure means to respond to you (such as your PGP public
+key). You can find our PGP key and fingerprint at
+[https://bestpractical.com/security/](https://bestpractical.com/security/).

commit e933502fe23e98ce57a4f1546d15f9af50dabd98
Author: Jim Brandt <jbrandt@bestpractical.com>
Date: Wed Mar 27 08:18:03 2024 -0400

Add logo and style to README for better github display

diff --git a/README.md b/README.md
index e44b7fcafe..1a872074e5 100644
--- a/README.md
+++ b/README.md
@@ -1,11 +1,44 @@
-
-# RT is an enterprise-grade issue tracking system.
-
+<p align="center">
+ <a href="https://requesttracker.com/">
+ <img src="https://static.bestpractical.com/rt-logo.png" alt="Best Practical logo" width="500" height="200">
+ </a>
+</p>
+
+<h1 align="center">Request Tracker (RT)</h1>
+
+<p align="center">
+ RT is an open source, enterprise-grade issue and ticket tracking system.
+ <br>
+ <a href="https://docs.bestpractical.com/rt/latest/index.html"><strong>Explore RT docs »</strong></a>
+ <br>
+ <br>
+ <a href="https://docs.bestpractical.com/release-notes/index.html">Release Notes</a>
+ ·
+ <a href="https://forum.bestpractical.com/">Community Forum</a>
+ ·
+ <a href="https://rt-wiki.bestpractical.com">Public Wiki</a>
+ ·
+ <a href="https://bestpractical.com/blog/">Blog</a>
+ ·
+ <a href="https://bestpractical.com/pricing">Hosting & Support</a>
+ <br /><br />
+ <a href="https://github.com/bestpractical/rt/releases">
+ <img src="https://img.shields.io/github/v/release/bestpractical/rt" alt="Latest release" />
+ </a>
+ <a href="https://github.com/bestpractical/rt/actions">
+ <img src="https://github.com/bestpractical/rt/actions/workflows/github-action.yml/badge.svg?branch=5.0-trunk" alt="Build status" />
+ </a>
+</p>
+
+<p align="center">
RT allows organizations to keep track of what needs to get done, who is working on which tasks, what's already been done, and when tasks were (or weren't) completed.
-
+</p>
+<p align="center">
RT doesn't cost anything to use, no matter how much you use it; it is freely available under the terms of Version 2 of the GNU General Public License.
-
-RT is commercially-supported software. To purchase hosting, support, training, custom development, or professional services, please get in touch with us at <sales@bestpractical.com>.
+</p>
+<p align="center">
+RT is commercially-supported software. To purchase hosting, support, training, custom development, or professional services, please get in touch with us at <a href="mailto:sales@bestpractical.com">sales@bestpractical.com</a>.
+</p>

![Screenshot of RT](docs/images/screenshot.png)

@@ -308,12 +341,12 @@ into on the Community Forum (or pick up a commercial support
contract from Best Practical). But, sometimes people do run into
bugs. In the exceedingly unlikely event that you hit a bug in RT, please
report it! We'd love to hear about problems you have with RT, so we can
-fix them. To report a bug, send email to <rt-bugs@bestpractical.com>.
-
-Note that this sends email to our public RT instance. Do not include any
-information in your email that you don't want shown publicly, including
-contact information in your email signature.
+fix them.

+To report a bug, go to our [public RT instance](https://rt.bestpractical.com)
+and create a ticket. Note that this is a public RT instance, so the information
+you share will be visible to others. You can browse some other bug tickets
+to see what is shown.


# COPYRIGHT AND LICENSE
@@ -362,5 +395,3 @@ royalty-free, perpetual, license to use, copy, create derivative
works based on those contributions, and sublicense and distribute
those contributions and any derivatives thereof.

-
-#

-----------------------------------------------------------------------


hooks/post-receive
--
rt
_______________________________________________
rt-commit mailing list
rt-commit@lists.bestpractical.com
https://lists.bestpractical.com/mailman/listinfo/rt-commit