Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Add remark on adding issues/pull requests/discussions
  • Loading branch information
insolor committed Mar 20, 2023
1 parent e182308 commit 2a23358
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ Implementation of asynchronous `mainloop` for tkinter, the use of which allows u
It is intended to be as simple to use as possible. No fancy unusual syntax or constructions - just use an alternative
function instead of `root.mainloop()` and wrap asynchronous handlers into a helper function.

> Please, fill free to [report bugs](https://github.com/insolor/async-tkinter-loop/issues), add [pull requests](https://github.com/insolor/async-tkinter-loop/pulls) or [share your thoughts / ask questions, etc.](https://github.com/insolor/async-tkinter-loop/discussions) about the module.
Based on ideas from:

* my answer on ru.stackoverflow.com: <https://ru.stackoverflow.com/a/1043146>
Expand Down

0 comments on commit 2a23358

Please sign in to comment.