From d269780019c66a52d6bc0691ffdb38026f67fcae Mon Sep 17 00:00:00 2001 From: "Tomoya.Fujita" Date: Tue, 25 Mar 2025 14:38:35 -0700 Subject: [PATCH] more user-friendly wording for issue template configuration. Signed-off-by: Tomoya.Fujita --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- .github/ISSUE_TEMPLATE/config.yml | 18 +++++++++--------- .github/ISSUE_TEMPLATE/feature_request.yml | 2 +- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index bfb7d16..3f54a70 100755 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,4 +1,4 @@ -name: Bug Report +name: 🐛 Bug Report description: File a bug report. labels: ["bug"] body: diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index fc6e777..3130826 100755 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,17 +1,17 @@ blank_issues_enabled: true contact_links: - - name: Robotics Stack Exchange + - name: 🔗 Have a question on how to use ROS? url: https://robotics.stackexchange.com/ - about: Please ask and answer questions here. - - name: Documentation for Active ROS Distributions + about: We use Robotics Stack Exchange for general project questions. + - name: 🔗 Looking for documentation on active ROS distros? url: https://docs.ros.org/ - about: Please check our documentation here. - - name: ROS Discourse + about: The ROS documentation is available at docs.ros.org + - name: 🔗 Want to discuss a ROS feature or get the latest ROS news? url: https://discourse.ros.org/ - about: Discussion on ROS and ROS-related things. - - name: ROS Discord + about: ROS Discourse is our community discussion forum. + - name: 🔗 Do you need real time support from other ROS users? url: https://discord.com/servers/open-robotics-1077825543698927656 - about: ROS & Gazebo Discord Server. - - name: ROS Status Page + about: Visit our community Discord server. ROS questions belong in "#ros-help" channel. + - name: 🔗 Want to check ROS infrastructure status? url: https://status.openrobotics.org/ about: Status page for ROS websites and resources. diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index b57f673..30d607a 100755 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -1,4 +1,4 @@ -name: Feature request +name: 🚀 Feature Request description: File a feature request. labels: ["enhancement"] body: