We're looking for ASCII art that can be recognized immediately. So we'd like to stay away from ASCII art that where it's hard to tell what the thing is. Ask yourself, would most R users know what the thing is? If not, it may be useful to make the art more detailed or consider using a different piece of art. Exceptions on a case by case basis.
- specific people (exceptions on a case by case basis, e.g. in cowsay: rms)
- drug references
- profanity
- demeaning/caricaturing any group of people
Art must be no bigger than the following three examples: hypnotoad, shark, bat2
Before opening a pull request, it's a good idea to open an issue to check if your idea is in scope.
- Fork this repo
- Add an ascii art animal in the
animals
vector inanimals.r
- just follow the other examples, and try to execute the code as a character in your console until it looks right. Be careful not to use auto-indenting in your editor on this file as it will wreck the formatting of the animals. - If your animal contains non-ascii characters, it will not display properly in Windows. Please add it to the list of animals that don't work in Windows in the
@details
section in the help for thesay
function. - Push back up to your account, then send a pull request to
sckott/cowsay
.
If you want to submit an issue, then go to the issues page and do that.