Skip to content

Commit 5306e78

Browse files
committed
f
1 parent caf7262 commit 5306e78

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

contributing.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,16 @@ For tips and tricks on contributing, see `how to submit a contribution
3737
specifically `opening a pull request
3838
<https://opensource.guide/how-to-contribute/#opening-a-pull-request>`_.
3939

40+
If you want to contribute to someone else's fork and find yourself forgetting
41+
how to do it every time, here's the runbook:
42+
43+
.. code:: sh
44+
45+
git remote add [name] [email protected]:[name]/sphinx-codeautolink.git
46+
git fetch [name]
47+
git switch -c branch [name]/branch
48+
git remote rm [name]
49+
4050
Testing
4151
-------
4252
The installation can be verified, and any changes tested by running tox.

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ version = {attr = "sphinx_codeautolink.__version__"}
4949
python_files = "*.py"
5050
testpaths = ["tests"]
5151
filterwarnings = [
52-
"error",
5352
"ignore:.*IPython:UserWarning",
5453
]
5554

0 commit comments

Comments
 (0)