├── .github └── ISSUE_TEMPLATE │ └── next-paper-candidates-template.md ├── LICENSE ├── MAINTAINERS ├── README.md └── organization-workflow.md /.github/ISSUE_TEMPLATE/next-paper-candidates-template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/src-d/reading-club/HEAD/.github/ISSUE_TEMPLATE/next-paper-candidates-template.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/src-d/reading-club/HEAD/LICENSE -------------------------------------------------------------------------------- /MAINTAINERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/src-d/reading-club/HEAD/MAINTAINERS -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/src-d/reading-club/HEAD/README.md -------------------------------------------------------------------------------- /organization-workflow.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/src-d/reading-club/HEAD/organization-workflow.md --------------------------------------------------------------------------------