From c33787f85ae120d349912f660f6a37a3644fbcfd Mon Sep 17 00:00:00 2001 From: Collin Jackson Date: Sun, 5 Jan 2025 18:01:09 -0800 Subject: [PATCH 1/3] fixes --- .github/ISSUE_TEMPLATE/bug_report.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index a1dfac4..9876b1e 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -7,10 +7,11 @@ Thank you for filing a bug report! 🐛 Please provide a short summary of the bu along with any information you feel relevant to replicating the bug. --> -I tried this code: +<<<<<<< HEAD +I tried this: -```rust - +```sh + ``` I expected to see this happen: *explanation* From 186c0725939f2d7aab2c8d649dae593d05aa0e2e Mon Sep 17 00:00:00 2001 From: Collin Jackson Date: Sun, 5 Jan 2025 18:01:33 -0800 Subject: [PATCH 2/3] disable blank issues --- .github/ISSUE_TEMPLATE/config.yml | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index a2878a0..264ba7f 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,11 +1,5 @@ -blank_issues_enabled: true +blank_issues_enabled: false contact_links: - name: Question - url: https://users.rust-lang.org - about: Please ask and answer questions about Rust on the user forum. - - name: Feature Request - url: https://internals.rust-lang.org/ - about: Please discuss language feature requests on the internals forum. - - name: Clippy Bug - url: https://github.com/rust-lang/rust-clippy/issues/new/choose - about: Please report Clippy bugs such as false positives in the Clippy repo. + url: https://discord.gg/nexus-xyz + about: Please ask and answer questions about Nexus on the Discord server. From 08ee1eeda5c78bda40bda107c35411d76a640aac Mon Sep 17 00:00:00 2001 From: Collin Jackson Date: Sun, 5 Jan 2025 18:02:19 -0800 Subject: [PATCH 3/3] remove conflict marker --- .github/ISSUE_TEMPLATE/bug_report.md | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 9876b1e..e270181 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -7,7 +7,6 @@ Thank you for filing a bug report! 🐛 Please provide a short summary of the bu along with any information you feel relevant to replicating the bug. --> -<<<<<<< HEAD I tried this: ```sh