···3434- **Tags:** Prefix a word with `~` to add a label to the issue
3535- **Assignees:** Prefix with `@` to add an assignee. The special assignee `@me` is supported.
3636- **Milestone:** Prefix with `%` to set the milestone
3737+- **Comments:** You can add comments by prefixing a line with `//`
3738- **Description:** To add a description, finish the line with `:`, and put the description on another line (or multiple), just below, indented once more than the issue's line. Exemple:
3839 ```
3940 My superb issue ~some-tag:
+1-1
pyproject.toml
···11[tool.poetry]
22name = "issurge"
33-version = "0.1.0"
33+version = "0.1.1"
44description = "Deal with your client's feedback efficiently by creating a bunch of issues in bulk from a text file."
55authors = ["Ewen Le Bihan <hey@ewen.works>"]
66readme = "README.md"