Prompt users to use Discussions for feature requests (#23821)
I'm moving forward on this - we can revert if it ends up being a bad move. Release Notes: - N/A
This commit is contained in:
parent
43f3491d50
commit
06936c69f6
3 changed files with 4 additions and 16 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue