/github-for-non-tech

How to mark a GitHub issue as resolved?

Learn how to mark a GitHub issue as resolved with our step-by-step guide. Auto-close via commit keywords or manually close issues through GitHub.

Matt Graham, CEO of Rapid Developers

Book a call with an Expert

Starting a new venture? Need to upgrade your web app? RapidDev builds application with your growth in mind.

Book a free No-Code consultation

How to mark a GitHub issue as resolved?

 
Step 1: Navigate to Your GitHub Repository
 

Open your web browser and go to the GitHub repository where the issue lives. You’ll need to be signed in with an account that has permission to view and modify issues.

 
Step 2: Locate the Issue You Want to Resolve
 

Find the “Issues” tab at the top of the repository page and click it. Browse the list or use the search bar to filter by issue number, title, or labels.

  • Click the “Issues” tab.
  • Use the search field (e.g. #123) or filters (Open, Closed, Labels).
  • Select the issue you want to mark as resolved.

 
Step 3: Choose Your Resolution Method
 

You have two main options to mark an issue as resolved:

  • Auto-close via commit message or pull request keywords (Fixes, Closes).
  • Manually close the issue in the GitHub web interface.

 
Step 4: Auto-Close by Including a Keyword in Your Commit Message
 

  1. On your local machine, make sure you’ve cloned and are on the correct branch:
git clone https://github.com/USERNAME/REPO.git
cd REPO
git checkout -b fix-issue-123
  1. Make your code changes to address the issue.

  2. Stage and commit your changes using a closing keyword followed by the issue number:

git add .
git commit -m "Fix typo in documentation. Fixes #123"

 
Step 5: Push Your Branch and Open a Pull Request
 

  1. Push the branch to GitHub:
git push --set-upstream origin fix-issue-123
  1. On GitHub, click the “Compare & pull request” button.

  2. In the PR description, include the same closing keyword if you didn’t in your commit (e.g., “Closes #123”).

  3. Submit the pull request for review.

 
Step 6: Merge the Pull Request to Auto-Close the Issue
 

Once your PR is approved:

  • Click the “Merge pull request” button.
  • Confirm the merge.

GitHub will automatically close the issue referenced by your keyword (e.g., “Fixes #123”).

 
Step 7: Manually Close an Issue via the GitHub Interface
 

If you prefer to close the issue without a commit keyword or after verifying resolution:

  • Open the issue page.
  • Scroll to the bottom of the conversation.
  • Click the “Close issue” button.

 
Step 8: Verify That the Issue Is Resolved
 

After merging your PR or manually closing:

  • The issue status should switch to “Closed.”
  • GitHub may show a notice like “Merged” or “Closed byUSERNAME.”
  • You can reopen it later if needed by clicking “Reopen issue.”

You have now successfully marked a GitHub issue as resolved!

Want to explore opportunities to work with us?

Connect with our team to unlock the full potential of no-code solutions with a no-commitment consultation!

Book a Free Consultation

Client trust and success are our top priorities

When it comes to serving you, we sweat the little things. That’s why our work makes a big impact.

Rapid Dev was an exceptional project management organization and the best development collaborators I've had the pleasure of working with. They do complex work on extremely fast timelines and effectively manage the testing and pre-launch process to deliver the best possible product. I'm extremely impressed with their execution ability.

CPO, Praction - Arkady Sokolov

May 2, 2023

Working with Matt was comparable to having another co-founder on the team, but without the commitment or cost. He has a strategic mindset and willing to change the scope of the project in real time based on the needs of the client. A true strategic thought partner!

Co-Founder, Arc - Donald Muir

Dec 27, 2022

Rapid Dev are 10/10, excellent communicators - the best I've ever encountered in the tech dev space. They always go the extra mile, they genuinely care, they respond quickly, they're flexible, adaptable and their enthusiasm is amazing.

Co-CEO, Grantify - Mat Westergreen-Thorne

Oct 15, 2022

Rapid Dev is an excellent developer for no-code and low-code solutions.
We’ve had great success since launching the platform in November 2023. In a few months, we’ve gained over 1,000 new active users. We’ve also secured several dozen bookings on the platform and seen about 70% new user month-over-month growth since the launch.

Co-Founder, Church Real Estate Marketplace - Emmanuel Brown

May 1, 2024 

Matt’s dedication to executing our vision and his commitment to the project deadline were impressive. 
This was such a specific project, and Matt really delivered. We worked with a really fast turnaround, and he always delivered. The site was a perfect prop for us!

Production Manager, Media Production Company - Samantha Fekete

Sep 23, 2022