Skip to content

Commit 42c6a43

Browse files
authored
Update issue templates
1 parent 72f9e36 commit 42c6a43

File tree

3 files changed

+15
-8
lines changed

3 files changed

+15
-8
lines changed

.github/ISSUE_TEMPLATE/bug.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ body:
2323
required: true
2424
- label: I've tried running `main`-labeled docker image and the issue still persists there
2525
required: true
26-
- label: I'm running a supported version of the application which is listed [here](https://github.com/kafbat/kafka-ui/blob/main/SECURITY.md)
26+
- label: I'm running a supported version of the application which is listed [here](https://github.com/kafbat/kafka-ui/blob/main/.github/SECURITY.md)
2727
required: true
2828

2929
- type: textarea

.github/ISSUE_TEMPLATE/feature.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ body:
1919
options:
2020
- label: I've searched for an already existing issues [here](https://github.com/kafbat/kafka-ui/issues)
2121
required: true
22-
- label: I'm running a supported version of the application which is listed [here](https://github.com/kafbat/kafka-ui/blob/main/SECURITY.md) and the feature is not present there
22+
- label: I'm running a supported version of the application which is listed [here](https://github.com/kafbat/kafka-ui/blob/main/.github/SECURITY.md) and the feature is not present there
2323
required: true
2424

2525
- type: textarea

.github/workflows/welcome-first-time-contributors.yml

+13-6
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,22 @@ jobs:
1818
with:
1919
repo-token: ${{ secrets.GITHUB_TOKEN }}
2020
issue-message: |
21-
Hello there ${{ github.actor }}! 👋
21+
Hi ${{ github.actor }}! 👋
2222
23-
Thank you and congratulations 🎉 for opening your very first issue in this project! 💖
23+
Welcome, and thank you for opening your first issue in the repo!
2424
25-
In case you want to claim this issue, please comment down below! We will try to get back to you as soon as we can. 👀
25+
Please wait for triaging by our maintainers.
26+
27+
As development is carried out in our spare time, you can support us by sponsoring our activities or even funding the development of specific issues.
28+
[Sponsorship link](https://github.com/kafbat)
29+
30+
If you plan to raise a PR for this issue, please take a look at our [contributing guide](https://ui.docs.kafbat.io/development/contributing).
2631
2732
pr-message: |
28-
Hello there ${{ github.actor }}! 👋
33+
Hi ${{ github.actor }}! 👋
34+
35+
Welcome, and thank you for opening your first PR in the repo!
2936
30-
Thank you and congrats 🎉 for opening your first PR on this project! ✨ 💖
37+
Please wait for triaging by our maintainers.
3138
32-
We will try to review it soon!
39+
Please take a look at our [contributing guide](https://ui.docs.kafbat.io/development/contributing).

0 commit comments

Comments
 (0)