From 14edc1308afe14276399907fdefa56c03153e032 Mon Sep 17 00:00:00 2001 From: Brandon Nguyen <112731698+bxngyn@users.noreply.github.com> Date: Thu, 7 Aug 2025 21:10:09 -0400 Subject: [PATCH 1/4] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 36 ++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..ffc65c9 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,36 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' + +--- + +**Note:** This repository and all other CS50 repositories **are not** the place to submit your completed problem sets or request help with assignments. If you’re stuck on a problem set, please consult one of our [many communities](https://cs50.harvard.edu/x/communities/). + +Visit our [contribution guideline](https://github.com/cs50/problems/blob/2025/x/.gitignore) for more details. + + +**Background** +A concise explanation of the problem encountered. Be specific about what bug you are addressing (problem set, command line tooling, etc.) and the context in which it occurred. + +**Steps To Reproduce** +Steps to reproduce the behavior: +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +Include code/screenshots that caused the error as long as it does not violate CS50's [Academic Honesty policy](https://cs50.harvard.edu/x/honesty/) + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Desktop (please complete the following information):** + - OS: [e.g. iOS] + - Browser [e.g. chrome, safari] + - Version [e.g. 22] + +**Additional context** +Add any other context about the problem here. From d2ae77f2099f4dc08250118a01211808a2198d50 Mon Sep 17 00:00:00 2001 From: Brandon Nguyen <112731698+bxngyn@users.noreply.github.com> Date: Thu, 7 Aug 2025 21:13:43 -0400 Subject: [PATCH 2/4] Update bug_report.md --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index ffc65c9..ee2b3d1 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -9,7 +9,7 @@ assignees: '' **Note:** This repository and all other CS50 repositories **are not** the place to submit your completed problem sets or request help with assignments. If you’re stuck on a problem set, please consult one of our [many communities](https://cs50.harvard.edu/x/communities/). -Visit our [contribution guideline](https://github.com/cs50/problems/blob/2025/x/.gitignore) for more details. +Visit our [contribution guideline](https://github.com/cs50/problems/blob/2025/x/CONTRIBUTING.md) for more details. **Background** From ded270d969826b42dcaecb42df4d43d37951ef84 Mon Sep 17 00:00:00 2001 From: Brandon Nguyen <112731698+bxngyn@users.noreply.github.com> Date: Thu, 7 Aug 2025 21:21:23 -0400 Subject: [PATCH 3/4] Update bug_report.md --- .github/ISSUE_TEMPLATE/bug_report.md | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index ee2b3d1..9fb3c65 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -7,9 +7,12 @@ assignees: '' --- -**Note:** This repository and all other CS50 repositories **are not** the place to submit your completed problem sets or request help with assignments. If you’re stuck on a problem set, please consult one of our [many communities](https://cs50.harvard.edu/x/communities/). + **Background** @@ -17,10 +20,10 @@ A concise explanation of the problem encountered. Be specific about what bug you **Steps To Reproduce** Steps to reproduce the behavior: -1. Go to '...' -2. Click on '....' -3. Scroll down to '....' -4. See error +1. ... +2. ... +3. ... +... Include code/screenshots that caused the error as long as it does not violate CS50's [Academic Honesty policy](https://cs50.harvard.edu/x/honesty/) @@ -33,4 +36,4 @@ A clear and concise description of what you expected to happen. - Version [e.g. 22] **Additional context** -Add any other context about the problem here. +Add any other context that will help staff troubleshoot the issue, such as why you think it happened, troubleshooting you already tried, etc.) From e9fcd798e9e9e48f1d0095c9bcab063ca957c0d4 Mon Sep 17 00:00:00 2001 From: Brandon Nguyen <112731698+bxngyn@users.noreply.github.com> Date: Thu, 7 Aug 2025 21:29:04 -0400 Subject: [PATCH 4/4] Update bug_report.md --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 9fb3c65..3d04738 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -31,7 +31,7 @@ Include code/screenshots that caused the error as long as it does not violate CS A clear and concise description of what you expected to happen. **Desktop (please complete the following information):** - - OS: [e.g. iOS] + - OS: [e.g. macOS, Windows, Linux] - Browser [e.g. chrome, safari] - Version [e.g. 22]