This is an automated email from the ASF dual-hosted git repository.
wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking.git
The following commit(s) were added to refs/heads/master by this push:
new 5e7d6f8023 Replace RP with a more clear description of the issue
template. (#11198)
5e7d6f8023 is described below
commit 5e7d6f80237f8330b9cbced80951790c99938324
Author: 吴晟 Wu Sheng <[email protected]>
AuthorDate: Wed Aug 9 12:02:54 2023 +0800
Replace RP with a more clear description of the issue template. (#11198)
---
.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.