Skip to content

Commit 312bed6

Browse files
authored
Merge pull request #199 from CatLib/1.3
Merge 1.3
2 parents 8d4f39a + b9961b0 commit 312bed6

File tree

5 files changed

+69
-1
lines changed

5 files changed

+69
-1
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
name: "\U0001F41B Bug Report"
3+
about: Report a general framework issue. Please ensure your CatLib version is still
4+
supported.
5+
title: "[BUG] Add a placeholder for issues title, ex."
6+
labels: Need Review, bug
7+
assignees: yb199478
8+
9+
---
10+
11+
**CatLib version(s) affected**: x.y.z
12+
13+
#### Description
14+
15+
<!-- A clear and concise description of the problem. -->
16+
17+
#### How to reproduce
18+
<!-- Code and/or config needed to reproduce the problem. -->
19+
20+
#### Possible Solution
21+
22+
<!--- Optional: only if you have suggestions on a fix/reason for the bug -->
23+
24+
#### Additional context
25+
26+
<!-- Optional: any other context about the problem: log messages, screenshots, etc. -->
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
name: "\U0001F4DA Documentation Issue"
3+
about: For documentation issues, open a pull request at https://github.com/catlib/catlib-en.io
4+
title: "[Document] Add a placeholder for issues title, ex."
5+
labels: Document, Need Review
6+
assignees: yb199478
7+
8+
---
9+
10+
The CatLib documentation has its own dedicated repository. Please open a pull request at https://github.com/catlib/catlib-en to correct the issue you have found.
11+
12+
Thanks!
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
name: "\U0001F4A1 Feature Request"
3+
about: Suggest an idea for this project
4+
title: "[Feature] Suggested as the issues title, ex."
5+
labels: Feature, Need Review
6+
assignees: yb199478
7+
8+
---
9+
10+
If you would like to propose new CatLib features, please make a pull request, or open an issue.
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: "\U0001F680 Support Question"
3+
about: This repository is only for for questions about using CatLib and its components.
4+
title: "[Question] Add a placeholder for issues title, ex."
5+
labels: Need Review, question
6+
assignees: yb199478
7+
8+
---
9+
10+
> If you need support, please use the document first: http://catlib.io
11+
12+
**CatLib version(s) affected**: x.y.z
13+
14+
#### Description
15+
16+
<!-- A clear and concise description of the problem. -->
17+
18+
#### What's need help
19+
20+
<!-- Briefly and clearly describe what you need to get help. -->

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
</a>
1313
</p>
1414

15-
> We are currently preparing to convert the comments in the code to the English version. We look forward to your joining.
15+
> English version is coming soon in version 2.0
1616
1717
## 关于CatLib
1818

0 commit comments

Comments
 (0)