github-todos icon indicating copy to clipboard operation
github-todos copied to clipboard

Git hook to convert your TODOs into Github issues

Results 16 github-todos issues
Sort by recently updated
recently updated
newest added

Hi there, I couldn't find a `SECURITY.md` in your repository and am not sure how to best contact you privately to disclose a security issue. Can you add a `SECURITY.md`...

Using node v13.6.0 (64-bit) on Windows 10. When I run `github-todos init` command, I receive this error: ``` Unhandled rejection ReferenceError: primordials is not defined at fs.js:35:5 at req_ (C:\Users\joaos\AppData\Roaming\npm\node_modules\github-todos\node_modules\natives\index.js:143:24)...

If I try to call `github-todos auth` in my github repo i got ``` Connection to 'github' failed Error: 'repo': expected format 'user/repository' ``` I presume, that this error because...

bug

Could we make an issue service for Gitlab?

``` fs.js:557 return binding.open(pathModule._makeLong(path), stringToFlags(flags), mode); ^ Error: ENOENT: no such file or directory, open 'C:\dev\tty' at Object.fs.openSync (fs.js:557:18) at Object. (C:\Users\USERNAME\AppData\Roaming\npm\node_modules\github-todos\node_modules\ttys\index.js:9:18) at Module._compile (module.js:573:32) at Object.Module._extensions..js (module.js:582:10) at Module.load...

For discussion, let's study possibilities: - Closing issue when a TODO is removed or "marked as complete"? - Remove TODOs when issue is closed? - Do it automatically? At push-time?...

enhancement
help wanted
question

I use [vim-simple-todo](https://github.com/vitalk/vim-simple-todo) to make checkboxes for my TODO's. But the issues created par **github-todos** is shown as code, and therefore does not create *Github-Flavored* checkboxes. Is there a way...

Getting ``` Warning: failed injecting issues, you may need to do it manually in following files: Error: Command failed: /bin/sh -c git commit -m '[Github-Todos] Inject issue numbers' ``` after...

I tried to ignore an issue. I selected `n` and the branch won't push. ``` my-app git:(master) git push origin master ? Create new issue "#3 throw an error -...

The CLI says: `Those information ARE NOT STORED, only the generated token will be stored in your global git configuration.` (by which I assume it means e.g. `~/.gitconfig`), but in...