Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
buluma committed Dec 27, 2023
1 parent 297971b commit e45ce7a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ As per the [Google Style Guide](https://google.github.io/styleguide/cppguide.htm

```python
def hello_world():
# TODO(alstr) Come up with a more imaginative greeting
# TODO(buluma) Come up with a more imaginative greeting
print('Hello world!')
```

Expand All @@ -151,8 +151,8 @@ The syntax is `<user or org name>/project name/column name`. All three must be p
def hello_world():
# TODO Come up with a more imaginative greeting
# Everyone uses hello world and it's boring.
# user projects: alstr/Test User Project/To Do
# org projects: alstrorg/Test Org Project/To Do
# user projects: buluma/Test User Project/To Do
# org projects: bulumaorg/Test Org Project/To Do
print('Hello world!')
```

Expand Down Expand Up @@ -199,4 +199,4 @@ Thanks to Jacob Tomlinson for [his handy overview of GitHub Actions](https://www

Thanks to GitHub's [linguist repo](https://github.com/github/linguist/) for the [`languages.yml`](https://raw.githubusercontent.com/github/linguist/master/lib/linguist/languages.yml) file used by the app to look up file extensions and determine the correct highlighting to apply to code snippets.

Thanks to all those who have [contributed](https://github.com/alstr/todo-to-issue-action/graphs/contributors) to the further development of this action.
Thanks to all those who have [contributed](https://github.com/buluma/todo-to-issue-action/graphs/contributors) to the further development of this action.

0 comments on commit e45ce7a

Please sign in to comment.