Skip to content

Commit a20bf02

Browse files
committed
Stop package asistance due to changing job
1 parent 73b7236 commit a20bf02

File tree

4 files changed

+51
-0
lines changed

4 files changed

+51
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ assignees: ''
77

88
---
99

10+
--- NEWS ---
11+
Unfortunately the owner can no longer provide assistance for this package.
12+
If you want to report a bug you can open a new issue using this template,
13+
but the issue will be automatically close and will probably remain unanswered.
14+
If you are able to correct the bug, please address your changes in a pull request.
15+
---
16+
1017
<!--
1118
Use this template to report a bug. Please use this method instead than sending private email to the authors. In case you are not sure if your error is due to a code bug, please open the "Help needed" template.
1219

.github/ISSUE_TEMPLATE/help-needed---question.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,18 @@ assignees: ''
77

88
---
99

10+
--- NEWS ---
11+
Unfortunately the owner can no longer provide assistance for this package.
12+
If you need to ask for help or make a question about {MODIStsp} functionalities,
13+
refer to the package documentation first,
14+
and check if the topic was already addressed within closed issues.
15+
Then, address remaining doubts to public forums like StackOverflow,
16+
where other users could eventually provide useful ticks.
17+
Any opened issues will be automatically closed, as well as reopened old issues
18+
will be ignored.
19+
The following template instructions are kept for backwards compatibility.
20+
---
21+
1022
<!--
1123
1224
IMPORTANT NOTE: the following template must not be deleted, but read and filled with the required information. Issues written without following the template will be marked as "malformed" and ignored.

.github/ISSUE_TEMPLATE/missing---unclear-documentation.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,17 @@ assignees: ''
77

88
---
99

10+
--- NEWS ---
11+
Unfortunately the owner can no longer provide assistance for this package.
12+
If you need to ask for help or make a question about {MODIStsp} functionalities,
13+
you can check if the topic was already addressed within closed issues.
14+
In case you did not find a solution, please address your question on StackOverflow,
15+
where other users could answer you.
16+
Any opened issues will be automatically closed, as well as reopened old issues
17+
will be ignored.
18+
The following template instructions are kept for backwards compatibility.
19+
---
20+
1021
<!--
1122
Use this template if you need information about {sen2r} funcionalities which are not [well] documented. You can use it also for GENERAL questions (e.g. "Is it possible to [...] with sen2r?"); instead, for questions related to use cases (or if in doubt about which template to use) please use the "Help needed" template.
1223

.github/workflows/close-issue.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: Autocloser
2+
on: [issues]
3+
jobs:
4+
autoclose:
5+
runs-on: ubuntu-latest
6+
steps:
7+
- name: Autoclose issues by default
8+
uses: roots/[email protected]
9+
with:
10+
repo-token: ${{ secrets.GITHUB_TOKEN }}
11+
issue-close-message: "
12+
@${issue.user.login}
13+
unfortunately the owner can no longer provide assistance for this package.
14+
If you need to ask for help or make a question about {MODIStsp} functionalities,
15+
refer to the package documentation first,
16+
and check if the topic was already addressed within closed issues.
17+
Then, address remaining doubts to public forums like StackOverflow,
18+
where other users could eventually provide useful ticks.
19+
If you are able to correct a bug, please address your changes in a pull request.
20+
"
21+
issue-pattern: ".*do not autoclose this issue.*"

0 commit comments

Comments
 (0)