File tree 4 files changed +49
-1
lines changed 4 files changed +49
-1
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ name : Bug report
3
+ about : Help us improve the generated API clients.
4
+ ---
5
+
6
+ ## Description
7
+
8
+ <!-- A clear and concise description of what the bug is. -->
9
+
10
+ ## Steps to reproduce
11
+
12
+ 1 . Use method ` ... `
13
+ 2 . With parameters ` ... `
14
+ 3 . See error
15
+
16
+ ## Expected behavior
17
+
18
+ <!-- A clear and concise description of what you expected to happen. -->
19
+
20
+ ## Environment
21
+
22
+ - OS: [ e.g. Windows / Linux / macOS / iOS / Android]
23
+ - Environment: [ e.g. Browser / Node]
24
+ - Client: [ e.g. All / Recommend / Search / Insights]
25
+ - Language: [ e.g. JavaScript / PHP / Java]
26
+ - Client version: [ e.g. 5.0.0]
Original file line number Diff line number Diff line change
1
+ ---
2
+ name : Feature request
3
+ about : Suggest an idea for the generated API clients.
4
+ ---
5
+
6
+ ## Describe the problem
7
+
8
+ <!-- Explain why a new feature is required. -->
9
+
10
+ ## Describe the solution
11
+
12
+ <!-- Explain what your solution would look like. -->
13
+
14
+ ## Alternatives you've considered
15
+
16
+ <!-- Is the proposed solution not the only one you've thought about? Please tell us more! -->
Original file line number Diff line number Diff line change
1
+ blank_issues_enabled : false
2
+
3
+ contact_links :
4
+ - name : API client beta tester
5
+ url : https://algolia.slack.com/archives/C0341QDM3EG
6
+ about : Share with us issues about the generated clients.
Original file line number Diff line number Diff line change 16
16
- name : Pull Request title rules
17
17
uses :
deepakputhraya/[email protected]
18
18
with :
19
- regex : ' ^(docs)|((?:feat|fix|docs|style|refactor|perf|test|build|ci|chore|revert)\((?:javascript|php|java|cts|spec|script|ci)\)): .+'
19
+ regex : ' ^(docs|chore )|((?:feat|fix|docs|style|refactor|perf|test|build|ci|chore|revert)\((?:javascript|php|java|cts|spec|script|ci)\)): .+'
You can’t perform that action at this time.
0 commit comments