navendu-pottekkat commented on a change in pull request #888: URL: https://github.com/apache/apisix-website/pull/888#discussion_r810036562
########## File path: website/docs/general/contributor-guide.md ########## @@ -9,45 +9,41 @@ keywords: description: This article is a set of guidelines for Apache APISIX contributors, including things that a contributor can do and how to do it well. --- -Please fee free to report bugs, submit suggestions, or submit PRs according to this guide. +Please follow this guide to [report bugs](#submit-an-issue), [submit suggestions](#submit-an-issue), or [submit PRs](#submit-pr). -## Submit an issue +## Submitting an Issue -1. Before submitting your issues, please go through a comprehensive search to make sure the problem cannot be solved just by searching. +Before submitting an issue, try solving the problem through a comprehensive search. -2. Check the Issue List to make sure the problem is not repeated. +[Open issues](https://github.com/apache/apisix/issues) and the [discussions forum](https://github.com/apache/apisix/discussions) are good places to search for solutions before opening an issue. -3. Create a new issue and choose the type of issue. +1. Check the [open issues](https://github.com/apache/apisix/issues) to avoid duplication. Review comment: My thought was to add this as a step to force that it is intended to be followed. It was a step previously and I thought it would be better to not change it. What do you think? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
