Skip to content

Commit

Permalink
Fix code formatting message, update rules (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
amureki authored Feb 25, 2018
1 parent d4c41f9 commit ed66ef7
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 5 deletions.
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,15 +94,22 @@
- [Nodeshot](https://github.com/ninuxorg/nodeshot)
- [Zulip server - group chat](https://github.com/zulip/zulip)

## Пожелания для участников чата
## Правила и пожелания для участников чата

- Постарайтесь не писать односложные сообщения в ряд. Осмыслите и сформулируйте свой вопрос, далее задайте его одним-двумя сообщениями
- Оффтоп (сообщения не относящиеся напрямую к теме чата) не приветствуется
- Скриншоты кода, а также вложенные файлы с оным крайне не приветствуются
- Telegram позволяет форматировать куски кода:

```python
def main():
return 'hello pydjango!'
`print('Django FTW')`
```

```python
```
def main():
return 'Hello @pydjango!'
```
```

- В случае с большими фрагментами, пользуйтесь специальными сервисами:
Expand Down
11 changes: 9 additions & 2 deletions README_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,12 +97,19 @@ In this repository you can find useful information collected by chat users.
## Chat rules and recomemndations

- Please, don't write tons of oneline messages. Think about your topic/question and then make one-two detailed messages
- Try not to go off topic
- We don't like code screenshots and code snippets in attachments
- Telegram allows us to format code snippets:

```python
def main():
return 'hello pydjango!'
`print('Django FTW')`
```

```python
```
def main():
return 'Hello @pydjango!'
```
```

- In case of long snippets, please use special services:
Expand Down

0 comments on commit ed66ef7

Please sign in to comment.