Skip to content

Commit e9ae134

Browse files
docs: route feature requests to Discussions
- Disable feature-request issue templates - Direct contributors to Ideas discussions for proposals
1 parent f0ebc62 commit e9ae134

5 files changed

Lines changed: 14 additions & 106 deletions

File tree

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ body:
99
attributes:
1010
value: |
1111
Use this form for broken behavior, regressions, crashes, or reliability problems.
12+
Feature requests belong in [Discussions](https://github.com/pingdotgg/t3code/discussions/categories/ideas).
1213
Search existing issues first and keep the report focused on one problem.
1314
1415
- type: checkboxes

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: Feature request
4+
url: https://github.com/pingdotgg/t3code/discussions/categories/ideas
5+
about: Suggest an improvement or new capability in Discussions.

.github/ISSUE_TEMPLATE/feature_request.yml

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

CONTRIBUTING.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44

55
We are not actively accepting contributions right now.
66

7-
You can still open an issue or PR, but please do so knowing there is a high chance we close it, defer it forever, or never look at it.
7+
You can still report a bug or open a PR, but please do so knowing there is a high chance we close it, defer it forever, or never look at it.
8+
9+
Feature requests and proposals belong in [Ideas discussions](https://github.com/pingdotgg/t3code/discussions/categories/ideas), not issues.
810

911
If that sounds annoying, that is because it is. This project is still early and we are trying to keep scope, quality, and direction under control.
1012

@@ -50,9 +52,9 @@ If the change depends on motion, timing, transitions, or interaction details, in
5052

5153
If we have to guess what changed, we are much less likely to review it.
5254

53-
## Issues First
55+
## Discuss Changes First
5456

55-
If you are thinking about a non-trivial change, open an issue first.
57+
If you are thinking about a non-trivial change, start a discussion first. Issues are reserved for bug reports.
5658

5759
That still does not mean we will want the PR, but it gives you a chance to avoid wasting your time.
5860

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,8 @@ Checkout their getting started guide for more information: https://viteplus.dev/
113113
vp i
114114
```
115115

116-
Read [CONTRIBUTING.md](./CONTRIBUTING.md) before opening an issue or PR.
116+
Read [CONTRIBUTING.md](./CONTRIBUTING.md) before reporting a bug or opening a PR.
117+
118+
Have a feature request? Start an [Ideas discussion](https://github.com/pingdotgg/t3code/discussions/categories/ideas).
117119

118120
Need support? Join the [Discord](https://discord.gg/jn4EGJjrvv).

0 commit comments

Comments
 (0)