Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 0 additions & 34 deletions .github/PULL_REQUEST_TEMPLATE/bug_fix.md

This file was deleted.

28 changes: 0 additions & 28 deletions .github/PULL_REQUEST_TEMPLATE/feature.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,32 +8,4 @@ Examples: `feat: add new SDK method` · `feat(storage): support file uploads` ·

## Description

<!-- What new feature does this add? -->

## Motivation

<!-- Why is this feature needed? What problem does it solve? -->

## Changes

-
-

## Testing

<!-- How was this feature tested? -->

- [ ] Unit tests added
- [ ] Integration tests added
- [ ] Smoke Tests added/updated
- [ ] Tested locally

## Breaking Changes

<!-- If this is a breaking change (feat!), describe the impact and migration path -->

## Checklist

- [ ] PR title follows Conventional Commits format (`feat:` or `feat(scope):`)
- [ ] Documentation updated (if needed)
- [ ] Breaking changes documented (if applicable)
5 changes: 4 additions & 1 deletion .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
name: PUBLISH DOCS
name: Publish Typedoc to GitHub Pages
on:
workflow_dispatch:
workflow_call:
release:
types: [published]
push:
branches:
- main
permissions:
contents: write # allows the 'Commit' step without tokens

Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ dist-deno
coverage-objects
object-coverage-report.json
docs
docs-md
Loading
Loading