Update CONTRIBUTING.md

This commit is contained in:
Liam Galvin 2018-10-21 16:15:54 +01:00 committed by GitHub
parent 5f13e596db
commit de353a7487
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -2,6 +2,12 @@
Thanks for considering contributing to Aminal. Thanks for considering contributing to Aminal.
## How do terminals even work?
- [ELI5 - How does a terminal emulator work?](https://www.reddit.com/r/linuxquestions/comments/3ciful/eli5_how_does_a_terminal_emulator_work/)
- [Xterm Control Sequences](https://www.xfree86.org/4.8.0/ctlseqs.html)
- [VT100 Programmer Information](https://vt100.net/docs/vt100-ug/chapter3.html)
## What can I work on? ## What can I work on?
You can browse the [issues](https://github.com/liamg/aminal/issues) to see what is currently needed. You can browse the [issues](https://github.com/liamg/aminal/issues) to see what is currently needed.