feedback.but 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421
  1. \A{feedback} \ii{Feedback} and \i{bug reporting}
  2. This is a guide to providing feedback to the PuTTY development team.
  3. It is provided as both a web page on the PuTTY site, and an appendix
  4. in the PuTTY manual.
  5. \K{feedback-general} gives some general guidelines for sending any
  6. kind of e-mail to the development team. Following sections give more
  7. specific guidelines for particular types of e-mail, such as bug
  8. reports and feature requests.
  9. \H{feedback-general} General guidelines
  10. The PuTTY development team gets a \e{lot} of mail. If you can
  11. possibly solve your own problem by reading the manual, reading the
  12. FAQ, reading the web site, asking a fellow user, perhaps posting to a
  13. newsgroup (see \k{feedback-other-fora}), or some other means, then it
  14. would make our lives much easier.
  15. We get so much e-mail that we literally do not have time to answer
  16. it all. We regret this, but there's nothing we can do about it. So
  17. if you can \e{possibly} avoid sending mail to the PuTTY team, we
  18. recommend you do so. In particular, support requests
  19. (\k{feedback-support}) are probably better sent to newsgroups, or
  20. passed to a local expert if possible.
  21. The PuTTY contact email address is a private \i{mailing list} containing
  22. four or five core developers. Don't be put off by it being a mailing
  23. list: if you need to send confidential data as part of a bug report,
  24. you can trust the people on the list to respect that confidence.
  25. Also, the archives aren't publicly available, so you shouldn't be
  26. letting yourself in for any spam by sending us mail.
  27. Please use a meaningful subject line on your message. We get a lot of
  28. mail, and it's hard to find the message we're looking for if they all
  29. have subject lines like \q{PuTTY bug}.
  30. \S{feedback-largefiles} Sending large attachments
  31. Since the PuTTY contact address is a mailing list, e-mails larger
  32. than 40Kb will be held for inspection by the list administrator, and
  33. will not be allowed through unless they really appear to be worth
  34. their large size.
  35. If you are considering sending any kind of large data file to the
  36. PuTTY team, it's almost always a bad idea, or at the very least it
  37. would be better to ask us first whether we actually need the file.
  38. Alternatively, you could put the file on a web site and just send us
  39. the URL; that way, we don't have to download it unless we decide we
  40. actually need it, and only one of us needs to download it instead of
  41. it being automatically copied to all the developers.
  42. Some people like to send mail in MS Word format. Please \e{don't}
  43. send us bug reports, or any other mail, as a Word document. Word
  44. documents are roughly fifty times larger than writing the same
  45. report in plain text. In addition, most of the PuTTY team read their
  46. e-mail on Unix machines, so copying the file to a Windows box to run
  47. Word is very inconvenient. Not only that, but several of us don't
  48. even \e{have} a copy of Word!
  49. Some people like to send us screen shots when demonstrating a
  50. problem. Please don't do this without checking with us first - we
  51. almost never actually need the information in the screen shot.
  52. Sending a screen shot of an error box is almost certainly
  53. unnecessary when you could just tell us in plain text what the error
  54. was. (On some versions of Windows, pressing Ctrl-C when the error
  55. box is displayed will copy the text of the message to the clipboard.)
  56. Sending a full-screen shot is \e{occasionally} useful, but it's
  57. probably still wise to check whether we need it before sending it.
  58. If you \e{must} mail a screen shot, don't send it as a \cw{.BMP}
  59. file. \cw{BMP}s have no compression and they are \e{much} larger
  60. than other image formats such as PNG, TIFF and GIF. Convert the file
  61. to a properly compressed image format before sending it.
  62. Please don't mail us executables, at all. Our mail server blocks all
  63. incoming e-mail containing executables, as a defence against the
  64. vast numbers of e-mail viruses we receive every day. If you mail us
  65. an executable, it will just bounce.
  66. If you have made a tiny modification to the PuTTY code, please send
  67. us a \e{patch} to the source code if possible, rather than sending
  68. us a huge \cw{.ZIP} file containing the complete sources plus your
  69. modification. If you've only changed 10 lines, we'd prefer to
  70. receive a mail that's 30 lines long than one containing multiple
  71. megabytes of data we already have.
  72. \S{feedback-other-fora} Other places to ask for help
  73. There are two Usenet newsgroups that are particularly relevant to the
  74. PuTTY tools:
  75. \b \W{news:comp.security.ssh}\c{comp.security.ssh}, for questions
  76. specific to using the SSH protocol;
  77. \b \W{news:comp.terminals}\c{comp.terminals}, for issues relating to
  78. terminal emulation (for instance, keyboard problems).
  79. Please use the newsgroup most appropriate to your query, and remember
  80. that these are general newsgroups, not specifically about PuTTY.
  81. If you don't have direct access to Usenet, you can access these
  82. newsgroups through Google Groups
  83. (\W{http://groups.google.com/}\cw{groups.google.com}).
  84. \H{feedback-bugs} Reporting bugs
  85. If you think you have found a bug in PuTTY, your first steps should
  86. be:
  87. \b Check the
  88. \W{http://www.chiark.greenend.org.uk/~sgtatham/putty/wishlist/}{Wishlist
  89. page} on the PuTTY website, and see if we already know about the
  90. problem. If we do, it is almost certainly not necessary to mail us
  91. about it, unless you think you have extra information that might be
  92. helpful to us in fixing it. (Of course, if we actually \e{need}
  93. specific extra information about a particular bug, the Wishlist page
  94. will say so.)
  95. \b Check the
  96. \W{http://www.chiark.greenend.org.uk/~sgtatham/putty/changes.html}{Change
  97. Log} on the PuTTY website, and see if we have already fixed the bug
  98. in the \i{development snapshots}.
  99. \b Check the
  100. \W{http://www.chiark.greenend.org.uk/~sgtatham/putty/faq.html}{FAQ}
  101. on the PuTTY website (also provided as \k{faq} in the manual), and
  102. see if it answers your question. The FAQ lists the most common
  103. things which people think are bugs, but which aren't bugs.
  104. \b Download the latest development snapshot and see if the problem
  105. still happens with that. This really is worth doing. As a general
  106. rule we aren't very interested in bugs that appear in the release
  107. version but not in the development version, because that usually
  108. means they are bugs we have \e{already fixed}. On the other hand, if
  109. you can find a bug in the development version that doesn't appear in
  110. the release, that's likely to be a new bug we've introduced since
  111. the release and we're definitely interested in it.
  112. If none of those options solved your problem, and you still need to
  113. report a bug to us, it is useful if you include some general
  114. information:
  115. \b Tell us what \i{version of PuTTY} you are running. To find this out,
  116. use the \q{About PuTTY} option from the System menu. Please \e{do
  117. not} just tell us \q{I'm running the latest version}; e-mail can be
  118. delayed and it may not be obvious which version was the latest at
  119. the time you sent the message.
  120. \b PuTTY is a multi-platform application; tell us what version of what
  121. OS you are running PuTTY on. (If you're running on Unix, or Windows
  122. for Alpha, tell us, or we'll assume you're running on Windows for
  123. Intel as this is overwhelmingly the case.)
  124. \b Tell us what protocol you are connecting with: SSH, Telnet,
  125. Rlogin or Raw mode.
  126. \b Tell us what kind of server you are connecting to; what OS, and
  127. if possible what SSH server (if you're using SSH). You can get some
  128. of this information from the PuTTY Event Log (see \k{using-eventlog}
  129. in the manual).
  130. \b Send us the contents of the PuTTY Event Log, unless you
  131. have a specific reason not to (for example, if it contains
  132. confidential information that you think we should be able to solve
  133. your problem without needing to know).
  134. \b Try to give us as much information as you can to help us
  135. see the problem for ourselves. If possible, give us a step-by-step
  136. sequence of \e{precise} instructions for reproducing the fault.
  137. \b Don't just tell us that PuTTY \q{does the wrong thing}; tell us
  138. exactly and precisely what it did, and also tell us exactly and
  139. precisely what you think it should have done instead. Some people
  140. tell us PuTTY does the wrong thing, and it turns out that it was
  141. doing the right thing and their expectations were wrong. Help to
  142. avoid this problem by telling us exactly what you think it should
  143. have done, and exactly what it did do.
  144. \b If you think you can, you're welcome to try to fix the problem
  145. yourself. A \i{patch} to the code which fixes a bug is an excellent
  146. addition to a bug report. However, a patch is never a \e{substitute}
  147. for a good bug report; if your patch is wrong or inappropriate, and
  148. you haven't supplied us with full information about the actual bug,
  149. then we won't be able to find a better solution.
  150. \b
  151. \W{http://www.chiark.greenend.org.uk/~sgtatham/bugs.html}\cw{http://www.chiark.greenend.org.uk/~sgtatham/bugs.html}
  152. is an article on how to report bugs effectively in general. If your
  153. bug report is \e{particularly} unclear, we may ask you to go away,
  154. read this article, and then report the bug again.
  155. It is reasonable to report bugs in PuTTY's documentation, if you
  156. think the documentation is unclear or unhelpful. But we do need to
  157. be given exact details of \e{what} you think the documentation has
  158. failed to tell you, or \e{how} you think it could be made clearer.
  159. If your problem is simply that you don't \e{understand} the
  160. documentation, we suggest posting to a newsgroup (see
  161. \k{feedback-other-fora}) and seeing if someone
  162. will explain what you need to know. \e{Then}, if you think the
  163. documentation could usefully have told you that, send us a bug
  164. report and explain how you think we should change it.
  165. \H{feedback-features} Requesting extra features
  166. If you want to request a new feature in PuTTY, the very first things
  167. you should do are:
  168. \b Check the
  169. \W{http://www.chiark.greenend.org.uk/~sgtatham/putty/wishlist/}{Wishlist
  170. page} on the PuTTY website, and see if your feature is already on
  171. the list. If it is, it probably won't achieve very much to repeat
  172. the request. (But see \k{feedback-feature-priority} if you want to
  173. persuade us to give your particular feature higher priority.)
  174. \b Check the Wishlist and
  175. \W{http://www.chiark.greenend.org.uk/~sgtatham/putty/changes.html}{Change
  176. Log} on the PuTTY website, and see if we have already added your
  177. feature in the development snapshots. If it isn't clear, download
  178. the latest development snapshot and see if the feature is present.
  179. If it is, then it will also be in the next release and there is no
  180. need to mail us at all.
  181. If you can't find your feature in either the development snapshots
  182. \e{or} the Wishlist, then you probably do need to submit a feature
  183. request. Since the PuTTY authors are very busy, it helps if you try
  184. to do some of the work for us:
  185. \b Do as much of the design as you can. Think about \q{corner
  186. cases}; think about how your feature interacts with other existing
  187. features. Think about the user interface; if you can't come up with
  188. a simple and intuitive interface to your feature, you shouldn't be
  189. surprised if we can't either. Always imagine whether it's possible
  190. for there to be more than one, or less than one, of something you'd
  191. assumed there would be one of. (For example, if you were to want
  192. PuTTY to put an icon in the System tray rather than the Taskbar, you
  193. should think about what happens if there's more than one PuTTY
  194. active; how would the user tell which was which?)
  195. \b If you can program, it may be worth offering to write the feature
  196. yourself and send us a patch. However, it is likely to be helpful
  197. if you confer with us first; there may be design issues you haven't
  198. thought of, or we may be about to make big changes to the code which
  199. your patch would clash with, or something. If you check with the
  200. maintainers first, there is a better chance of your code actually
  201. being usable. Also, read the design principles listed in \k{udp}: if
  202. you do not conform to them, we will probably not be able to accept
  203. your patch.
  204. \H{feedback-feature-priority} Requesting features that have already
  205. been requested
  206. If a feature is already listed on the Wishlist, then it usually
  207. means we would like to add it to PuTTY at some point. However, this
  208. may not be in the near future. If there's a feature on the Wishlist
  209. which you would like to see in the \e{near} future, there are
  210. several things you can do to try to increase its priority level:
  211. \b Mail us and vote for it. (Be sure to mention that you've seen it
  212. on the Wishlist, or we might think you haven't even \e{read} the
  213. Wishlist). This probably won't have very \e{much} effect; if a huge
  214. number of people vote for something then it may make a difference,
  215. but one or two extra votes for a particular feature are unlikely to
  216. change our priority list immediately. Offering a new and compelling
  217. justification might help. Also, don't expect a reply.
  218. \b Offer us money if we do the work sooner rather than later. This
  219. sometimes works, but not always. The PuTTY team all have full-time
  220. jobs and we're doing all of this work in our free time; we may
  221. sometimes be willing to give up some more of our free time in
  222. exchange for some money, but if you try to bribe us for a \e{big}
  223. feature it's entirely possible that we simply won't have the time to
  224. spare - whether you pay us or not. (Also, we don't accept bribes to
  225. add \e{bad} features to the Wishlist, because our desire to provide
  226. high-quality software to the users comes first.)
  227. \b Offer to help us write the code. This is probably the \e{only}
  228. way to get a feature implemented quickly, if it's a big one that we
  229. don't have time to do ourselves.
  230. \H{feedback-support} \ii{Support requests}
  231. If you're trying to make PuTTY do something for you and it isn't
  232. working, but you're not sure whether it's a bug or not, then
  233. \e{please} consider looking for help somewhere else. This is one of
  234. the most common types of mail the PuTTY team receives, and we simply
  235. don't have time to answer all the questions. Questions of this type
  236. include:
  237. \b If you want to do something with PuTTY but have no idea where to
  238. start, and reading the manual hasn't helped, try posting to a
  239. newsgroup (see \k{feedback-other-fora}) and see if someone can explain
  240. it to you.
  241. \b If you have tried to do something with PuTTY but it hasn't
  242. worked, and you aren't sure whether it's a bug in PuTTY or a bug in
  243. your SSH server or simply that you're not doing it right, then try
  244. posting to a newsgroup (see \k{feedback-other-fora}) and see
  245. if someone can solve your problem. Or try doing the same thing with
  246. a different SSH client and see if it works with that. Please do not
  247. report it as a PuTTY bug unless you are really sure it \e{is} a bug
  248. in PuTTY.
  249. \b If someone else installed PuTTY for you, or you're using PuTTY on
  250. someone else's computer, try asking them for help first. They're more
  251. likely to understand how they installed it and what they expected you
  252. to use it for than we are.
  253. \b If you have successfully made a connection to your server and now
  254. need to know what to type at the server's command prompt, or other
  255. details of how to use the server-end software, talk to your server's
  256. system administrator. This is not the PuTTY team's problem. PuTTY is
  257. only a communications tool, like a telephone; if you can't speak the
  258. same language as the person at the other end of the phone, it isn't
  259. the telephone company's job to teach it to you.
  260. If you absolutely cannot get a support question answered any other
  261. way, you can try mailing it to us, but we can't guarantee to have
  262. time to answer it.
  263. \H{feedback-webadmin} Web server administration
  264. If the PuTTY \i{web site} is down (Connection Timed Out), please don't
  265. bother mailing us to tell us about it. Most of us read our e-mail on
  266. the same machines that host the web site, so if those machines are
  267. down then we will notice \e{before} we read our e-mail. So there's
  268. no point telling us our servers are down.
  269. Of course, if the web site has some other error (Connection Refused,
  270. 404 Not Found, 403 Forbidden, or something else) then we might
  271. \e{not} have noticed and it might still be worth telling us about it.
  272. If you want to report a problem with our web site, check that you're
  273. looking at our \e{real} web site and not a mirror. The real web site
  274. is at
  275. \W{http://www.chiark.greenend.org.uk/~sgtatham/putty/}\c{http://www.chiark.greenend.org.uk/~sgtatham/putty/};
  276. if that's not where you're reading this, then don't report the
  277. problem to us until you've checked that it's really a problem with
  278. the main site. If it's only a problem with the mirror, you should
  279. try to contact the administrator of that mirror site first, and only
  280. contact us if that doesn't solve the problem (in case we need to
  281. remove the mirror from our list).
  282. \H{feedback-permission} Asking permission for things
  283. PuTTY is distributed under the MIT Licence (see \k{licence} for
  284. details). This means you can do almost \e{anything} you like with
  285. our software, our source code, and our documentation. The only
  286. things you aren't allowed to do are to remove our copyright notices
  287. or the licence text itself, or to hold us legally responsible if
  288. something goes wrong.
  289. So if you want permission to include PuTTY on a magazine cover disk,
  290. or as part of a collection of useful software on a CD or a web site,
  291. then \e{permission is already granted}. You don't have to mail us
  292. and ask. Just go ahead and do it. We don't mind.
  293. (If you want to distribute PuTTY alongside your own application for
  294. use with that application, or if you want to distribute PuTTY within
  295. your own organisation, then we recommend, but do not insist, that
  296. you offer your own first-line technical support, to answer questions
  297. about the interaction of PuTTY with your environment. If your users
  298. mail us directly, we won't be able to tell them anything useful about
  299. your specific setup.)
  300. If you want to use parts of the PuTTY source code in another
  301. program, then it might be worth mailing us to talk about technical
  302. details, but if all you want is to ask permission then you don't
  303. need to bother. You already have permission.
  304. If you just want to link to our web site, just go ahead. (It's not
  305. clear that we \e{could} stop you doing this, even if we wanted to!)
  306. \H{feedback-mirrors} Mirroring the PuTTY web site
  307. \# the next two paragraphs also on the Mirrors page itself, with
  308. \# minor context changes
  309. If you want to set up a mirror of the PuTTY website, go ahead and
  310. set one up. Please don't bother asking us for permission before
  311. setting up a mirror. You already have permission.
  312. If the mirror is in a country where we don't already have plenty of
  313. mirrors, we may be willing to add it to the list on our
  314. \W{http://www.chiark.greenend.org.uk/~sgtatham/putty/mirrors.html}{mirrors
  315. page}. Read the guidelines on that page, make sure your mirror
  316. works, and email us the information listed at the bottom of the
  317. page.
  318. Note that we do not \e{promise} to list your mirror: we get a lot of
  319. mirror notifications and yours may not happen to find its way to the
  320. top of the list.
  321. Also note that we link to all our mirror sites using the
  322. \c{rel="nofollow"} attribute. Running a PuTTY mirror is not intended
  323. to be a cheap way to gain search rankings.
  324. If you have technical questions about the process of mirroring, then
  325. you might want to mail us before setting up the mirror (see also the
  326. \W{http://www.chiark.greenend.org.uk/~sgtatham/putty/mirrors.html#guidelines}{guidelines on the Mirrors page});
  327. but if you just want to ask for permission, you don't need to. You
  328. already have permission.
  329. \H{feedback-compliments} Praise and compliments
  330. One of the most rewarding things about maintaining free software is
  331. getting e-mails that just say \q{thanks}. We are always happy to
  332. receive e-mails of this type.
  333. Regrettably we don't have time to answer them all in person. If you
  334. mail us a compliment and don't receive a reply, \e{please} don't
  335. think we've ignored you. We did receive it and we were happy about
  336. it; we just didn't have time to tell you so personally.
  337. To everyone who's ever sent us praise and compliments, in the past
  338. and the future: \e{you're welcome}!
  339. \H{feedback-address} E-mail address
  340. The actual address to mail is
  341. \cw{<\W{mailto:[email protected]}{[email protected]}>}.