README.md: mention TODO list on the tmux wiki

This commit is contained in:
Thomas Adam 2019-05-19 13:31:09 +01:00
parent 54da493476
commit 56246c2936

14
.github/README.md vendored
View File

@ -39,8 +39,9 @@ sh autogen.sh
./configure && make ./configure && make
~~~ ~~~
(Note that this requires at least a working C compiler, make, autoconf, (Note that this requires at least a working C compiler, `make`, `autoconf`,
automake, pkg-config as well as libevent and ncurses libraries and headers.) `automake`, `pkg-config` as well as `libevent` and `ncurses` libraries and
headers.)
## Contributing ## Contributing
@ -51,6 +52,11 @@ tmux-users@googlegroups.com
Or open a GitHub issue or pull request. Or open a GitHub issue or pull request.
There is [a TODO list](https://github.com/tmux/tmux/wiki/Contributing) which
explains some ideas for tmux not yet developed. Please feel free to ask for
clarifications on the mailing list if you're thinking of working on these or
need further information.
Please read the CONTRIBUTING file before opening an issue. Please read the CONTRIBUTING file before opening an issue.
## Documentation ## Documentation
@ -68,8 +74,8 @@ And a bash(1) completion file at:
https://github.com/imomaliev/tmux-bash-completion https://github.com/imomaliev/tmux-bash-completion
For debugging, run tmux with -v or -vv to generate server and client log files For debugging, run tmux with `-v` or `-vv` to generate server and client log
in the current directory. files in the current directory.
## Support ## Support