Skip to content

Commit 345f073

Browse files
committed
ci: update workflow comment issue
1 parent 7a78753 commit 345f073

File tree

1 file changed

+16
-9
lines changed

1 file changed

+16
-9
lines changed

.github/workflows/new-issue-comment.yml

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,19 @@ jobs:
1313
with:
1414
issue-number: ${{ github.event.issue.number }}
1515
body: |
16-
Thank you for submitting an issue!
17-
18-
If this is a bug report, please be sure to include, at minimum, example code showing a small schema and any necessary calls with all their arguments, which will reproduce the issue. Even better, you can link to a saved online code editor example, where anyone can immediately run the code and see the issue.
19-
20-
If you are requesting a feature, include a code example of how you imagine it working if it were implemented.
21-
22-
If you need to edit your issue description, click the [**...**] and choose Edit.
23-
24-
Be patient. This is a free and freely licensed package that I maintain in my spare time. You may get a response in a day, but it could also take a month. If you benefit from this package and would like to see more of my time devoted to it, you can help by [sponsoring](https://github.com/sponsors/aldeed).
16+
Thank you for submitting this issue!
17+
18+
We, the Members of Meteor Community Packages take every issue seriously.
19+
Our goal is to provide long-term lifecycles for packages and keep up
20+
with the newest changes in Meteor and the overall NodeJs/JavaScript ecosystem.
21+
22+
However, we contribute to these packages mostly in our free time.
23+
Therefore, we can't guarantee your issues to be solved within certain time.
24+
25+
If you think this issue is trivial to solve, don't hesitate to submit
26+
a pull request, too! We will accompany you in the process with reviews and hints
27+
on how to get development set up.
28+
29+
Please also consider sponsoring the maintainers of the package.
30+
If you don't know who is currently maintaining this package, just leave a comment
31+
and we'll let you know

0 commit comments

Comments
 (0)