@@ -39228,31 +39228,34 @@ var CommentHandler = class {
39228
39228
}
39229
39229
_contribution_phrases() {
39230
39230
return [
39231
+ "asssign-me",
39231
39232
"Assign this issue to me",
39232
39233
"Assign it to me",
39233
39234
"Assign to me",
39234
39235
"Assign me",
39235
39236
"Assign me this issue",
39236
39237
"Assign this for me",
39237
- "Please assign",
39238
+ "Available to work on",
39239
+ "Can I be assigned to this issue",
39238
39240
"Can I take on this issue",
39241
+ "Can I take this issue",
39239
39242
"Can I take up this issue",
39240
- "May I work on this issue",
39241
- "May I do this feature",
39243
+ "I'd like to be assigned to",
39242
39244
"I'm keen to have a go",
39243
39245
"I am here to do a university assignment",
39244
39246
"I hope to contribute to this issue",
39245
- "Can I be assigned to this issue",
39246
- "Available to work on",
39247
+ "I would like to work on this issue",
39248
+ "Interested to work",
39249
+ "May I work on this issue",
39250
+ "May I do this feature",
39251
+ "Please assign",
39247
39252
"Still open for contribution",
39248
- "Can I take this issue",
39249
- "Would love to work on this issue",
39250
- "Would be happy to pick this up",
39251
39253
"Want to take this issue",
39252
39254
"Want to contribute",
39255
+ "Would be happy to pick this up",
39253
39256
"Would like to work on this",
39254
- "I'd like to be assigned to ",
39255
- "Would like to contribute "
39257
+ "Would like to contribute ",
39258
+ "Would love to work on this issue "
39256
39259
];
39257
39260
}
39258
39261
};
0 commit comments