Skip to content

Commit 4e016f0

Browse files
committed
docs: update issue templates
1 parent b6a74f2 commit 4e016f0

5 files changed

Lines changed: 11 additions & 20 deletions

File tree

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
blank_issues_enabled: false
22
contact_links:
3-
- name: Bug reports, feature requests, and questions!
3+
- name: Questions, feature requests, problems, talk, etc
44
url: https://github.com/fuzdev/fuz_gitops/discussions/new/choose
5-
about: Start here!
5+
about: discussions
Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,8 @@
11
---
2-
name: For Maintainers Only
3-
title: wait stop, read the text below
4-
about: Do not use. Only for approved topics from the GitHub discussions.
2+
name: New issue (bugs only)
3+
title: (bug reports only, make a discussion for everything else)
4+
about: bugs
55
---
66

7-
**WAIT STOP!!** Read below:
8-
9-
fuz.dev uses discussions instead of issues for its GitHub repos.
10-
Go to https://github.com/fuzdev/fuz_gitops/discussions/new/choose
11-
or https://github.com/fuzdev/fuz_gitops/discussions
12-
and close this. Thank you for contributing!
13-
14-
Why? This keeps all issues actionable for maintainers,
15-
and discussions offer more affordances like voting, polls, Q&A, etc.
16-
17-
**WAIT STOP!!** read above :)
7+
tip: use discussions for everything except bugs:
8+
https://github.com/fuzdev/fuz_gitops/discussions/new/choose

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/routes/repos.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16671,7 +16671,7 @@
1667116671
"name": "SveltePackageOptions",
1667216672
"kind": "type",
1667316673
"doc_comment": "Options to the SvelteKit packaging CLI.",
16674-
"see_also": ["https://kit.svelte.dev/docs/packaging#options"],
16674+
"see_also": ["https://svelte.dev/docs/kit/packaging#Options"],
1667516675
"source_line": 104,
1667616676
"type_signature": "SveltePackageOptions",
1667716677
"properties": [

svelte.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export default {
1212
vitePlugin: {inspector: true},
1313
kit: {
1414
adapter: adapter(),
15-
paths: {relative: false}, // use root-absolute paths for SSR path comparison: https://kit.svelte.dev/docs/configuration#paths
15+
paths: {relative: false}, // use root-absolute paths for SSR path comparison: https://svelte.dev/docs/kit/configuration#paths
1616
alias: {$routes: 'src/routes', '@fuzdev/fuz_gitops': 'src/lib'},
1717
csp: {
1818
directives: create_csp_directives({

0 commit comments

Comments
 (0)