X Tutup
Skip to content

Commit 71f82d5

Browse files
committed
Update CONTRIBUTING.rst
1 parent 6aa2e51 commit 71f82d5

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

CONTRIBUTING.rst

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ Setting things up
2020

2121
4. Install dependencies:
2222

23-
``$ pip install -r requirements.txt``
23+
``$ pip install -r requirements.txt``
2424

25-
``$ pip install -r requirements-dev.txt``
25+
``$ pip install -r requirements-dev.txt``
2626

2727
5. In order to run tests you need to set the following environment variables:
2828

29-
``$ export CHAT_ID=your-chat-id``
29+
``$ export CHAT_ID=your-chat-id``
3030

31-
``$ export TOKEN=your-bot-token``
31+
``$ export TOKEN=your-bot-token``
3232

3333
Finding something to do
3434
-----------------------
@@ -72,13 +72,13 @@ Here's how to make a one-off code change.
7272

7373
- Before making a commit ensure that all automated tests still pass:
7474

75-
``$ make test``
75+
``$ make test``
7676

7777
- To actually make the commit and push it to your GitHub fork, run:
7878

79-
``$ git commit -a -m "your-commit-message-here"``
79+
``$ git commit -a -m "your-commit-message-here"``
8080

81-
``$ git push origin your-branch-name``
81+
``$ git push origin your-branch-name``
8282

8383
4. **When your feature is ready to merge, create a pull request.**
8484

@@ -127,4 +127,4 @@ Here's how to make a one-off code change.
127127
.. _`developers' mailing list`: mailto:devs@python-telegram-bot.org
128128
.. _`Google Python Style Guide`: https://google-styleguide.googlecode.com/svn/trunk/pyguide.html
129129
.. _`Google Python Style Docstrings`: http://sphinx-doc.org/latest/ext/example_google.html
130-
.. _AUTHORS.rst: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/AUTHORS.rst
130+
.. _AUTHORS.rst: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/AUTHORS.rst

0 commit comments

Comments
 (0)
X Tutup