├── .github └── ISSUE_TEMPLATE │ └── not-here-.md └── README.md /.github/ISSUE_TEMPLATE/not-here-.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: NOT HERE! 3 | about: Please comment in any issue. Do not create any new issue. 4 | title: "[CLOSED]" 5 | labels: '' 6 | assignees: '' 7 | 8 | --- 9 | 10 | 请不要新建issue,而是在任意已有issues中发起讨论。 11 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # blog 2 | [目录](https://github.com/luoway/blog/issues) 3 | 4 | 仓库使用issues管理博文 5 | fork此仓库没有意义,请勿fork 6 | --------------------------------------------------------------------------------