summaryrefslogtreecommitdiff
path: root/bug.proto
diff options
context:
space:
mode:
Diffstat (limited to 'bug.proto')
-rw-r--r--bug.proto1
1 files changed, 1 insertions, 0 deletions
diff --git a/bug.proto b/bug.proto
index 5bed185..2bca0fe 100644
--- a/bug.proto
+++ b/bug.proto
@@ -10,6 +10,7 @@ import "google/protobuf/any.proto"; // Import 'Any'
message Bug {
string uuid = 1;
string name = 2;
+ string subject = 3;
}
message Bugs { // `autogenpb:marshal`