CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Wed, 23 Jul 2025 15:55:56 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20091003014714
location: https://web.archive.org/web/20091003014714/https://github.com/guides/working-with-the-issue-tracker
server-timing: captures_list;dur=2.498827, exclusion.robots;dur=0.023391, exclusion.robots.policy;dur=0.009126, esindex;dur=0.013451, cdx.remote;dur=207.386854, LoadShardBlock;dur=604.419092, PetaboxLoader3.datanode;dur=117.102438, PetaboxLoader3.resolve;dur=193.464196
x-app-server: wwwb-app239
x-ts: 302
x-tr: 1490
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=14
set-cookie: SERVER=wwwb-app239; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Wed, 23 Jul 2025 15:55:58 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Sat, 03 Oct 2009 01:47:13 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "069395e9e1eec963340ccc97a015f2a9"
x-archive-orig-x-runtime: 121ms
x-archive-orig-content-length: 7585
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Sat, 03 Oct 2009 01:47:14 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Sun, 27 Sep 2009 08:55:05 GMT", ; rel="prev memento"; datetime="Sun, 27 Sep 2009 08:55:05 GMT", ; rel="memento"; datetime="Sat, 03 Oct 2009 01:47:14 GMT", ; rel="next memento"; datetime="Mon, 28 May 2012 06:51:28 GMT", ; rel="last memento"; datetime="Mon, 05 Nov 2012 03:40:31 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 51_12_20091003011154_crawl100-c/51_12_20091003014602_crawl101.arc.gz
server-timing: captures_list;dur=0.670045, exclusion.robots;dur=0.023676, exclusion.robots.policy;dur=0.009135, esindex;dur=0.012069, cdx.remote;dur=29.198939, LoadShardBlock;dur=568.816410, PetaboxLoader3.datanode;dur=1404.268654, PetaboxLoader3.resolve;dur=245.167560, load_resource;dur=1142.262099
x-app-server: wwwb-app239
x-ts: 200
x-tr: 1786
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
Working with the Issue Tracker - Guides - GitHub
Guides: Working with the Issue Tracker
Guides: Working with the Issue Tracker
Close issues from a commit message
During commit you can close any active issues in your issue tracker like so:
$ git commit -m "fixed the damn IE6 bug. closes #41"
It will also create a comment on the issue with the message and add a link to the commit’s SHA.
Keyboard shortcuts
Press ? to bring up the shortcut menu.
They are currently:
c Create issue
l Create label
i Back to inbox
u Back to issues
I Mark selected as read
U Mark selected as unread
e Close selected
y Remove selected from view
j Move target down
k Move target up
o Show target
x Toggle select target
? Show hotkey help
/ Focus issues search
enter Show target
Other features
- Create and apply labels to issues to assign to users or categorize
- Drag and drop issues to prioritize them
- Vote on issues that you want to see tackled
- Search, sort, and filter
- Keyboard shortcuts
Short video introduction to GitHub Issues
Last edited by paulirish, 7 days ago
Versions:
This feature is coming soon. Sit tight!