Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 734 Bytes

CONTRIBUTING.md

File metadata and controls

28 lines (19 loc) · 734 Bytes

Contributing

Setup

Ensure the following are installed before proceeding:

Here is a quick example of running the bot for development purposes:

poetry shell
STANDUP_BOT_TOKEN="MY_TOKEN"
poetry run standup

Addressing Bugs and Features

  1. Post an issue about the topic to spark discussion.
  2. If discussion is favorable, create a PR.

Submitting a PR

  1. Fork the repo ( https://github.com/skippi/standup/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request