This is an automated email from the ASF dual-hosted git repository.
fenbox pushed a commit to branch build-community
in repository https://gitbox.apache.org/repos/asf/incubator-answer-website.git
The following commit(s) were added to refs/heads/build-community by this push:
new 443b6c20 docs: fix homepage contributing link, update issue labe
description.
443b6c20 is described below
commit 443b6c20d40ac0b1d3e9b0763612b9a6abb54122
Author: fen <[email protected]>
AuthorDate: Mon Nov 27 11:12:32 2023 +0800
docs: fix homepage contributing link, update issue labe description.
---
community/contributing/issues.md | 22 ++++++++++++----------
src/components/HomepageMain/index.tsx | 8 ++++----
2 files changed, 16 insertions(+), 14 deletions(-)
diff --git a/community/contributing/issues.md b/community/contributing/issues.md
index 1e1def81..a6796238 100644
--- a/community/contributing/issues.md
+++ b/community/contributing/issues.md
@@ -45,13 +45,15 @@ If we think the feature request is a good idea, we'll add
it to the roadmap and
We use labels to categorize issues.
-- `bug`: Something isn't working.
-- `enhancement`: New feature or request.
-- `good first issue`: Good for newcomers.
-- `help wanted`: Extra attention is needed, open to help from the community.
-- `invalid`: This doesn't seem right.
-- `duplicate`: This issue or pull request already exists.
-- `security`: This is a security issue.
-- `wontfix`: This will not be worked on.
-- `question`: Further information is requested.
-- `documentation`: Improvements or additions to documentation.
+| Label | Description |
+| --- | --- |
+| `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 |
+| `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 |
+| `question` | Indicates that an issue, pull request, or discussion needs more
information |
+| `wontfix` | Indicates that work won't continue on an issue, pull request, or
discussion |
+| `security` | Indicates a issue about security |
diff --git a/src/components/HomepageMain/index.tsx
b/src/components/HomepageMain/index.tsx
index fb72f241..7170520d 100644
--- a/src/components/HomepageMain/index.tsx
+++ b/src/components/HomepageMain/index.tsx
@@ -178,19 +178,19 @@ export default function HomepageFeatures(): JSX.Element {
<div className={styles.linkWrap}>
<ul>
<li className={clsx('mb-2', styles.li)}>
- <a href="https://github.com/apache/incubator-answer">
+ <a href="/community/contributing">
<Translate id="home.contribute.item1">
- Contribute to our open-source codebase on GitHub
+ Contribute to our open-source codebase
</Translate>
</a>
</li>
<li className={clsx('mb-2', styles.li)}>
- <a href="https://github.com/apache/incubator-answer-website">
+ <a href="/docs">
<Translate id="home.contribute.item2">Help us improve the
docs</Translate>
</a>
</li>
<li className={styles.li}>
- <a href="https://crowdin.com/project/answer" target="_blank">
+ <a href="/community/translation">
<Translate id="home.contribute.item3">Help us translate
language resources</Translate>
</a>
</li>