Commit Graph

11 Commits (main)

Author SHA1 Message Date
Masanori Ogino 1d439f0ab8 Add a workflow to upload Linux build on releases
Building static binaries with Alpine Linux's musl libc-based toolchain
should make them work on any distros with Linux kernel 2.6.39 and newer.

Fixes https://github.com/mawww/kakoune/issues/4555

References:

- https://wiki.musl-libc.org/supported-platforms.html

Signed-off-by: Masanori Ogino <masanori.ogino@gmail.com>
2022-05-31 17:13:11 +09:00
Frank LENORMAND 2a4bee4564 github question: Migrate template to YAML 2021-09-13 12:09:36 +03:00
Frank LENORMAND b05e300e96 github feature_request: Migrate template to YAML 2021-09-13 12:09:36 +03:00
Frank LENORMAND 3eed5fdf82 github crash_report: Migrate template to YAML 2021-09-13 12:09:36 +03:00
Frank LENORMAND 358de2b2bc github bug_report: Preamble 2021-09-13 12:09:36 +03:00
Frank LENORMAND 6d38f9e63d github bug_report: Additional information field 2021-09-13 12:09:36 +03:00
Frank LENORMAND 156b5a5e29 github bug_report: Require a Kakoune version 2021-09-13 12:09:35 +03:00
Frank LENORMAND c04391867d github contact: Add link to IRC 2021-09-13 12:09:35 +03:00
Frank LENORMAND 777d92b2ed github bug_report: Migrate template to YAML 2021-09-13 11:55:43 +03:00
Frank LENORMAND c175fd12f6 github: Migrate template to the new format, implement new ones
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.
2020-03-12 13:09:17 +03:00
Frank LENORMAND 6c719b7e93 github: Add a template for bug reports 2017-12-23 10:20:05 +03:00