You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would be great if we could quickly create new issues using the github api feature. This would allow users to more seamlessly use issues to track work-to-be-done on personal projects and could also genrally encourage use of Github issues in the development workflow!
The text was updated successfully, but these errors were encountered:
I think that as a part of this, an option to search by issue title and issue description need to be added. I am thinking the flow for this would be:
User can search by issue title or issue description
User can enter create mode by adding a '-c' flag and in this case, the title and description options are required and used to create an issue instead of for searching.
In create mode, the user can also provide labels or other options that can be written into a new issue. What do we think of this? Would it be best if I create a new issue for the added search by title and search by description or are we fine with just including it with this issue?
Would it be best if I create a new issue for the added search by title and search by description or are we fine with just including it with this issue?
I'd vote for that. It's better to have more tiny issues than one single and big issue. 😁
For searching I've been using grep:
Would be great if we could quickly create new issues using the github api feature. This would allow users to more seamlessly use issues to track work-to-be-done on personal projects and could also genrally encourage use of Github issues in the development workflow!
The text was updated successfully, but these errors were encountered: