From 7247bf5bb0437d560e150f41bb2e7de81a0c0eb5 Mon Sep 17 00:00:00 2001 From: Evan Cole <18554853+colevandersWands@users.noreply.github.com> Date: Mon, 23 Dec 2024 09:26:34 -0500 Subject: [PATCH 1/7] no longer suggesting discussions --- collaboration/guide/0_repository_setup.md | 1 - 1 file changed, 1 deletion(-) diff --git a/collaboration/guide/0_repository_setup.md b/collaboration/guide/0_repository_setup.md index 4044fe979..1e5e1aca7 100644 --- a/collaboration/guide/0_repository_setup.md +++ b/collaboration/guide/0_repository_setup.md @@ -17,7 +17,6 @@ repository and configure it for collaboration: - Update your main README with your group name and an initial overview of your project. (You can change this as much as you want.) - Under settings in your repository select: - _Issues_ - - _Discussions_ - _Projects_ - _Always suggest updating pull request branches_ - Collaboration Settings From 368ebaf35790b07972744ad4a76d9fc9b3f105aa Mon Sep 17 00:00:00 2001 From: colevandersWands <18554853+colevandersWands@users.noreply.github.com> Date: Thu, 26 Dec 2024 16:53:34 -0500 Subject: [PATCH 2/7] md formatting fix --- .github/ISSUE_TEMPLATE/help_wanted.md | 6 +++--- .github/ISSUE_TEMPLATE/meeting_agenda.md | 3 ++- .github/ISSUE_TEMPLATE/new_challenge.md | 5 ++--- .github/ISSUE_TEMPLATE/question.md | 2 +- collaboration/guide/0_repository_setup.md | 9 +++++---- 5 files changed, 13 insertions(+), 12 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/help_wanted.md b/.github/ISSUE_TEMPLATE/help_wanted.md index 2ee010f2e..939dbba0a 100644 --- a/.github/ISSUE_TEMPLATE/help_wanted.md +++ b/.github/ISSUE_TEMPLATE/help_wanted.md @@ -1,10 +1,10 @@ --- name: help wanted -about: > +about: > A template issue for when you're blocked on certain lines of code. - This template has many sections to get you thinking about your problem, you don't need to fill all of them. + This template has many sections to get you thinking about your problem, + you don't need to fill all of them. labels: "help wanted" - ---