Skip to content

feat: capitalize "App" in create command category titles#508

Merged
mwbrooks merged 2 commits intomainfrom
mwbrooks-create-camel-case-names
Apr 27, 2026
Merged

feat: capitalize "App" in create command category titles#508
mwbrooks merged 2 commits intomainfrom
mwbrooks-create-camel-case-names

Conversation

@mwbrooks
Copy link
Copy Markdown
Member

@mwbrooks mwbrooks commented Apr 27, 2026

Changelog

Capitalized "App" in the slack create category selection menu titles for consistent title casing.

Summary

This pull request capitalizes "App" in the three category titles shown in the slack create interactive prompt:

  • "Starter app" → "Starter App"
  • "AI Agent app" → "AI Agent App"
  • "Automation app" → "Automation App"

Preview

Before:

Select a category:
❱ Starter app Getting started Slack app
  AI Agent app Slack agents and assistants
  Automation app Custom steps and workflows
  View more samples

After:

Select a category:
❱ Starter App Getting started Slack app
  AI Agent App Slack agents and assistants
  Automation App Custom steps and workflows
  View more samples

Testing

  • Run slack create and verify the category titles display as "Starter App", "AI Agent App", and "Automation App"
  • Verify "View more samples" remains unchanged

Notes

No tests to update — the function returns static display strings and is covered by existing integration tests.

Requirements

@mwbrooks mwbrooks self-assigned this Apr 27, 2026
@mwbrooks mwbrooks added enhancement M-T: A feature request for new functionality changelog Use on updates to be included in the release notes semver:patch Use on pull requests to describe the release version increment labels Apr 27, 2026
@mwbrooks mwbrooks added this to the Next Release milestone Apr 27, 2026
@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 27, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 71.16%. Comparing base (1a7c949) to head (df4f54f).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #508      +/-   ##
==========================================
- Coverage   71.17%   71.16%   -0.02%     
==========================================
  Files         222      222              
  Lines       18678    18678              
==========================================
- Hits        13294    13292       -2     
- Misses       4201     4203       +2     
  Partials     1183     1183              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@mwbrooks mwbrooks changed the title style: capitalize "App" in create command category titles feat: capitalize "App" in create command category titles Apr 27, 2026
@mwbrooks mwbrooks marked this pull request as ready for review April 27, 2026 17:08
@mwbrooks mwbrooks requested a review from a team as a code owner April 27, 2026 17:08
Copy link
Copy Markdown
Member

@zimeg zimeg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mwbrooks This reads well in title case 📚 ✨

@mwbrooks
Copy link
Copy Markdown
Member Author

Thanks @zimeg!

@mwbrooks mwbrooks merged commit fe42d45 into main Apr 27, 2026
8 checks passed
@mwbrooks mwbrooks deleted the mwbrooks-create-camel-case-names branch April 27, 2026 22:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

changelog Use on updates to be included in the release notes enhancement M-T: A feature request for new functionality semver:patch Use on pull requests to describe the release version increment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants