Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

As a user I would like to add content to my TODO descriptions from markdown templates stored in my project #138

Open
piascikj opened this issue Feb 22, 2018 · 0 comments

Comments

@piascikj
Copy link
Member

piascikj commented Feb 22, 2018

  - [ ] Append templates to tasks with `t:<type>` metadata in them. (e.g. `t:story`)
     - [ ] if TODO appears in a single line comment, append template with single line comment prefix and the same indentation as the TODO comment
     - [ ] If TODO appears in a multiline comment, just append template at the same indentation as the TODO comment
     - [ ] Remove `t:story` after the template has been appended to the description
  - [ ] templates.md will contain templates in the format...
   ```
   # <type>
   Any markdown for your template
   ```

opened via imdone.io from a code comment on 657ce9e8 by Jesse jesse@piascik.net


#TODO: As a user I would like to add content to my TODO descriptions from markdown templates stored in my project ic:gh gh:138 id:36
- [ ] Append templates to tasks with `t:<type>` metadata in them. (e.g. `t:story`)
- [ ] if TODO appears in a single line comment, append template with single line comment prefix and the same indentation as the TODO comment
- [ ] If TODO appears in a multiline comment, just append template at the same indentation as the TODO comment
- [ ] Remove `t:story` after the template has been appended to the description
- [ ] templates.md will contain templates in the format...
```
# <type>
Any markdown for your template
```

@piascikj piascikj changed the title As a user I would like to add content to my TODO descriptions from markdown templates stored in my project As a user I would like to add content to my TODO descriptions from markdown templates stored in my project May 19, 2018
@piascikj piascikj added the story label Jul 22, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant