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
- Post an issue about the topic to spark discussion.
- If discussion is favorable, create a PR.
- Fork the repo ( https://github.com/skippi/standup/fork )
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create a new Pull Request