From 973a9dfba08036e5493b408636b6335730777b7b Mon Sep 17 00:00:00 2001 From: Leslie Cohn-Wein Date: Thu, 25 Sep 2025 16:02:11 -0500 Subject: [PATCH 1/4] Update CONTRIBUTING.md with KTLO mode notice Added warning about project being in KTLO mode and guidance on feature contributions. --- CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b1425fcd6a..718541e4c8 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,5 +1,7 @@ ## Contributing +> :warning: **This project is in KTLO mode!** New features, functionalities, or major enhancements are unlikely to be accepted. Use existing utility classes from this project where needed. For more complete patterns that include styling and markup, please use [primer/react](https://github.com/primer/react) or, if necessary, [primer/view_components](https://github.com/primer/view_components). + Hi there! We're thrilled that you'd like to contribute to this project. Your help is essential for keeping it great. ## Using the issue tracker From 7790529f488a33926c36adceb45309af55f8fbe5 Mon Sep 17 00:00:00 2001 From: Leslie Cohn-Wein Date: Thu, 25 Sep 2025 16:03:03 -0500 Subject: [PATCH 2/4] Update DEVELOP.md with KTLO note --- DEVELOP.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/DEVELOP.md b/DEVELOP.md index ea17d4405f..a301db3c23 100644 --- a/DEVELOP.md +++ b/DEVELOP.md @@ -1,5 +1,7 @@ # Primer CSS Development +> :warning: **This project is in KTLO mode!** New features, functionalities, or major enhancements are unlikely to be accepted. Use existing utility classes from this project where needed. For more complete patterns that include styling and markup, please use [primer/react](https://github.com/primer/react) or, if necessary, [primer/view_components](https://github.com/primer/view_components). + If you've made it this far, **thank you**! We appreciate your contribution, and hope that this document helps you along the way. If you have any questions or problems, don't hesitate to [file an issue](https://github.com/primer/css/issues/new). ## Structure From d1d3f03d38167e269d76dc1d8d84a7d853b7c5ec Mon Sep 17 00:00:00 2001 From: Leslie Cohn-Wein Date: Thu, 25 Sep 2025 16:22:10 -0500 Subject: [PATCH 3/4] Update format of warning --- CONTRIBUTING.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 718541e4c8..792f907ca9 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,6 +1,7 @@ ## Contributing -> :warning: **This project is in KTLO mode!** New features, functionalities, or major enhancements are unlikely to be accepted. Use existing utility classes from this project where needed. For more complete patterns that include styling and markup, please use [primer/react](https://github.com/primer/react) or, if necessary, [primer/view_components](https://github.com/primer/view_components). +> [!WARNING] +> **This project is in KTLO mode!** New features, functionalities, or major enhancements are unlikely to be accepted. Use existing utility classes from this project where needed. For more complete patterns that include styling and markup, please use [primer/react](https://github.com/primer/react) or, if necessary, [primer/view_components](https://github.com/primer/view_components). Hi there! We're thrilled that you'd like to contribute to this project. Your help is essential for keeping it great. From 6fb7d5a774fc24822e8f5012fbc027a606415234 Mon Sep 17 00:00:00 2001 From: Leslie Cohn-Wein Date: Thu, 25 Sep 2025 16:23:21 -0500 Subject: [PATCH 4/4] Update alert format in DEVELOP.md --- DEVELOP.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/DEVELOP.md b/DEVELOP.md index a301db3c23..d329218698 100644 --- a/DEVELOP.md +++ b/DEVELOP.md @@ -1,6 +1,7 @@ # Primer CSS Development -> :warning: **This project is in KTLO mode!** New features, functionalities, or major enhancements are unlikely to be accepted. Use existing utility classes from this project where needed. For more complete patterns that include styling and markup, please use [primer/react](https://github.com/primer/react) or, if necessary, [primer/view_components](https://github.com/primer/view_components). +> [!WARNING] +> **This project is in KTLO mode!** New features, functionalities, or major enhancements are unlikely to be accepted. Use existing utility classes from this project where needed. For more complete patterns that include styling and markup, please use [primer/react](https://github.com/primer/react) or, if necessary, [primer/view_components](https://github.com/primer/view_components). If you've made it this far, **thank you**! We appreciate your contribution, and hope that this document helps you along the way. If you have any questions or problems, don't hesitate to [file an issue](https://github.com/primer/css/issues/new).