Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/rustdoc/proposals-and-stabilization.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ A good proposal will address the following:
did you pick this design?

[rfcs]: https://github.com/rust-lang/rfcs
[rust]: https://github.com/rust-lang/rust
[Haddock]: https://haskell-haddock.readthedocs.io/latest/
[Wikipedia]: https://www.wikipedia.org/
[Racket]: https://docs.racket-lang.org/
1 change: 1 addition & 0 deletions src/triagebot/zulip-commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ Note that the impersonation functionality is intended for inspecting the status
- *Rust Project Goals* commands serve for controlling Rust Project Goal tracking.
- `@triagebot ping-goals <threshold> <next-update>`: For use by the goals team to ping goal owners on Zulip to give an update on their goal. Will not ping if there has been a comment in `<threshold>` days. `<next-update>` is a string to say when the next blog update will start.
- `@triagebot docs-update`: Generates a Pull Request ([example](https://github.com/rust-lang/rust/pull/141923)) to update the documentation submodules. See [Documentation Updates](doc-updates.md).
- `@triagebot backport [stable | beta ] [approve | decline ] <PR>` (example: "@triagebot backport beta approve 123456") Will post a comment on GitHub to approve or decline a PR backport (see [Backports](../compiler/backports.md)).

## Implementation

Expand Down