From 3d29b97768530f55aab2d7466124a038bc72e1ce Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Sat, 1 Jun 2019 07:24:33 +0100 Subject: Link to file. --- .github/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/README.md b/.github/README.md index 6e262ef5..3e892d7c 100644 --- a/.github/README.md +++ b/.github/README.md @@ -57,7 +57,7 @@ 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 [this document](Contributing.md) before opening an issue. ## Documentation -- cgit From feff55b92fe5a8382aa0cfd56f961330fe13741a Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Sat, 1 Jun 2019 07:26:39 +0100 Subject: Try this instead. --- .github/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/README.md b/.github/README.md index 3e892d7c..1e7e9a42 100644 --- a/.github/README.md +++ b/.github/README.md @@ -57,7 +57,7 @@ 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 [this document](Contributing.md) before opening an issue. +Please read [this document](./Contributing.md) before opening an issue. ## Documentation -- cgit From c2d79add3179c5062e642b604809a3d87b6ff360 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Sat, 1 Jun 2019 07:28:31 +0100 Subject: Should be caps. --- .github/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/README.md b/.github/README.md index 1e7e9a42..9a95772c 100644 --- a/.github/README.md +++ b/.github/README.md @@ -57,7 +57,7 @@ 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 [this document](./Contributing.md) before opening an issue. +Please read [this document](CONTRIBUTING.md) before opening an issue. ## Documentation -- cgit From b28b8312f2a40d3fe7321375b91329eca4efb698 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Sat, 1 Jun 2019 08:05:55 +0100 Subject: Mention CHANGES. --- .github/CONTRIBUTING.md | 9 ++++++++- .github/ISSUE_TEMPLATE.md | 3 +++ 2 files changed, 11 insertions(+), 1 deletion(-) (limited to '.github') diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 49e2b90b..3a589484 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -2,13 +2,20 @@ Before opening an issue, please ensure that: +- Your problem is a specific problem or question or suggestion, not a general + complaint. + - `$TERM` inside tmux is screen, screen-256color, tmux or tmux-256color. Check by running `echo $TERM` inside tmux. - You can reproduce the problem with the latest tmux release, or a build from Git master. -- Your question or issue is not covered in the manual (run man tmux). +- Your question or issue is not covered [in the + manual](https://man.openbsd.org/tmux.1) (run `man tmux`). + +- Your problem is not mentioned in the [CHANGES + file](https://raw.githubusercontent.com/tmux/tmux/master/CHANGES) file. - Nobody else has opened the same issue recently. diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index ee457237..8bf1e66a 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -3,6 +3,9 @@ Please read https://github.com/tmux/tmux/blob/master/.github/CONTRIBUTING.md before opening an issue. +If you have upgraded, make sure your issue is not covered in the CHANGES file +for your version: https://raw.githubusercontent.com/tmux/tmux/master/CHANGES + Describe the problem and the steps to reproduce. Add a minimal tmux config if necessary. Screenshots can be helpful, but no more than one or two. -- cgit From ec690208a3b416ce2b3713e3e882ba414afd8c0f Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Sat, 1 Jun 2019 08:07:22 +0100 Subject: Move link. --- .github/README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to '.github') diff --git a/.github/README.md b/.github/README.md index 9a95772c..cfff69da 100644 --- a/.github/README.md +++ b/.github/README.md @@ -50,15 +50,14 @@ welcome. Please send by email to: tmux-users@googlegroups.com -Or open a GitHub issue or pull request. +Or open a GitHub issue or pull request. **Please read [this +document](CONTRIBUTING.md) before opening an issue.** 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 [this document](CONTRIBUTING.md) before opening an issue. - ## Documentation For documentation on using tmux, see the tmux.1 manpage. View it from the -- cgit From 8e971f187ab97ff3f22d8e2f7f5050702c99e627 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Tue, 11 Jun 2019 14:27:40 +0100 Subject: Update README.md --- .github/README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to '.github') diff --git a/.github/README.md b/.github/README.md index cfff69da..ce12f6aa 100644 --- a/.github/README.md +++ b/.github/README.md @@ -53,10 +53,9 @@ tmux-users@googlegroups.com Or open a GitHub issue or pull request. **Please read [this document](CONTRIBUTING.md) before opening an issue.** -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. +There is [a list of suggestions for contributions](https://github.com/tmux/tmux/wiki/Contributing). +Please feel free to ask on the mailing list if you're thinking of working on something or need +further information. ## Documentation -- cgit From 80b82c8d1484ce02fea49d53daf20c1bf4260c83 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Wed, 17 Jul 2019 08:54:46 +0100 Subject: Mention dependencies earlier. --- .github/README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to '.github') diff --git a/.github/README.md b/.github/README.md index ce12f6aa..50d08c0c 100644 --- a/.github/README.md +++ b/.github/README.md @@ -30,7 +30,9 @@ configure with `--enable-utempter` to enable this. ### From version control -To get and build the latest from version control: +To get and build the latest from version control - note that this requires at +least a working C compiler, `make`, `autoconf`, `automake`, `pkg-config` as +well as `libevent` and `ncurses` libraries and headers: ~~~bash git clone https://github.com/tmux/tmux.git @@ -39,10 +41,6 @@ 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.) - ## Contributing Bug reports, feature suggestions and especially code contributions are most -- cgit From 7c78ebce45484716e6e02292d7d107e2b15cdbcb Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Wed, 17 Jul 2019 08:57:22 +0100 Subject: cc, make, libevent, ncurses are dependencies for all builds so no need to list them for VCS build. --- .github/README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to '.github') diff --git a/.github/README.md b/.github/README.md index 50d08c0c..2b299cc5 100644 --- a/.github/README.md +++ b/.github/README.md @@ -30,9 +30,8 @@ configure with `--enable-utempter` to enable this. ### From version control -To get and build the latest from version control - note that this requires at -least a working C compiler, `make`, `autoconf`, `automake`, `pkg-config` as -well as `libevent` and `ncurses` libraries and headers: +To get and build the latest from version control - note that this requires +`autoconf`, `automake` and `pkg-config`: ~~~bash git clone https://github.com/tmux/tmux.git -- cgit