Confirmed users
537
edits
(first pass at standup page) |
(bunch of updates and some standup-irc bot examples) |
||
Line 41: | Line 41: | ||
You can post a status through the web-site or through the irc bot. | You can post a status through the web-site or through the irc bot. | ||
Via the website | Via the website, you need to log in and then post the status using the form. | ||
Via the irc bot, you just talk to it. For example: | |||
standup-irc: Today I wrote a wiki page documenting how standup works. | |||
For syntax help, see the ''Status message formatting'' section later in this wiki page. | |||
=== Status message formatting | === How to get the IRC bot to delete a status update === | ||
Sometimes you post an update, then notice that you spelled something wrong or there's a typo in the bug number or you regret ever saying it in the first place or whatever. | |||
You can tell the IRC bot to delete the message: | |||
standup-irc: !delete nnnn | |||
where '''nnnn''' is the Status id number. | |||
=== How to add the IRC bot to my project channel === | |||
FIXME | |||
=== How to kick the IRC bot out of my project channel === | |||
FIXME | |||
=== How to ask the IRC bot for help === | |||
You can ask the bot for help using the '''!help''' command: | |||
standup-irc: !help | |||
It'll reply to you via a direct message with a list of all available commands. | |||
=== Create, manage or remove teams === | |||
Standup has the ability to group people and projects into a team. This lets you see the team's status messages which may cross projects and irc channels. | |||
To create, manage and remove teams, contact a Standup admin. | |||
=== File an issue for a bug or new feature === | |||
Go to https://github.com/mozilla/standup/issues and file something there. | |||
=== Contribute patches, fix bugs, test and so on === | |||
Standup is built by you. Development is currently managed in a [https://github.com/mozilla/standup Github repository]. | |||
== Status message formatting == | |||
Status messages can be formatted roughly using Markdown with some other bits. Here's a key: | Status messages can be formatted roughly using Markdown with some other bits. Here's a key: | ||
Line 67: | Line 106: | ||
|Will link this text to a pull request for the project the status update was posted under. | |Will link this text to a pull request for the project the status update was posted under. | ||
|} | |} | ||