-
Notifications
You must be signed in to change notification settings - Fork 37
feat(SLAC-8): Make a alias for featurerequest command, "fr" #282
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
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` (or `fr`) `<feature description>` - Create a GitHub issue for a feature request. β¨ | ||||||
|
||||||
| > `featurerequest` (or `fr`) `<feature description>` - Create a GitHub issue for a feature request. β¨ | |
| > `featurerequest <feature description>` (or `fr <feature description>`) - 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 say the
fralias is being added, butindex.jsalready registers['fr', { fn: _featurerequest, ... }]. As-is this change is documentation-only; consider updating the PR description/acceptance criteria and (if still required) adding/adjusting tests to assert the alias registration rather than just updating help text.