Skip to content

Add template for opening issues #366

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: 2025/x
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 39 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
---
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/CONTRIBUTING.md) 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. ...
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/)

**Expected behavior**
A clear and concise description of what you expected to happen.

**Desktop (please complete the following information):**
- OS: [e.g. macOS, Windows, Linux]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]

**Additional context**
Add any other context that will help staff troubleshoot the issue, such as why you think it happened, troubleshooting you already tried, etc.)