summaryrefslogtreecommitdiff
path: root/.github
Commit message (Collapse)AuthorAgeFilesLines
* github action: add CIFuzzLeo Neat2020-02-211-0/+24
| | | | Closes #4960
* github: Instructions to post "uname -a" on Unix systems in issuesEmil Engler2020-02-081-0/+2
| | | | Closes #4896
* github action/azure pipeline: run 'make test-nonflaky' for testsDaniel Stenberg2019-12-031-1/+1
| | | | To match travis and give more info on failures.
* CI: inintial github action jobDaniel Stenberg2019-09-141-0/+17
| | | First shot at a CI build on github actions
* .github/FUNDING: mention our opencollective "home" [ci skip]Daniel Stenberg2019-05-231-0/+1
|
* docs/BUG-BOUNTY: bug bounty time [skip ci]Daniel Stenberg2019-04-221-2/+3
| | | | | | | | | | Introducing the curl bug bounty program on hackerone. We now recommend filing security issues directly in the hackerone ticket system which only is readable to curl security team members. Assisted-by: Daniel Gustafsson Closes #3488
* github/lock: auto-lock closed issues after 90 days of inactivityDaniel Stenberg2018-05-051-0/+8
|
* ISSUE_TEMPLATE: Add a comment not to file security issues on githubJay Satiro2017-07-111-2/+2
|
* .github/stale.yml: enable the stale botDaniel Stenberg2017-04-091-0/+17
| | | | | | | | | | | Issues and PRs with no activity for 180 days will get marked as stale, and if no further activity happens within 14 more days, the issue gets closed. This follows our established policy of not letting stalled bugs "get in the way": https://curl.haxx.se/docs/bugs.html#Closing_off_stalled_bugs Closes #1398
* ISSUE_TEMPLATE: for bugs, ask questions on the mailing listDaniel Stenberg2017-03-101-3/+7
| | | | | and try to add the top comment within an HTML comment in the hope that it might get hidden if the text is kept
* ISSUE_TEMPLATE: try mentioning known bugs/todo in new issue templateDaniel Stenberg2016-12-111-0/+3
|
* s/cURL/curlDaniel Stenberg2016-11-071-1/+1
| | | | | | We're mostly saying just "curl" in lower case these days so here's a big cleanup to adapt to this reality. A few instances are left as the project could still formally be considered called cURL.
* docs: Fix link to CONTRIBUTE in Github contribution guidelines (#994)Daniel Gustafsson2016-09-061-1/+1
|
* CONTRIBUTING.md: fix linksDaniel Stenberg2016-02-181-5/+3
|
* ISSUE_TEMPLATE: github issue templateDaniel Stenberg2016-02-181-0/+9
| | | | First version, try this out!
* CONTRIBUTING.md: move into .githubDaniel Stenberg2016-02-181-0/+25
To hide github specific files somewhat from the rest.