-
## User Story - Business Need
The code base is littered with TODOs that should either be removed or worked as needed. This particular TODO should be removed based on PM decision
[TODO](https://gi…
-
## Goal
| User story |
|:---------------------------------------------------------------------------|
| As an IT admin,
| I want to add a custom package and have Fleet create policy autom…
-
While I making compatibility patch for Toggleable Readouts 260f7690be34df875fb0f9de2df2187f6eb785bc, I found that codebase is not good.
As I had said before(#2), I can't work on RimWorld modding cu…
-
Create a new rule that checks for // TODO comments; case-insensitive; whitespace following // is optional -- so //TODO as well.
-
I guess it would be good if there would be real GitHub issues instead [just `TODO`s in the source code](https://github.com/naqvis/cr-xmpp/search?q=TODO&unscoped_q=TODO).
This way people would be ab…
-
# Todo
https://github.com/OCA/maintainer-tools/wiki/Migration-to-version-18.0
# Modules to migrate
- [ ] sale_comment_template
- [ ] sale_layout_category_hide_detail
- [ ] sale_order_line_position
…
-
## Goal
| User story |
|:---------------------------------------------------------------------------|
| As an IT admin,
| I want to see an instruction tooltip on "Manage automation" explaining wh…
-
We've seen varied approaches to this, and it would be good to standardise - as it will help us build tooling around this later.
-
odradek — Today at 7:43 AM
Hi! I want to share a use case that might be useful as a potential new feature—definitely for me, at least. When configuring each table, I perform some repetitive tasks bas…
-
`expiring-todo-comments`: don't check todos in JSDoc
```js
// TODO some staff // // Error
/* TODO some staff */ // Error
/** TODO some staff */ // OK!
```