This is an automated email from the ASF dual-hosted git repository. wusheng pushed a commit to branch wu-sheng-patch-1 in repository https://gitbox.apache.org/repos/asf/skywalking.git
commit a6fd9cff1b8da4df93b545e8c0f531ea0e85bff6 Author: 吴晟 Wu Sheng <[email protected]> AuthorDate: Wed Aug 9 11:21:07 2023 +0800 Replace RP with a more clear description of the issue template. --- .github/ISSUE_TEMPLATE/feature-request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml index e9b31c7bc5..53fa4f3506 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.yml +++ b/.github/ISSUE_TEMPLATE/feature-request.yml @@ -60,7 +60,7 @@ body: - type: checkboxes attributes: - label: Are you willing to submit a PR? + label: Are you willing to submit a pull request to fix this on your own? description: > This is absolutely not required, but we are happy to guide you in the contribution process especially if you already have a good understanding of how to implement the feature.
