Skip to content

Commit

Permalink
Add issue triage documentation (#2236)
Browse files Browse the repository at this point in the history
* Add issue triage documentation

Co-authored-by: Łukasz Langa <lukasz@langa.pl>
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
  • Loading branch information
3 people authored May 16, 2021
1 parent 904fe94 commit 403ce1a
Show file tree
Hide file tree
Showing 6 changed files with 229 additions and 66 deletions.
3 changes: 2 additions & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ pre-commit = "*"
readme_renderer = "*"
MyST-Parser = ">=0.13.7"
sphinxcontrib-programoutput = ">=0.17"
sphinx-copybutton = ">=0.3.0"
setuptools = ">=39.2.0"
setuptools-scm = "*"
twine = ">=1.11.0"
Expand All @@ -22,7 +23,7 @@ black = {editable = true, extras = ["d"], path = "."}

[packages]
aiohttp = ">=3.6.0"
aiohttp-cors = "*"
aiohttp-cors = ">=0.4.0"
appdirs = "*"
click = ">=7.1.2"
mypy_extensions = ">=0.4.3"
Expand Down
120 changes: 55 additions & 65 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ def make_pypi_svg(version: str) -> None:
"sphinx.ext.napoleon",
"myst_parser",
"sphinxcontrib.programoutput",
"sphinx_copybutton",
]

# If you need extensions of a certain version or higher, list them here.
Expand Down
1 change: 1 addition & 0 deletions docs/contributing/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Contributing

the_basics
gauging_changes
issue_triage
release_process
reference/reference_summary

Expand Down
Loading

0 comments on commit 403ce1a

Please sign in to comment.