this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

๐Ÿ“ Mention comments in the README

+2 -1
+1
README.md
··· 34 34 - **Tags:** Prefix a word with `~` to add a label to the issue 35 35 - **Assignees:** Prefix with `@` to add an assignee. The special assignee `@me` is supported. 36 36 - **Milestone:** Prefix with `%` to set the milestone 37 + - **Comments:** You can add comments by prefixing a line with `//` 37 38 - **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: 38 39 ``` 39 40 My superb issue ~some-tag:
+1 -1
pyproject.toml
··· 1 1 [tool.poetry] 2 2 name = "issurge" 3 - version = "0.1.0" 3 + version = "0.1.1" 4 4 description = "Deal with your client's feedback efficiently by creating a bunch of issues in bulk from a text file." 5 5 authors = ["Ewen Le Bihan <hey@ewen.works>"] 6 6 readme = "README.md"