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
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/1-bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ body:
value: |
Thank you for submitting a bug report! It helps make Pythinker Code better for everyone.

If you need help or support using Pythinker Code, and are not reporting a bug, please post on [pythinker-code/discussions](https://github.com/Pythoughts-labs/pythinker-code/discussions), where you can ask questions or engage with others on ideas for how to improve Pythinker Code.
If you need help or support using Pythinker Code, and are not reporting a bug, please post on [pythinker-cli/discussions](https://github.com/Pythoughts-labs/pythinker-cli/discussions), where you can ask questions or engage with others on ideas for how to improve Pythinker Code.

Make sure you are running the latest version of Pythinker Code (`uv tool upgrade pythinker-code` to upgrade). The bug you are experiencing may already have been fixed.

Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
blank_issues_enabled: true
contact_links:
- name: Questions and General Discussion
url: https://github.com/Pythoughts-labs/pythinker-code/discussions
url: https://github.com/Pythoughts-labs/pythinker-cli/discussions
about: Have questions? Welcome to open a discussion!
4 changes: 2 additions & 2 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Thank you for your contribution to Pythinker Code!
Please make sure you already discussed the feature or bugfix you are proposing in an issue with the maintainers.
Please understand that if you have not gotten confirmation from the maintainers, your pull request may be closed or ignored without further review due to limited bandwidth.

See https://github.com/Pythoughts-labs/pythinker-code/blob/main/CONTRIBUTING.md for more.
See https://github.com/Pythoughts-labs/pythinker-cli/blob/main/CONTRIBUTING.md for more.
-->

## Related Issue
Expand All @@ -18,7 +18,7 @@ Resolve #(issue_number)

## Checklist

- [ ] I have read the [CONTRIBUTING](https://github.com/Pythoughts-labs/pythinker-code/blob/main/CONTRIBUTING.md) document.
- [ ] I have read the [CONTRIBUTING](https://github.com/Pythoughts-labs/pythinker-cli/blob/main/CONTRIBUTING.md) document.
- [ ] I have linked the related issue, if any.
- [ ] I have added tests that prove my fix is effective or that my feature works.
- [ ] I have run `make gen-changelog` to update the changelog.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ concurrency:
jobs:
build:
# Only run on the original repository, not on forks
if: github.repository == 'Pythoughts-labs/pythinker-code'
if: github.repository == 'Pythoughts-labs/pythinker-cli'
runs-on: ubuntu-latest
steps:
- name: Checkout repository
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/homebrew-tap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,14 +158,14 @@ jobs:
cat > README.md <<EOF
# homebrew-pythinker

Homebrew tap for [Pythinker Code](https://github.com/Pythoughts-labs/pythinker-code).
Homebrew tap for [Pythinker Code](https://github.com/Pythoughts-labs/pythinker-cli).

\`\`\`sh
brew install Pythoughts-labs/pythinker/pythinker-code
\`\`\`

This tap is auto-updated by the
[homebrew-tap.yml](https://github.com/Pythoughts-labs/pythinker-code/blob/main/.github/workflows/homebrew-tap.yml)
[homebrew-tap.yml](https://github.com/Pythoughts-labs/pythinker-cli/blob/main/.github/workflows/homebrew-tap.yml)
workflow on every \`v*.*.*\` tag. Do not hand-edit \`Formula/*\` — your
edits will be overwritten on the next release.
EOF
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/scoop-bucket.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,15 +129,15 @@ jobs:
cat > README.md <<'EOF'
# scoop-pythinker

Scoop bucket for [Pythinker Code](https://github.com/Pythoughts-labs/pythinker-code).
Scoop bucket for [Pythinker Code](https://github.com/Pythoughts-labs/pythinker-cli).

```pwsh
scoop bucket add pythinker https://github.com/Pythoughts-labs/scoop-pythinker
scoop install pythinker-code
```

This bucket is auto-updated by the
[scoop-bucket.yml](https://github.com/Pythoughts-labs/pythinker-code/blob/main/.github/workflows/scoop-bucket.yml)
[scoop-bucket.yml](https://github.com/Pythoughts-labs/pythinker-cli/blob/main/.github/workflows/scoop-bucket.yml)
workflow on every semver release tag. Do not hand-edit `bucket/*` — your
edits will be overwritten on the next release.
EOF
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/winget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
if (-not $env:WINGET_TOKEN) {
throw "WINGET_SUBMIT_TOKEN is not configured"
}
$installerUrl = "https://github.com/Pythoughts-labs/pythinker-code/releases/download/v$env:VERSION/PythinkerSetup-$env:VERSION.exe"
$installerUrl = "https://github.com/Pythoughts-labs/pythinker-cli/releases/download/v$env:VERSION/PythinkerSetup-$env:VERSION.exe"
$wingetCreateUrl = "https://github.com/microsoft/winget-create/releases/download/v1.12.8.0/wingetcreate.exe"
$wingetCreateSha256 = "8BD738851B524885410112678E3771B341C5C716DE60FBBECB88AB0A363ED85D"
Invoke-WebRequest -Uri $wingetCreateUrl -OutFile wingetcreate.exe
Expand Down
Loading
Loading