Skip to content

Commit

Permalink
Prompt users to use Discussions for feature requests (#23821)
Browse files Browse the repository at this point in the history
I'm moving forward on this - we can revert if it ends up being a bad
move.

Release Notes:

- N/A
  • Loading branch information
JosephTLyons committed Jan 29, 2025
1 parent ad054eb commit b5b66f7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 50 deletions.
34 changes: 0 additions & 34 deletions .github/ISSUE_TEMPLATE/0_feature_request.yml

This file was deleted.

24 changes: 9 additions & 15 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,12 @@
# yaml-language-server: $schema=https://json.schemastore.org/github-issue-config.json
blank_issues_enabled: false
contact_links:
- name: Language Request
url: https://github.com/zed-industries/extensions/issues/new?assignees=&labels=language&projects=&template=1_language_request.yml&title=%3Cname_of_language%3E
about: Request a language in the extensions repository
- name: Theme Request
url: https://github.com/zed-industries/extensions/issues/new?assignees=&labels=theme&projects=&template=0_theme_request.yml&title=%3Cname_of_theme%3E+theme
about: Request a theme in the extensions repository
- name: Top-Ranking Issues
url: https://github.com/zed-industries/zed/issues/5393
about: See an overview of the most popular Zed issues
- name: Platform Support
url: https://github.com/zed-industries/zed/issues/5391
about: A quick note on platform support
- name: Positive Feedback
url: https://github.com/zed-industries/zed/discussions/5397
about: A central location for kind words about Zed
- name: Feature Request
url: https://github.com/zed-industries/zed/discussions/new/choose
about: To request a feature, open a new Discussion in one of the appropriate Discussion categories
- name: Zed Discussion Forum
url: https://github.com/zed-industries/zed/discussions
about: A community discussion forum
- name: "Zed Discord: #Support Channel"
url: https://zed.dev/community-links
about: Real-time discussion and user support
2 changes: 1 addition & 1 deletion crates/feedback/src/feedback.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const fn zed_repo_url() -> &'static str {
}

fn request_feature_url() -> String {
"https://github.com/zed-industries/zed/issues/new?template=0_feature_request.yml".to_string()
"https://github.com/zed-industries/zed/discussions/new/choose".to_string()
}

fn file_bug_report_url(specs: &SystemSpecs) -> String {
Expand Down

0 comments on commit b5b66f7

Please sign in to comment.