Skip to content

Commit 6fc771a

Browse files
Update references to github discussions over to issues
1 parent 2411698 commit 6fc771a

File tree

15 files changed

+21
-34
lines changed

15 files changed

+21
-34
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ Sourcebot v3 is here and brings a number of structural changes to the tool's fou
286286

287287
### Removed
288288
- [**Breaking Change**] Removed `db.json` in favour of a Postgres database for transactional workloads. See the [architecture overview](https://docs.sourcebot.dev/self-hosting/overview#architecture).
289-
- [**Breaking Change**] Removed local folder & arbitrary .git repo support. If your deployment depended on these features, please [open a discussion](https://github.com/sourcebot-dev/sourcebot/discussions/categories/support) and let us know.
289+
- [**Breaking Change**] Removed local folder & arbitrary .git repo support. If your deployment depended on these features, please [open a issue](https://github.com/sourcebot-dev/sourcebot/issues/new?template=get_help.md) and let us know.
290290
- [**Breaking Chnage**] Removed ability to specify a `token` as a string literal from the schema.
291291
- [**Breaking Change**] Removed support for `DOMAIN_SUB_PATH` configuration.
292292

README.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,12 @@
1919

2020
<div>
2121
<a href="https://docs.sourcebot.dev/"><strong>Docs</strong></a> ·
22-
<a href="https://github.com/sourcebot-dev/sourcebot/issues"><strong>Report Bug</strong></a> ·
23-
<a href="https://github.com/sourcebot-dev/sourcebot/discussions/categories/ideas"><strong>Feature Request</strong></a> ·
24-
<a href="https://www.sourcebot.dev/changelog"><strong>Changelog</strong></a> ·
25-
<a href="https://www.sourcebot.dev/contact"><strong>Contact</strong></a> ·
22+
<a href="https://github.com/sourcebot-dev/sourcebot/issues/459"><strong>Roadmap</strong></a> ·
23+
<a href="https://github.com/sourcebot-dev/sourcebot/issues/new?template=bug_report.yml"><strong>Report Bug</strong></a> ·
24+
<a href="https://github.com/sourcebot-dev/sourcebot/issues/new?template=feature_request.md"><strong>Feature Request</strong></a> ·
25+
<a href="https://www.sourcebot.dev/changelog"><strong>Changelog</strong></a>
2626
</div>
2727
<br/>
28-
<span>Sourcebot uses <a href="https://github.com/sourcebot-dev/sourcebot/discussions"><strong>Github Discussions</strong></a> for Support and Feature Requests.</span>
29-
<br/>
30-
<br/>
3128
<div>
3229
</div>
3330
</div>

docs/docs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
},
110110
{
111111
"anchor": "Support",
112-
"href": "https://github.com/sourcebot-dev/sourcebot/discussions/categories/support",
112+
"href": "https://github.com/sourcebot-dev/sourcebot/issues/new?template=get_help.md",
113113
"icon": "life-ring"
114114
}
115115
]

docs/docs/configuration/auth/faq.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,4 @@ This page covers a range of frequently asked questions about Sourcebot's built-i
4141
</Accordion>
4242
</AccordionGroup>
4343

44-
45-
Have a question that's not answered here? Submit it on our [GitHub discussions](https://github.com/sourcebot-dev/sourcebot/discussions)
46-
page and we'll get back to you as soon as we can!
44+
Have a question that's not answered here? Submit an issue on [GitHub](https://github.com/sourcebot-dev/sourcebot/issues/new/choose) and we'll get back to you as soon as we can.

docs/docs/configuration/auth/overview.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ Sourcebot's built-in authentication system gates your deployment, and allows adm
2525
# Troubleshooting
2626

2727
- If you experience issues logging in, logging out, or accessing an organization you should have access to, try clearing your cookies & performing a full page refresh (`Cmd/Ctrl + Shift + R` on most browsers).
28-
- Still not working? Reach out to us on our [discord](https://discord.com/invite/6Fhp27x7Pb) or [github discussions](https://github.com/sourcebot-dev/sourcebot/discussions)
28+
- Still not working? Reach out to us on our [discord](https://discord.com/invite/6Fhp27x7Pb) or [GitHub](https://github.com/sourcebot-dev/sourcebot/issues/new/choose)

docs/docs/configuration/language-model-providers.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ provide Sourcebot.
4343
# Supported Providers
4444

4545
Sourcebot uses the [Vercel AI SDK](https://ai-sdk.dev/docs/introduction), so it can integrate with any provider the SDK supports. If you don't see your provider below please submit
46-
a [feature request](https://github.com/sourcebot-dev/sourcebot/discussions/categories/feature-requests).
46+
a [feature request](https://github.com/sourcebot-dev/sourcebot/issues/new?template=feature_request.md).
4747

4848
For a detailed description of all the providers, please refer to the [schema](https://github.com/sourcebot-dev/sourcebot/blob/main/schemas/v3/languageModel.json).
4949

docs/docs/connections/gerrit.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ icon: crow
66

77
import GerritSchema from '/snippets/schemas/v3/gerrit.schema.mdx'
88

9-
<Note>Authenticating with Gerrit is currently not supported. If you need this capability, please raise a [feature request](https://github.com/sourcebot-dev/sourcebot/discussions/categories/ideas).</Note>
9+
<Note>Authenticating with Gerrit is currently not supported. If you need this capability, please raise a [feature request](https://github.com/sourcebot-dev/sourcebot/issues/new?template=feature_request.md).</Note>
1010

1111
Sourcebot can sync code from self-hosted gerrit instances.
1212

docs/docs/connections/overview.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ To learn more about how to create a connection for a specific code host, check o
6767

6868
<SupportedPlatforms />
6969

70-
<Note>Missing your code host? [Submit a feature request on GitHub](https://github.com/sourcebot-dev/sourcebot/discussions/categories/ideas).</Note>
70+
<Note>Missing your code host? [Submit a feature request on GitHub](https://github.com/sourcebot-dev/sourcebot/issues/new?template=feature_request.md).</Note>
7171

7272

7373
## Schema reference

docs/docs/connections/request-new.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
sidebarTitle: Request another host
3-
url: https://github.com/sourcebot-dev/sourcebot/discussions/categories/ideas
3+
url: https://github.com/sourcebot-dev/sourcebot/issues/new?template=feature_request.md
44
title: Request another code host
55
icon: plus
66
---
77

8-
Is your code host not supported? Please open a [feature request](https://github.com/sourcebot-dev/sourcebot/discussions/categories/ideas).
8+
Is your code host not supported? Please open a [feature request](https://github.com/sourcebot-dev/sourcebot/issues/new?template=feature_request.md).

docs/docs/deployment-guide.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import SupportedPlatforms from '/snippets/platform-support.mdx'
77
The following guide will walk you through the steps to deploy Sourcebot on your own infrastructure. Sourcebot is distributed as a [single docker container](/docs/overview#architecture) that can be deployed to a k8s cluster, a VM, or any platform that supports docker.
88

99

10-
<Note>Hit an issue? Please let us know on [GitHub discussions](https://github.com/sourcebot-dev/sourcebot/discussions/categories/support) or by [emailing us](mailto:[email protected]).</Note>
10+
<Note>Hit an issue? Please let us know on [GitHub](https://github.com/sourcebot-dev/sourcebot/issues/new/choose) or by [emailing us](mailto:[email protected]).</Note>
1111

1212
<Steps>
1313
<Step title="Requirements">

0 commit comments

Comments
 (0)