Skip to content

Commit 84739a6

Browse files
committed
update comment file
1 parent 6781647 commit 84739a6

File tree

3 files changed

+27
-2
lines changed

3 files changed

+27
-2
lines changed

LICENSE

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
ISC License
2+
3+
Copyright (c) 2024, R2CN-DEV
4+
5+
Permission to use, copy, modify, and/or distribute this software for any
6+
purpose with or without fee is hereby granted, provided that the above
7+
copyright notice and this permission notice appear in all copies.
8+
9+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
10+
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
11+
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
12+
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
13+
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
14+
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
15+
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ For more, check out the [Contributing Guide](CONTRIBUTING.md).
3030

3131
## License
3232

33-
[ISC](LICENSE) © 2024 benjamin.747
33+
[ISC](LICENSE) © 2024 R2CN-DEV

comment.yaml

+11-1
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,20 @@ project:
55
You do not have permission to apply for the R2CN internship tasks. Please contact your organization administrator to submit a PR and to update the R2CN organization.yaml file.
66
77
task:
8+
success: >
9+
Task created successfully.
10+
taskNotFound: >
11+
You need to add the R2CN-Score label to create a new task.
812
scoreUndefinedComment: >
913
Please add the R2CN-Score label to the issue. `Score` represents the task’s score.
1014
scoreInvalidComment: >
11-
The score must be within the range of 2 to 50.
15+
The score exceeds the limit configured by the organizer or less than 2.
1216
insufficientScoreComment: >
1317
The current organization has insufficient remaining points. Please contact the administrator.
1418
toomanyTask: >
1519
There are too many tasks currently active. Please check if there are 3 tasks already, or contact the administrator.
20+
userToomanyTask: >
21+
The number of tasks currently under your name exceeds the limit.
1622
1723
command:
1824
noPermission: >
@@ -55,3 +61,7 @@ internFail:
5561
internDone:
5662
success: >
5763
Operation successful, task close.
64+
65+
internClose:
66+
success: >
67+
Operation successful, task not traceing.

0 commit comments

Comments
 (0)