summaryrefslogtreecommitdiffstats
path: root/.github
AgeCommit message (Collapse)Author
2019-03-13remove paulfantom code ownership and TODO notices (#5579)Paweł Krupa
2019-02-25Update CODEOWNERSPaweł Krupa
2019-02-15Update CODEOWNERS (#5389)Chris Akritidis
2019-01-18Update bug_report.mdPaweł Krupa
2019-01-17update bug_report.md (#5205)Ilya Mashchenko
* update bug_report.md * fix
2019-01-08Update CODEOWNERSPaweł Krupa
2019-01-08change ownership of .gitignore (#5131)Paweł Krupa
2018-12-20change number of days needed by issue to go stale (#5043)Paweł Krupa
2018-12-09Add cakrit to health codeowners (#4953)Chris Akritidis
2018-12-06update code owners (#4930)Paweł Krupa
2018-12-06Removed vlvkobal as a codeowner of web/gui (#4929)George Moschovitis
2018-11-27general issue template (#4764)Paweł Krupa
2018-11-27create better issue and PR templates (#4758)Paweł Krupa
2018-11-26update codeowners file (#4750)Paweł Krupa
* update codeowners file * change Ilya username
2018-11-23exempt feature requests from going stale (#4723)Paweł Krupa
2018-11-19allign code ownership (#4682)Paweł Krupa
2018-11-19enable issue closing with stale bot (#4686)Paweł Krupa
2018-10-23fix duplicate in CODEOWNERS file (#4467)Paweł Krupa
2018-10-22add autogenerated changelog (#4444)Paweł Krupa
##### Summary <!--- Describe the change below, including rationale and design decisions --> Create changelog based on GitHub labels <!--- HINT: Include "Fixes #nnn" if you are fixing an existing issue --> ##### Component Name <!--- Write the short name of the module or plugin below --> GitHub management ##### Additional Information <!--- Include additional information to help people understand the change here --> <!--- A step-by-step reproduction of the problem is helpful if there is no related issue --> Moving old manually created changelog to HISTORICAL_CHANGELOG.md and using command below to create changelog based on github issues, PRs, and labels. This is a preview and in the near future this will be automated and running daily in cron. <!--- Paste log output below, e.g. before and after your change --> ```sh docker run -it -v "$(pwd)":/project markmandel/github-changelog-generator:latest \ --user "netdata" \ --project "netdata" \ --token "${GITHUB_TOKEN}" \ --since-tag "v1.10.0" \ --unreleased-label "**Next release**" \ --no-compare-link \ --exclude-labels duplicate,question,invalid,wontfix,discussion,documentation ```
2018-10-22Update CODEOWNERS (#4447)Paweł Krupa
2018-10-22unify headers in github templates (#4451)Paweł Krupa
2018-10-19Disallow stale bot from removing labels (#4442)Paweł Krupa
2018-10-18create stale bot integration (#4268)Paweł Krupa
2018-10-17Fix GitHub issue templates (#4427)Paweł Krupa
2018-10-17add github templates (#4424)Paweł Krupa
2018-10-16Update CODEOWNERS (#4412)Paweł Krupa
2018-10-16Update CODEOWNERS (#4405)Paweł Krupa
2018-10-01Update CODEOWNERS (#4340)Paweł Krupa
2018-09-29more code owners (#4316)Paweł Krupa
* more code owners * Update CODEOWNERS
2018-09-23finetune python ownership; add CI ownership to @paulfantom (#4264)Paweł Krupa
2018-09-22[project management] add github CODEOWNERS (#4137)Paweł Krupa
* add initial code owners * C code ownership