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