Skip to content

Commit 95a64cd

Browse files
committed
Add Codespaces to feature list
1 parent 465ff4b commit 95a64cd

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,13 @@ Features
3232
- `Keep a CHANGELOG`_.
3333
- Consistent coding with EditorConfig_.
3434
- Badges from Shields.io_.
35+
- Start coding instantly with `GitHub Codespaces`_.
3536

3637
.. _Black: https://black.readthedocs.io/en/stable/
3738
.. _Codecov: https://codecov.io/
3839
.. _EditorConfig: https://editorconfig.org/
3940
.. __: https://github.com/features/actions
41+
.. _GitHub Codespaces: https://github.com/features/codespaces
4042
.. _Keep a CHANGELOG: https://keepachangelog.com/
4143
.. _PyPI: https://pypi.python.org/pypi
4244
.. _Pylint: https://www.pylint.org/

makenew.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ makenew () {
5959
read -p '> GitHub user or organization name (my-user): ' mk_user
6060
read -p '> GitHub repository name (my-repo): ' mk_repo
6161

62-
sed_delete README.rst '18,126d'
62+
sed_delete README.rst '18,128d'
6363
sed_insert README.rst '18i' 'TODO'
6464

6565
old_title="Python Package Skeleton"

0 commit comments

Comments
 (0)