File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -32,11 +32,13 @@ Features
32
32
- `Keep a CHANGELOG `_.
33
33
- Consistent coding with EditorConfig _.
34
34
- Badges from Shields.io _.
35
+ - Start coding instantly with `GitHub Codespaces `_.
35
36
36
37
.. _Black : https://black.readthedocs.io/en/stable/
37
38
.. _Codecov : https://codecov.io/
38
39
.. _EditorConfig : https://editorconfig.org/
39
40
.. __ : https://github.com/features/actions
41
+ .. _GitHub Codespaces : https://github.com/features/codespaces
40
42
.. _Keep a CHANGELOG : https://keepachangelog.com/
41
43
.. _PyPI : https://pypi.python.org/pypi
42
44
.. _Pylint : https://www.pylint.org/
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ makenew () {
59
59
read -p ' > GitHub user or organization name (my-user): ' mk_user
60
60
read -p ' > GitHub repository name (my-repo): ' mk_repo
61
61
62
- sed_delete README.rst ' 18,126d '
62
+ sed_delete README.rst ' 18,128d '
63
63
sed_insert README.rst ' 18i' ' TODO'
64
64
65
65
old_title=" Python Package Skeleton"
You can’t perform that action at this time.
0 commit comments