If you expect your code to be used by a regular user or by other developers then make it easier for verbal communication for example:
GNU userland has /usr/share which is known as universal share for verbal communication which is expected to be implemented by you as well so that the code can be briefed verbally without the need to use pastebin.
I.e
## Unwanted ### Function to create a file named 'file'
djkagdhgjkahg(){
touch file
}## Wanted ### Function to create a file named 'file'
create_file(){
touch file
}
<!-- Please keep your request as short as possible, the longer the request the longer it's going to take for us to process it -->
If you expect your code to be used by a regular user or by other developers then make it easier for verbal communication for example:
GNU userland has `/usr/share` which is known as `universal share` for verbal communication which is expected to be implemented by you as well so that the code can be briefed verbally without the need to use pastebin.
I.e
```sh
## Unwanted ##
# Function to create a file named 'file'
djkagdhgjkahg() {
touch file
}
## Wanted ##
# Function to create a file named 'file'
create_file() {
touch file
}
```
Issue-Label Bot is automatically applying the label feature_request to this issue, with a confidence of 0.93. Please mark this comment with 👍 or 👎 to give our bot feedback!
Issue-Label Bot is automatically applying the label `feature_request` to this issue, with a confidence of 0.93. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!
Links: [app homepage](https://github.com/marketplace/issue-label-bot), [dashboard](https://mlbot.net/data/RXT0112/Zernit) and [code](https://github.com/hamelsmu/MLapp) for this bot.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
If you expect your code to be used by a regular user or by other developers then make it easier for verbal communication for example:
GNU userland has
/usr/sharewhich is known asuniversal sharefor verbal communication which is expected to be implemented by you as well so that the code can be briefed verbally without the need to use pastebin.I.e
Issue-Label Bot is automatically applying the label
feature_requestto this issue, with a confidence of 0.93. Please mark this comment with 👍 or 👎 to give our bot feedback!Links: app homepage, dashboard and code for this bot.