Skip to content

Commit b6dec11

Browse files
authored
Update contribution guide and stale bot (python-telegram-bot#1937)
* * Remove developers Mail from contrib guide * stricter settings for stale bot * Remove link, too ... * Link to TG Group instead
1 parent 186fd1b commit b6dec11

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/CONTRIBUTING.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ If you already know what you'd like to work on, you can skip this section.
4141

4242
If you have an idea for something to do, first check if it's already been filed on the `issue tracker`_. If so, add a comment to the issue saying you'd like to work on it, and we'll help you get started! Otherwise, please file a new issue and assign yourself to it.
4343

44-
Another great way to start contributing is by writing tests. Tests are really important because they help prevent developers from accidentally breaking existing code, allowing them to build cool things faster. If you're interested in helping out, let the development team know by posting to the `developers' mailing list`_, and we'll help you get started.
44+
Another great way to start contributing is by writing tests. Tests are really important because they help prevent developers from accidentally breaking existing code, allowing them to build cool things faster. If you're interested in helping out, let the development team know by posting to the `Telegram group`_ (use `@admins` to mention the maintainers), and we'll help you get started.
4545

46-
That being said, we want to mention that we are very hesistant about adding new requirements to our projects. If you intend to do this, please state this in an issue and get a verification from one of the maintainers.
46+
That being said, we want to mention that we are very hesitant about adding new requirements to our projects. If you intend to do this, please state this in an issue and get a verification from one of the maintainers.
4747

4848
Instructions for making a code change
4949
#####################################
@@ -245,7 +245,7 @@ break the API classes. For example:
245245
246246
.. _`Code of Conduct`: https://www.python.org/psf/codeofconduct/
247247
.. _`issue tracker`: https://github.com/python-telegram-bot/python-telegram-bot/issues
248-
.. _`developers' mailing list`: mailto:devs@python-telegram-bot.org
248+
.. _`Telegram group`: https://telegram.me/pythontelegrambotgroup
249249
.. _`PEP 8 Style Guide`: https://www.python.org/dev/peps/pep-0008/
250250
.. _`sphinx`: http://sphinx-doc.org
251251
.. _`Google Python Style Guide`: http://google.github.io/styleguide/pyguide.html

.github/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Number of days of inactivity before an issue becomes stale
2-
daysUntilStale: 5
2+
daysUntilStale: 3
33
# Number of days of inactivity before a stale issue is closed
44
daysUntilClose: 2
55
# Only issues or pull requests with all of these labels are check if stale. Defaults to `[]` (disabled)

0 commit comments

Comments
 (0)