purpleidea / mgmt

Next generation distributed, event-driven, parallel config management!
https://purpleidea.com/tags/mgmtconfig/
GNU General Public License v3.0
3.58k stars 311 forks source link

fix: fmt modify #714

Open testwill opened 1 year ago

testwill commented 1 year ago

Tips:

topic: Capitalized message with no trailing period

or:

topic, topic2: Capitalized message with no trailing period

make gofmt      # formats the entire project correctly

or format a single golang file correctly:

gofmt -w yourcode.go
git checkout master
git pull origin master
git checkout your-feature
git rebase master
git push your-remote your-feature
hub pull-request    # or submit with the github web ui
# make changes based on reviews...
git add -p      # add new changes
git commit --amend  # combine with existing commit
git push your-remote your-feature -f
# now ping @purpleidea in the github PR since it doesn't notify us automatically

Thanks for contributing to mgmt and welcome to the team!

purpleidea commented 1 year ago

Still looking to hear back if you're a human or a bot. Thanks!

testwill commented 1 year ago

human

purpleidea commented 1 year ago

Did you find these issues manually or with a tool? If so which tool? Thanks!