-
Notifications
You must be signed in to change notification settings - Fork 37
feat(SLAC-7): Make a alias for featurerequest command, "fr" #281
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -26,7 +26,7 @@ | |||||
| > `flushvote` - Vote to clear the entire queue. Needs *{{flushVoteLimit}}* votes within *{{voteTimeLimitMinutes}}* min. ποΈ | ||||||
|
|
||||||
| *π Feedback:* | ||||||
| > `featurerequest <feature description>` - Create a GitHub issue for a feature request. β¨ | ||||||
| > `featurerequest` (alias: `fr`) `<feature description>` - Create a GitHub issue for a feature request. β¨ | ||||||
|
||||||
| > `featurerequest` (alias: `fr`) `<feature description>` - Create a GitHub issue for a feature request. β¨ | |
| > `featurerequest <feature description>` (or `fr`) - Create a GitHub issue for a feature request. β¨ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The PR description/title indicate adding an
fralias registration and tests, but this change only updates help text. If the alias/test work is still required for SLAC-7, the implementation and unit tests are missing from this PR; if not, the PR metadata should be updated to reflect that this is documentation-only.