summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2019-05-19 13:31:09 +0100
committerThomas Adam <thomas@xteddy.org>2019-05-19 13:31:09 +0100
commit56246c29364f25b89de32e73dd8a527b83d2806a (patch)
tree8e0390508bc2b56e9fe60fbb2d0756aca2608eb6 /.github
parent54da4934767a1868c6ac0efb5d1ce6edd2b24f5d (diff)
README.md: mention TODO list on the tmux wiki
Diffstat (limited to '.github')
-rw-r--r--.github/README.md14
1 files changed, 10 insertions, 4 deletions
diff --git a/.github/README.md b/.github/README.md
index b586c5a2..6e262ef5 100644
--- a/.github/README.md
+++ b/.github/README.md
@@ -39,8 +39,9 @@ sh autogen.sh
./configure && make
~~~
-(Note that this requires at least a working C compiler, make, autoconf,
-automake, pkg-config as well as libevent and ncurses libraries and headers.)
+(Note that this requires at least a working C compiler, `make`, `autoconf`,
+`automake`, `pkg-config` as well as `libevent` and `ncurses` libraries and
+headers.)
## Contributing
@@ -51,6 +52,11 @@ tmux-users@googlegroups.com
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.
## Documentation
@@ -68,8 +74,8 @@ And a bash(1) completion file at:
https://github.com/imomaliev/tmux-bash-completion
-For debugging, run tmux with -v or -vv to generate server and client log files
-in the current directory.
+For debugging, run tmux with `-v` or `-vv` to generate server and client log
+files in the current directory.
## Support