summaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE
AgeCommit message (Collapse)Author
2021-09-13github question: Migrate template to YAMLFrank LENORMAND
2021-09-13github feature_request: Migrate template to YAMLFrank LENORMAND
2021-09-13github crash_report: Migrate template to YAMLFrank LENORMAND
2021-09-13github bug_report: PreambleFrank LENORMAND
2021-09-13github bug_report: Additional information fieldFrank LENORMAND
2021-09-13github bug_report: Require a Kakoune versionFrank LENORMAND
2021-09-13github contact: Add link to IRCFrank LENORMAND
2021-09-13github bug_report: Migrate template to YAMLFrank LENORMAND
2020-03-12github: Migrate template to the new format, implement new onesFrank LENORMAND
This commit migrates the old issue template to the new format documented on the following page: https://help.github.com/en/github/building-a-strong-community/about-issue-and-pull-request-templates The old "issue template" is now a generic "bug report". New templates have also been added: * crash report * feature request * question Providing users with those templates allows reducing redundant questions to the reporter ("where is the stacktrace", "what is the usecase" etc), and assigning labels to the created issues automatically. A pull request template that refers to the CONTRIBUTING document and reminds the reporter to create a waiver commit is also implemented by this commit.