Skip to content

Commit 289785e

Browse files
committed
cp dines
1 parent dc9aa03 commit 289785e

3 files changed

Lines changed: 1 addition & 63 deletions

File tree

.github/PULL_REQUEST_TEMPLATE/bug_fix.md

Lines changed: 0 additions & 34 deletions
This file was deleted.

.github/PULL_REQUEST_TEMPLATE/feature.md

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -8,32 +8,4 @@ Examples: `feat: add new SDK method` · `feat(storage): support file uploads` ·
88

99
## Description
1010

11-
<!-- What new feature does this add? -->
12-
1311
## Motivation
14-
15-
<!-- Why is this feature needed? What problem does it solve? -->
16-
17-
## Changes
18-
19-
-
20-
-
21-
22-
## Testing
23-
24-
<!-- How was this feature tested? -->
25-
26-
- [ ] Unit tests added
27-
- [ ] Integration tests added
28-
- [ ] Smoke Tests added/updated
29-
- [ ] Tested locally
30-
31-
## Breaking Changes
32-
33-
<!-- If this is a breaking change (feat!), describe the impact and migration path -->
34-
35-
## Checklist
36-
37-
- [ ] PR title follows Conventional Commits format (`feat:` or `feat(scope):`)
38-
- [ ] Documentation updated (if needed)
39-
- [ ] Breaking changes documented (if applicable)

.github/workflows/publish-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: PUBLISH DOCS
1+
name: Publish Typedoc to GitHub Pages
22
on:
33
workflow_dispatch:
44
workflow_call:

0 commit comments

Comments
 (0)