mirror of
https://github.com/next-theme/hexo-theme-next.git
synced 2026-01-17 18:22:33 +00:00
Update issue labels
This commit is contained in:
parent
30848e9486
commit
adc05e0827
6
.github/CONTRIBUTING.md
vendored
6
.github/CONTRIBUTING.md
vendored
@ -144,18 +144,18 @@ Pull requests related:
|
|||||||
- `New Feature`: A pull request that provides a new feature
|
- `New Feature`: A pull request that provides a new feature
|
||||||
- `Feature`: A pull request that provides an option or addition to existing feature
|
- `Feature`: A pull request that provides an option or addition to existing feature
|
||||||
- `i18n`: A pull request that makes new languages translation
|
- `i18n`: A pull request that makes new languages translation
|
||||||
|
- `Dependencies`: A pull request that updates package dependencies
|
||||||
|
- `Actions`: A pull request that updates the GitHub Actions workflow
|
||||||
- `Skip Release`: A pull request that should be excluded from release note
|
- `Skip Release`: A pull request that should be excluded from release note
|
||||||
|
|
||||||
Both:
|
Both:
|
||||||
|
|
||||||
- `Roadmap`: An issue / pull request about future development
|
- `Roadmap`: An issue / pull request about future development
|
||||||
- `Help Wanted`: An issue / pull request that needs help
|
- `Help Wanted`: An issue / pull request that needs help
|
||||||
- `Discussion`: An issue / pull request that needs to be discussed
|
|
||||||
- `Improvement`: An issue that needs improvement or a pull request that improves NexT
|
- `Improvement`: An issue that needs improvement or a pull request that improves NexT
|
||||||
- `Performance`: An issue / pull request that improves the performance
|
|
||||||
- `Layout`: An issue / pull request related to template engine
|
- `Layout`: An issue / pull request related to template engine
|
||||||
- `CSS`: An issue / pull request related to CSS
|
- `CSS`: An issue / pull request related to CSS
|
||||||
- `Fonts`: An issue / pull request related to fonts
|
- `Icons & Fonts`: An issue / pull request related to icons or fonts
|
||||||
- `PJAX`: An issue / pull request related to PJAX
|
- `PJAX`: An issue / pull request related to PJAX
|
||||||
- `3rd Party Plugin`: An issue / pull request related to 3rd party plugins & service
|
- `3rd Party Plugin`: An issue / pull request related to 3rd party plugins & service
|
||||||
- `Docs`: An issue / pull request related to instruction document
|
- `Docs`: An issue / pull request related to instruction document
|
||||||
|
|||||||
3
.github/labeler.yml
vendored
3
.github/labeler.yml
vendored
@ -1,9 +1,10 @@
|
|||||||
# Configuration for labeler - https://github.com/actions/labeler
|
# Configuration for labeler - https://github.com/actions/labeler
|
||||||
|
|
||||||
🔌 3rd Party Plugin: package.json
|
📦 Dependencies: package.json
|
||||||
Configurations: _config.yml
|
Configurations: _config.yml
|
||||||
CSS: source/css/**/*
|
CSS: source/css/**/*
|
||||||
📖 Docs: docs/**/*
|
📖 Docs: docs/**/*
|
||||||
Layout: layout/**/*
|
Layout: layout/**/*
|
||||||
🌍 i18n: languages/**/*
|
🌍 i18n: languages/**/*
|
||||||
Actions: .github/workflows/**/*
|
Actions: .github/workflows/**/*
|
||||||
|
🔌 3rd Party Plugin: '**/*third-party/**/*'
|
||||||
|
|||||||
2
.github/release-drafter.yml
vendored
2
.github/release-drafter.yml
vendored
@ -19,7 +19,7 @@ categories:
|
|||||||
label: '🛠 Improvement'
|
label: '🛠 Improvement'
|
||||||
|
|
||||||
- title: '🌀 External Changes'
|
- title: '🌀 External Changes'
|
||||||
label: '🔌 3rd Party Plugin'
|
label: '📦 Dependencies'
|
||||||
|
|
||||||
- title: '📖 Documentation'
|
- title: '📖 Documentation'
|
||||||
label: '📖 Docs'
|
label: '📖 Docs'
|
||||||
|
|||||||
@ -144,18 +144,18 @@ Pull Request 的标签:
|
|||||||
- `New Feature`: 添加了新功能的 Pull Request
|
- `New Feature`: 添加了新功能的 Pull Request
|
||||||
- `Feature`: 为现有功能提供选项或加成的 Pull Request
|
- `Feature`: 为现有功能提供选项或加成的 Pull Request
|
||||||
- `i18n`: 更新了翻译的 Pull Request
|
- `i18n`: 更新了翻译的 Pull Request
|
||||||
|
- `Dependencies`: 更新了依赖包的 Pull Request
|
||||||
|
- `Actions`: 更新了GitHub Actions的 Pull Request
|
||||||
- `Skip Release`: 无需在 Release Note 中展现的 Pull Request
|
- `Skip Release`: 无需在 Release Note 中展现的 Pull Request
|
||||||
|
|
||||||
两者兼有:
|
两者兼有:
|
||||||
|
|
||||||
- `Roadmap`: 与 NexT 主题发展相关的 Issue 或者 Pull Request
|
- `Roadmap`: 与 NexT 主题发展相关的 Issue 或者 Pull Request
|
||||||
- `Help Wanted`: 需要帮助的 Issue 或者 Pull Request
|
- `Help Wanted`: 需要帮助的 Issue 或者 Pull Request
|
||||||
- `Discussion`: 需要进行讨论的 Issue 或者 Pull Request
|
|
||||||
- `Improvement`: 需要改进的 Issue 或者改进了 NexT 主题的 Pull Request
|
- `Improvement`: 需要改进的 Issue 或者改进了 NexT 主题的 Pull Request
|
||||||
- `Performance`: 提出性能问题的 Issue 或者提高了 NexT 主题性能的 Pull Request
|
|
||||||
- `Layout`: 与模版引擎相关的 Issue 或者 Pull Request
|
- `Layout`: 与模版引擎相关的 Issue 或者 Pull Request
|
||||||
- `CSS`: 与 NexT 主题 CSS 文件相关的 Issue 或者 Pull Request
|
- `CSS`: 与 NexT 主题 CSS 文件相关的 Issue 或者 Pull Request
|
||||||
- `Fonts`: 与 NexT 主题字体相关的 Issue 或者 Pull Request
|
- `Icons & Fonts`: 与 NexT 主题图标和字体相关的 Issue 或者 Pull Request
|
||||||
- `PJAX`: 与 PJAX 相关的 Issue 或者 Pull Request
|
- `PJAX`: 与 PJAX 相关的 Issue 或者 Pull Request
|
||||||
- `3rd Party Plugin`: 与第三方插件和服务相关的 Issue 或者 Pull Request
|
- `3rd Party Plugin`: 与第三方插件和服务相关的 Issue 或者 Pull Request
|
||||||
- `Docs`: 与文档说明相关的 Issue 或者 Pull Request
|
- `Docs`: 与文档说明相关的 Issue 或者 Pull Request
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user