Contents
Code labels are three-letter codes with which commit messages can be prefixed.
CODE Label color name background text ---- -------------- --------------- ---------- ------- BLD: build light green #bfe5bf #2a332a BUG: bug red #fc2929 #ffffff (github default) CLN: cleanup light yellow #fef2c0 #333026 DOC: documentation light blue #c7def8 #282d33 ENH: enhancement blue #84b6eb #1c2733 (github default) PRF: performance deep purple #5319e7 #ffffff REF: refactor dark green #009800 #ffffff RLS: release dark blue #0052cc #ffffff SEC: security orange #eb6420 #ffffff TST: test light purple #d4c5f9 #2b2833 UBY: usability light pink #f7c6c7 #332829 # Workflow Labels (e.g. for waffle.io kanban board columns) ready dark sea green #006b75 #ffffff in progress yellow #fbca04 #332900 # GitHub Labels duplicate darker gray #cccccc #333333 (github default) help wanted green #159818 #ffffff (github default) invalid light gray #e6e6e6 #333333 (github default) question fuschia #cc317c #ffffff (github default) wontfix white #ffffff #333333 (github default) Note: All of these color codes (except for fuschia) are drawn from the default GitHub palette. Note: There are 18 labels listed here.
Note
For examples with color swatches in alphabetical order, see https://github.com/westurner/dotfiles/labels
See: workflow#code-labels for Code Label syntax and usage information.
- [x] ENH: Add WAI-ARIA roles to examples/theme/index.html (document, main) twbs/bootstrap#12228
- [x] BLD: Use console_scripts entry_points in the setup.py file https://github.com/celery/celery/commit/cf2148e90
- [ ] SEC: Security: fullscreen nagbar forces (unsafe) site whitelist https://code.google.com/p/chromium/issues/detail?id=409458
- [x] Google Datastore (String)ListProperty https://code.google.com/p/fixture/issues/detail?id=36
- [x] Allow passing extra arguments to iptest through for nose ipython/ipython#4242
- [x] ENH: Redirect github blob URLs to raw.github URLs jupyter/nbviewer#118
- [x] Add ipynb crosstab and chart: briandailey/pycon-job-fair#8
- [x] Updated README.md paths, matplotlib fonts, added a Makefile briandailey/pycon-job-fair#10
[x] Updated version_information.py: Escape JSON, HTMl, and LaTeX version strings jrjohansson/version_information#2
[x] Added check for pkg_resources version and extended `__doc__` jrjohansson/version_information#3
[ ] ENH: "Adds %version_information extension"
ipython/ipython#4666 (2013)
- [ ] DOC: Update templates.rst: syntax, commas, expansion pallets/jinja#389
- [x] BUG: Match tweet #hashtag word boundaries, https:// URLS, min.js christianvuerings/jquery-lifestream#181 (#182, #183)
- [ ] ENH: Linked Datasets (RDF) pandas-dev/pandas#3402
- [x] PERF: generators in dataframe.from_records pandas-dev/pandas#6700
- [x] DOC: CONTRIBUTING.md: Gold plating: syntax, punctuation, Markdown https://github.com/pydata/pandas/commit/372226c
- [x] DOC: XSS in quicktour/views/views.py Pylons/pyramid#1294
- [x] DOC: Add cgi.escape to quick_tour/views/views.py (Fixes #1294) https://github.com/Pylons/pyramid/commit/f1f35b7
- [x] DOC: Response.content_type defaults to text/html (#1181) Pylons/pyramid#1295
- [ ] ENH: Mirroring/caching support conda/conda#414
- [x] ENH: random.shuffle could be faster (rejected) http://bugs.python.org/issue18511
- [ ] Implement "hook" support for package signature verification pypa/pip#1035 (comment)
- [ ] option to confirm expected package hashes when installing (requirements.lock) pypa/pip#1175 (comment)
- [ ] UBY: static/css/pypi-screen.css: collapse and lighten table.docutils borders https://bitbucket.org/pypa/pypi/pull-request/61/uby-static-css-pypi-screencss-collapse-and/diff
- [x] Add Schema.org VideoObject RDFa metadata pyvideo/richard#213
- [x] TST: tests/conftest.py: add fixed IPv4 127.0.0.1 and specify /tmp as socket directory (for Ubuntu 12.04 LTS default config) pypi/warehouse#263
- [x] DOC: dockerio state: code-block docstring syntax saltstack/salt#9292
- [x] DOC: dockerio module: docs syntax and formatting saltstack/salt#9294
- [ ] ENH: Read Pillar files into OrderedDict to preserve source order saltstack/salt#12161
- [x] DOC: Update GitFS documentation (syntax, links) saltstack/salt#12181
- [x] BUG, ENH, PERF: Debian/Ubuntu network configuration saltstack/salt#12216
- [ ] Formula dependency management saltstack/salt#12179
- [ ] ENH: GPG signatures, branch-environment map (GitFS/HgFS workflow) saltstack/salt#12183
- [x] DOC: Use full state names; add RST formatting saltstack-formulas/apt-formula#5
- [x] ENH: Add apt.transports.https and apt.transports.debtorrent saltstack-formulas/apt-formula#6
- [x] ENH: Add apt.ppa for pkg:python-software-properties (add-apt-repository) saltstack-formulas/apt-formula#7
- [x] ENH: Add dnsmasq.absent (pkg, service) saltstack-formulas/dnsmasq-formula#4
- [x] DOC: Update README.rst: formatting, Available states saltstack-formulas/dnsmasq-formula#5
- [x] ENH: Add install_from_ppa pillar setting and PPA pkgrepo saltstack-formulas/nginx-formula#42
- [x] BUG: pkgrepo.absent, pkgrepo:watch_in(pkg), install_from_ppa saltstack-formulas/nginx-formula#44
- [x] ENH: Add a UseDNS option saltstack-formulas/openssh-formula#13
- [x] BUG: Fix for nested [file|pillar]_roots in minion tmp saltstack-formulas/salt-formula#42
[ ] ENH: Add call, check_call, check_output, CalledProcessError, expected_returncode (#26)
https://bitbucket.org/vinay.sajip/sarge/pull-request/1/enh-add-call-check_call-check_output/diff
- [ ] Add Arial and Liberation Sans to mpl.rcParams["font.sans-serif"] mwaskom/seaborn#171
- [x] ENH: Added WAI-ARIA roles to themes (document, banner, navigation, main, contentinfo, note, search) https://bitbucket.org/birkenfeld/sphinx/pull-request/204/added-wai-aria-roles-to-themes-document/diff
- [x] ENH: apidoc: Add a -M option to put module documentation before submodule documentation https://bitbucket.org/birkenfeld/sphinx/pull-request/236/1456-apidoc-add-a-m-option-to-put-module/diff
- [x] DOC: Add reference to markup/para.rst#glossary-directive from markup/inline.rst https://bitbucket.org/birkenfeld/sphinx/pull-request/310/doc-add-reference-to-markup-pararst/diff
- [x] ENH: Added WAI-ARIA roles to layout, search, searchbox (document, navigation, banner, main, contentinfo) tell-k/sphinxjp.themes.basicstrap#7
- [x] ENH: Added WAI-ARIA roles (document, navigation, main, note, contentinfo, search) readthedocs/sphinx_rtd_theme#86
- [x] ENH: Added WAI-ARIA roles (document, navigation, main, note, contentinfo, search) readthedocs/sphinx_rtd_theme#86
- [x] ENH: Added WAI-ARIA roles to themes (document, banner, navigation, main, and contentinfo) vladris/tinkerer#43
- [x] PERF: Inverted configuration keybindings to make reverse lookups faster https://github.com/alejandrogomez/turses/pull/172
- [x] ENH: Add mouse scroll wheel support (#165) https://github.com/alejandrogomez/turses/pull/171
- [x] DOC: Added sklearn, statsmodels, Rdatasets, and mldata.org dataset resources datasciencemasters/go#28
- [x] DOC: Added links to Python Tutorials, Scipy-lectures, Anaconda, Canopy, and fixed IPython capitalization datasciencemasters/go#29
- [ ]
- [x] DOC: Added links to RDFa 1.1 lite and HTML versions mhausenblas/schema-org-rdf#49
- [ ] TODO: DOC: Add links to topbraid versions
- [x] DOC: Lecture-4-Matplotlib.ipynb: Syntax, FFMpeg workaround, clarification jrjohansson/scientific-python-lectures#12
- [x] DOC: Showing the effects of rounding as in the documentation for `numpy.around` scipy-lectures/scientific-python-lectures#31
- [x] DOC: Update README.rst: github.com -> github.io scipy-lectures/scientific-python-lectures#95
- [x] https://github.com/bayandin/awesome-awesomeness
- [x] https://github.com/onurakpolat/awesome-bigdata
- [x] https://github.com/josephmisiti/awesome-machine-learning
- [x] https://github.com/caesar0301/awesome-public-datasets
- [x] https://github.com/vinta/awesome-python
- [x] https://github.com/yoloseem/awesome-sphinxdoc
- [x] https://github.com/dahlia/awesome-sqlalchemy
- [x] https://github.com/kahun/awesome-sysadmin
- [x] https://github.com/josephmisiti/awesome-machine-learning
- [x] https://github.com/ligershark/webdevchecklist.com
- [x] https://github.com/bento-io/collection
- [x] https://github.com/dypsilon/frontend-dev-bookmarks
- [x] https://github.com/samsquire/ideas