This is an automated email from the ASF dual-hosted git repository. fenbox pushed a commit to branch fix/issue-label in repository https://gitbox.apache.org/repos/asf/incubator-answer-website.git
commit fc41df1da90a2cb96be6124bcfecd4ecb625dc4a Author: fen <[email protected]> AuthorDate: Tue Jan 9 15:32:26 2024 +0800 docs: update issue label --- .asf.yaml | 4 ++-- README.md | 2 +- community/contributing/issues.md | 3 ++- community/contributing/plugins.md | 2 +- community/support.mdx | 2 +- 5 files changed, 7 insertions(+), 6 deletions(-) diff --git a/.asf.yaml b/.asf.yaml index ce146346..b835c4cb 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -17,8 +17,8 @@ # NOTE: All configurations could be found here: https://cwiki.apache.org/confluence/display/INFRA/Git+-+.asf.yaml+features github: - description: "Answer official website." - homepage: https://answer.apache.org/ + description: "Apache Answer official website." + homepage: https://answer.apache.org enabled_merge_buttons: squash: true rebase: true diff --git a/README.md b/README.md index 34f39199..f17753bf 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Website -Answer official website is built using [Docusaurus](https://docusaurus.io/), and we use [pnpm](https://pnpm.io/) to manage dependencies. +Apache Answer official website is built using [Docusaurus](https://docusaurus.io/), and we use [pnpm](https://pnpm.io/) to manage dependencies. ```txt # Directory description diff --git a/community/contributing/issues.md b/community/contributing/issues.md index a6796238..20f23099 100644 --- a/community/contributing/issues.md +++ b/community/contributing/issues.md @@ -50,7 +50,8 @@ We use labels to categorize issues. | `bug` | Indicates an unexpected problem or unintended behavior | | `documentation` | Indicates a need for improvements or additions to documentation | | `duplicate` | Indicates similar issues, pull requests, or discussions | -| `enhancement` | Indicates new feature requests | +| `feature` | Indicates new feature requests | +| `enhancement` | Indicates enhancement requests | | `good first issue` | Indicates a good issue for first-time contributors | | `help wanted` | Indicates that a maintainer wants help on an issue or pull request | | `invalid` | Indicates that an issue, pull request, or discussion is no longer relevant | diff --git a/community/contributing/plugins.md b/community/contributing/plugins.md index 8f9c6087..11d62f57 100644 --- a/community/contributing/plugins.md +++ b/community/contributing/plugins.md @@ -229,4 +229,4 @@ In order to simplify the development and compilation process, we use [workspace] PluginKit.changePluginActiveStatus('editor_chart', true); ``` -4. **Publish plugin**: after the function is developed, copy your entire plug-in folder to (incubator-answer-plugins) [https://github.com/apache/incubator-answer-plugins], **and add `go.mod` `[plugin_name].go` `go.sum` these three files**; then initiate a PR and wait for review by relevant personnel; if incubator-answer If there are relevant changes in PR, please describe the scope of impact in PR. +4. **Publish plugin**: after the function is developed, copy your entire plug-in folder to [incubator-answer-plugins](https://github.com/apache/incubator-answer-plugins), **and add `go.mod` `[plugin_name].go` `go.sum` these three files**; then initiate a PR and wait for review by relevant personnel; if incubator-answer If there are relevant changes in PR, please describe the scope of impact in PR. diff --git a/community/support.mdx b/community/support.mdx index c9fc1568..4a83ba2f 100644 --- a/community/support.mdx +++ b/community/support.mdx @@ -14,7 +14,7 @@ If you're still having trouble after checking our documentation and other resour Answer is all about questions and answers, as its official community, Answer Meta is the best place to discuss any issues you’re having with the platform, share experience, or help others by answering their questions. Answer Meta is also a great way to keep track of questions and answers, and it helps to ensure that the content is always up-to-date. -<a href="https://meta.answer.dev" className="btn btn-primary"><i className="bi bi-chat-square-text-fill me-2"></i>Discussion forums</a> +<a href="https://meta.answer.dev" className="btn btn-lg btn-primary"><i className="bi bi-chat-square-text-fill me-2"></i>Discussion forums</a> ## Mailing list
