summaryrefslogtreecommitdiff
path: root/.github
Commit message (Collapse)AuthorAgeFilesLines
* patch 8.2.1334: Github workflow timeout needs tuningv8.2.1334Bram Moolenaar2020-08-011-3/+7
| | | | | | Problem: Github workflow timeout needs tuning Solution: Use a 10 minute timeout. Fail when timing out. (Ken Takata, closes #6590)
* patch 8.2.1330: Github workflow takes longer than neededv8.2.1330Bram Moolenaar2020-07-311-10/+23
| | | | | | Problem: Github workflow takes longer than needed. Solution: Do two test runs in parallel instead of sequentially. (Ken Takata, closes #6579)
* patch 8.2.1321: GitHub CI also runs on tag pushv8.2.1321Bram Moolenaar2020-07-291-0/+2
| | | | | Problem: GitHub CI also runs on tag push. Solution: Skip CI on push. (Ken Takata, closes #6571)
* patch 8.2.1319: status badge for Github CI has wrong linkv8.2.1319Bram Moolenaar2020-07-291-1/+1
| | | | | Problem: Status badge for Github CI has wrong link. Solution: Rename and use the right link
* patch 8.2.1317: MS-Windows tests on AppVeyor are slowv8.2.1317Bram Moolenaar2020-07-291-0/+208
| | | | | Problem: MS-Windows tests on AppVeyor are slow. Solution: Use GitHub Actions. (Ken Takata, closes #6569)
* Update feature_request.mdBram Moolenaar2020-05-171-1/+1
|
* patch 8.1.1370: not using the new github feature for donationsv8.1.1370Bram Moolenaar2019-05-231-0/+1
| | | | | Problem: Not using the new github feature for donations. Solution: Add a Sponsor button. (closes #4417)
* patch 8.1.1070: issue templates are not good enoughv8.1.1070Bram Moolenaar2019-03-292-12/+17
| | | | | Problem: Issue templates are not good enough. Solution: Rephrase to anticipate unexperienced users.
* patch 8.1.1067: issues added on github are unstructuredv8.1.1067Bram Moolenaar2019-03-292-0/+51
Problem: Issues added on github are unstructured. Solution: Add a bug and feature request template. (Ken Takata, closes #4183)