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

Commands for interacting with GitHub Projects #424

Open
mdcfe opened this issue May 31, 2017 · 7 comments
Open

Commands for interacting with GitHub Projects #424

mdcfe opened this issue May 31, 2017 · 7 comments

Comments

@mdcfe
Copy link
Contributor

mdcfe commented May 31, 2017

This could be useful for people to organise large features that need clear coordination. For example, we could have commands such as:

  • /project open to create a project with the same name and description as the first comment in the issue
  • /project addto <name> <column> to add an issue to the project called name and column column (creating the column if it doesn't exist)
  • /project vote close <name> to vote close a project
  • /project vote move <name> <column> to vote to move an issue from one column in name to another in the same project
  • /project vote remove [name] to vote remove an issue from all projects, or if name is given, only remove from project name.
@chaosbot
Copy link
Collaborator

chaosbot commented Jun 3, 2017

/vote close

This issue hasn't been active for a while.To keep it open, react with 👎

@chaosbot
Copy link
Collaborator

chaosbot commented Jun 3, 2017

/vote close This issue hasn't been active for a while.To keep it open, react with 👎

Vote Failed

1 similar comment
@chaosbot
Copy link
Collaborator

chaosbot commented Jun 5, 2017

/vote close This issue hasn't been active for a while.To keep it open, react with 👎

Vote Failed

@kylerchin
Copy link
Contributor

Cool!

@dbpokorny
Copy link

dbpokorny commented Jun 8, 2017

I would replace the first command with

/project open <name> <description>

to open a project with the name and description given

@rohanrk
Copy link

rohanrk commented Jun 8, 2017

Or we could make the command

/project vote open <name> <description>

to vote on whether a project should be opened. If name or description isn't given it will default to the issue's title or body.

@kylerchin
Copy link
Contributor

kylerchin commented Jun 8, 2017 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants