Skip to content

Commit

Permalink
Add back TODO in format that is better for alstr/todo-to-issue-action
Browse files Browse the repository at this point in the history
  • Loading branch information
nickderobertis committed Oct 24, 2021
1 parent 7f007b9 commit a438a8f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions py_qs_example/mymodule.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,14 @@ def do_something(self, arg: str) -> str:
def __repr__(self):
return 'example'

# TODO: An example issue raised by alstr/todo-to-issue-action
# This message should automatically get converted into an issue. When this
# message is removed, it should remove the issue.
# - bullets
# - are
# - supported
# As well as multiple paragraphs and `other markdown features`.
# labels: won't fix, test label
def example_function(thing: ExampleClass, arg: str) -> str:
"""
Example for function documentation.
Expand Down

0 comments on commit a438a8f

Please sign in to comment.