Skip to content

Commit

Permalink
consistent command in help and pull request template
Browse files Browse the repository at this point in the history
  • Loading branch information
rigelrozanski committed Mar 13, 2019
1 parent 4e90cef commit db96115
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ v If a checkbox is n/a - please still include it but + a little note why
- [ ] Linked to github-issue with discussion and accepted design OR link to spec that describes this work.
- [ ] Wrote tests
- [ ] Updated relevant documentation (`docs/`)
- [ ] Added a relevant changelog entry: `sdkch add [SECTION] [STANZA] #issue ...`
- [ ] Added a relevant changelog entry: `sdkch add [section] [stanza] [message]`
- [ ] rereviewed `Files changed` in the github PR explorer

______
Expand Down
9 changes: 4 additions & 5 deletions cmd/sdkch/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -287,11 +287,10 @@ func printUsage() {
Maintain unreleased changelog entries in a modular fashion.
Commands:
add section stanza [message] Add an entry file.
If message is empty, start the editor to edit
the message.
generate [version] Generate a changelog in Markdown format and print
it to STDOUT. version defaults to UNRELEASED.
add [section] [stanza] [message] Add an entry file. If message is empty, start
the editor to edit the message.

This comment has been minimized.

Copy link
@alessio

alessio Mar 13, 2019

Contributor

I think you've accidentally replaced spaces with tabs. Can you fix it please?

generate [version] Generate a changelog in Markdown format and print
it to STDOUT. version defaults to UNRELEASED.
Sections Stanzas
--- ---
Expand Down

0 comments on commit db96115

Please sign in to comment.