Skip to content

Commit

Permalink
Update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
Haarolean authored Apr 8, 2024
1 parent 72f9e36 commit 42c6a43
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ body:
required: true
- label: I've tried running `main`-labeled docker image and the issue still persists there
required: true
- label: I'm running a supported version of the application which is listed [here](https://github.com/kafbat/kafka-ui/blob/main/SECURITY.md)
- 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)
required: true

- type: textarea
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ body:
options:
- label: I've searched for an already existing issues [here](https://github.com/kafbat/kafka-ui/issues)
required: true
- 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
- 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
required: true

- type: textarea
Expand Down
19 changes: 13 additions & 6 deletions .github/workflows/welcome-first-time-contributors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,22 @@ jobs:
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: |
Hello there ${{ github.actor }}! πŸ‘‹
Hi ${{ github.actor }}! πŸ‘‹
Thank you and congratulations πŸŽ‰ for opening your very first issue in this project! πŸ’–
Welcome, and thank you for opening your first issue in the repo!
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. πŸ‘€
Please wait for triaging by our maintainers.
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.
[Sponsorship link](https://github.com/kafbat)
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).
pr-message: |
Hello there ${{ github.actor }}! πŸ‘‹
Hi ${{ github.actor }}! πŸ‘‹
Welcome, and thank you for opening your first PR in the repo!
Thank you and congrats πŸŽ‰ for opening your first PR on this project! ✨ πŸ’–
Please wait for triaging by our maintainers.
We will try to review it soon!
Please take a look at our [contributing guide](https://ui.docs.kafbat.io/development/contributing).

0 comments on commit 42c6a43

Please sign in to comment.