This is an automated email from the ASF dual-hosted git repository.
linkinstar 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 faa7a4fb docs(issues): add description for issues
faa7a4fb is described below
commit faa7a4fbe4f5fb28e9a3fe8c0d8cc2c6c373feb6
Author: LinkinStars <[email protected]>
AuthorDate: Wed Nov 22 18:07:39 2023 +0800
docs(issues): add description for issues
---
community/contributing/issues.md | 35 ++++++++++++++++++++++++++++++++---
1 file changed, 32 insertions(+), 3 deletions(-)
diff --git a/community/contributing/issues.md b/community/contributing/issues.md
index ae6dc1a1..45b3f797 100644
--- a/community/contributing/issues.md
+++ b/community/contributing/issues.md
@@ -14,12 +14,41 @@ There are some repos in the Answer project, you can raise
your issue for differe
When opening a new issue, always make sure to fill out the issue template.
**This step is very important!** Not doing so may result in your issue not
being managed in a timely fashion. Don't take this personally if this happens,
and feel free to open a new issue once you've gathered all the information
required by the template.
-**Please don't use the GitHub issue tracker for questions.** If you have
questions about using Docusaurus, use any of our [support
channels](/community), and we will do our best to answer your questions.
+**Please don't use the GitHub issue tracker for questions.** If you have
questions about using Answer, you can ask them on [Answer
Meta](https://meta.answer.dev). We will do our best to answer your questions.
+
+**Please don't use the GitHub issue tracker for questions.** Instead, you can
ask your questions on [Answer Meta](https://meta.answer.dev), and we'll do our
best to provide you with the answers you need.
+
+## Bugs
+
+If you find a bug, the first thing to do is to search the issues to see if
someone has already reported it. If so, please add any additional information
as a comment on the existing issue.
+
+If no existing issue exists, please open a new issue and fill out the issue
template completely. The more information you provide, the more likely it is
that your issue will be resolved quickly. Please include the following with
each issue:
+- A clear description of the problem
+- A screenshot of the problem (if applicable)
+- Steps to reproduce the problem
+- The version of Answer you are using
+- The deployment method you are using (e.g. Docker, binary, source)
+- The version of your browser (if the issue is frontend-related)
+- The operating system you are using (if the issue is backend-related)
+- Any other details you think are relevant
+
## Security bugs
+If you find a security bug, with that in mind, please do not file public
issues. You can follow the instructions in the [security
policy](https://github.com/apache/incubator-answer/security/policy) to report
it privately.
+
## Feature requests
-## Proposals
+We appreciate your feedback and ideas. If you have a feature request, please
fill out the issue template completely and search the issues to see if someone
has already requested the same feature.
+
+If we think the feature request is a good idea, we'll add it to the roadmap
and set the milestone. If you want to implement it, comment on the issue, and
we'll assign it to you.
+
+## Issues Labels
+We use labels to categorize issues.
-## Claiming issues
+- bug: Issues that are bugs.
+- enhancement: Issues that are feature requests.
+- good first issue: Issues that are good for beginners.
+- help wanted: Issues that are open to help from the community.
+- invalid: Issues that are invalid.
+- duplicate: Issues that are duplicates of other issues.