Skip to content

Commit af5173c

Browse files
committed
Drop Author of Proposal from issue template (#1168)
GitHub already shows who opened an issue. Removed the field from the feature-proposal template and updated the rockout command to note it should be skipped.
1 parent b355bd8 commit af5173c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.claude/commands/rockout.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ through all seven steps below. The prompt is: $ARGUMENTS
1414
2. Pick labels from the repo's existing set. Always include the type label
1515
(`enhancement`, `bug`, or `proposal`). Add topical labels when they fit
1616
(e.g. `gpu`, `performance`, `focal tools`, `hydrology`, etc.).
17-
3. Draft the title and body. Use the repo's issue templates as structure guides:
17+
3. Draft the title and body. Use the repo's issue templates as structure guides
18+
(skip the "Author of Proposal" field -- GitHub already shows the author):
1819
- Enhancement/proposal: follow `.github/ISSUE_TEMPLATE/feature-proposal.md`
1920
- Bug: follow `.github/ISSUE_TEMPLATE/bug_report.md`
2021
4. **Run the body text through the `/humanizer` skill** before creating the issue

.github/ISSUE_TEMPLATE/feature-proposal.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ assignees: ''
77

88
---
99

10-
**Author of Proposal:**
1110
## Reason or Problem
1211
Describe what the need for this new feature is or what problem this new feature will address.
1312
## Proposal

0 commit comments

Comments
 (0)