docs: add new section to REPORTING-BUGS and github issue templates
authorSitsofe Wheeler <sitsofe@yahoo.com>
Fri, 17 Feb 2017 07:09:12 +0000 (07:09 +0000)
committerSitsofe Wheeler <sitsofe@yahoo.com>
Thu, 17 Dec 2020 22:41:04 +0000 (22:41 +0000)
commit96d1809bf977cb038db4f56e1c9f9d0951966fb4
tree697beeca3ddd362c53890f63272e665926c9105f
parent49df7e5e743217afec97b2aba82a9f63dbe909d4
docs: add new section to REPORTING-BUGS and github issue templates

- Add a section to REPORTING-BUGS to clarify what is required for a good
  GitHub issue
- Add a note to REPORTING-BUGS that questions should go to the mailing
  list
- Add a bug GitHub issue template that encourages people to read
  REPORTING-BUGS and include necessary information
- Add a GitHub issue enhancement template to try and set expectations
  reasonably
- Add a SUPPORT.md file because GitHub seems to link to it when a
  reporter first makes an issue

Signed-off-by: Sitsofe Wheeler <sitsofe@yahoo.com>
.github/ISSUE_TEMPLATE.md [new file with mode: 0644]
.github/ISSUE_TEMPLATE/bug-report.md [new file with mode: 0644]
.github/ISSUE_TEMPLATE/config.yml [new file with mode: 0644]
.github/ISSUE_TEMPLATE/enhancement.md [new file with mode: 0644]
.github/SUPPORT.md [new file with mode: 0644]
REPORTING-BUGS