Skip to content

Commit 17d9f73

Browse files
authored
fix: Improve submit converter link (#279)
1 parent e096411 commit 17d9f73

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/components/device-page/tabs/DeviceInfo.tsx

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,13 @@ const SubmitConverterLink = memo(({ device }: { device: Device }) => {
5353
const githubUrlParams = {
5454
labels: "enhancement",
5555
title: `[External Converter] ${device.model_id} from ${device.manufacturer}`,
56-
body: `<!-- MAKE SURE THIS IS NOT ALREADY POSTED ${ZHC_NEW_GITHUB_ISSUE_URL.slice(0, -4)} -->
56+
body: `<!--
57+
58+
IMPORTANT: Read before submitting this isuse:
59+
- Make sure this is not already posted ${ZHC_NEW_GITHUB_ISSUE_URL.slice(0, -4)}
60+
- Preferably, instead of submitting this issue try to create a PR by clicking the Edit button on the manufacturer file: https://github.com/Koenkk/zigbee-herdsman-converters/tree/master/src/devices
61+
62+
-->
5763
5864
This is my external converter for \`${device.model_id}\` from \`${device.manufacturer}\`
5965
software_build_id: \`${device.software_build_id}\`

0 commit comments

Comments
 (0)