Explorar o código

add wiki info to comment markdown

chaz-kiker %!s(int64=3) %!d(string=hai) anos
pai
achega
e351d58121
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/handlers/note.rs

+ 1 - 0
src/handlers/note.rs

@@ -70,6 +70,7 @@ impl NoteData {
         for entry in &self.entries {
             text.push_str(&entry.to_markdown());
         }
+        text.push_str("\n\nGenerated by triagebot, see [help](https://github.com/rust-lang/triagebot/wiki/Note) for how to add more");
         text
     }
 }