This is an automated email from the ASF dual-hosted git repository.
ocket8888 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficcontrol.git
The following commit(s) were added to refs/heads/master by this push:
new 6a61535 Fix t3c case in issue templates (#6619)
6a61535 is described below
commit 6a6153536503ec3e1fbb270517f0df597cc8b48e
Author: Robert O Butts <[email protected]>
AuthorDate: Mon Mar 7 09:03:48 2022 -0700
Fix t3c case in issue templates (#6619)
---
.github/ISSUE_TEMPLATE/1-bug-report.md | 2 +-
.github/ISSUE_TEMPLATE/2-feature-request.md | 2 +-
.github/ISSUE_TEMPLATE/3-improvement-request.md | 2 +-
PULL_REQUEST_TEMPLATE.md | 2 +-
docs/source/admin/t3c/index.rst | 2 +-
5 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/.github/ISSUE_TEMPLATE/1-bug-report.md
b/.github/ISSUE_TEMPLATE/1-bug-report.md
index 06afb52..bf56ecb 100644
--- a/.github/ISSUE_TEMPLATE/1-bug-report.md
+++ b/.github/ISSUE_TEMPLATE/1-bug-report.md
@@ -36,7 +36,7 @@ or the Traffic Control Users mailing list (send an email to
users-subscribe@traf
<!-- Do not submit security vulnerabilities or support requests here - see
above -->
## This Bug Report affects these Traffic Control components:
<!-- delete all those that don't apply -->
-- Traffic Control Cache Config (T3C, formerly ORT)
+- Traffic Control Cache Config (`t3c`, formerly ORT)
- Traffic Control Health Client (t3c-health-client)
- Traffic Control Client <!-- Please specify which (Python, Go, or Java) -->
- Traffic Monitor
diff --git a/.github/ISSUE_TEMPLATE/2-feature-request.md
b/.github/ISSUE_TEMPLATE/2-feature-request.md
index c9f7691..c98e075 100644
--- a/.github/ISSUE_TEMPLATE/2-feature-request.md
+++ b/.github/ISSUE_TEMPLATE/2-feature-request.md
@@ -36,7 +36,7 @@ or the Traffic Control Users mailing list (send an email to
users-subscribe@traf
<!-- Do not submit security vulnerabilities or support requests here - see
above -->
## This Feature Request affects these Traffic Control components:
<!-- delete all those that don't apply -->
-- Traffic Control Cache Config (T3C, formerly ORT)
+- Traffic Control Cache Config (`t3c`, formerly ORT)
- Traffic Control Health Client (tc-health-client)
- Traffic Control Client <!-- Please specify which (Python, Go, or Java) -->
- Traffic Monitor
diff --git a/.github/ISSUE_TEMPLATE/3-improvement-request.md
b/.github/ISSUE_TEMPLATE/3-improvement-request.md
index f90f070..2dc9f55 100644
--- a/.github/ISSUE_TEMPLATE/3-improvement-request.md
+++ b/.github/ISSUE_TEMPLATE/3-improvement-request.md
@@ -36,7 +36,7 @@ or the Traffic Control Users mailing list (send an email to
users-subscribe@traf
<!-- Do not submit security vulnerabilities or support requests here - see
above -->
## This Improvement request (usability, performance, tech debt, etc.) affects
these Traffic Control components:
<!-- delete all those that don't apply -->
-- Traffic Control Cache Config (T3C, formerly ORT)
+- Traffic Control Cache Config (`t3c`, formerly ORT)
- Traffic Control Health Client (tc-health-client)
- Traffic Control Client <!-- Please specify which (Python, Go, or Java) -->
- Traffic Monitor
diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md
index 0985921..a4a413f 100644
--- a/PULL_REQUEST_TEMPLATE.md
+++ b/PULL_REQUEST_TEMPLATE.md
@@ -18,7 +18,7 @@ guidelines at https://apache.org/security regarding
vulnerability disclosure.
Feel free to add the name of a tool or script that is affected but not on the
list.
-->
- Documentation
-- Traffic Control Cache Config (T3C, formerly ORT)
+- Traffic Control Cache Config (`t3c`, formerly ORT)
- Traffic Control Health Client (tc-health-client)
- Traffic Control Client <!-- Please specify which (Python, Go, or Java) -->
- Traffic Monitor
diff --git a/docs/source/admin/t3c/index.rst b/docs/source/admin/t3c/index.rst
index 740aef3..a0a288c 100644
--- a/docs/source/admin/t3c/index.rst
+++ b/docs/source/admin/t3c/index.rst
@@ -18,7 +18,7 @@
.. _t3c:
***
-T3C
+t3c
***
:dfn:`t3c` is the tool used to deploy configuration to :term:`cache servers`
used by :abbr:`ATC (Apache Traffic Control)`. It stands for "Traffic Control
Cache Configuration".