-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
/
Copy pathreplies.yml
77 lines (77 loc) · 5.39 KB
/
replies.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
replies:
- body: |
👋 Hey @{{ author }}! Just checking in, is this still something you have time for? No worries if not - I just don't want to leave it hanging.
name: Checking In
- body: |
Thanks for posting! This is a duplicate of #<insert issue>. Before filing an issue, please [use our issue search](https://github.com/typescript-eslint/typescript-eslint/issues) to check for open and closed issues that already address what you're looking for.
name: Clearly Duplicate Issue
- body: |
Thanks for the issue!
\
This is an extension rule. That means we take the base rule and extend it to support TS syntax or features.
\
We don't break from the base rule to add new features unless they are specifically related to TS.
\
In this instance — this request is not related to TS, thus we shall not implement it. If you'd like to see it, feel free to raise a request with the ESLint team.
\
name: Extension Rule - Reject Due to Enhancement
- body: |
The fix has been merged to main, and will be released Monday, as per our [release schedule](https://github.com/typescript-eslint/typescript-eslint#versioning)
\
If you need it sooner, please try the `canary` tag on NPM.
name: Fix Has Been Merged
- body: |
Thanks for the report @<reporter>!\
This might be a valid issue, but we can't tell because you haven't filled in enough information.\
Please fill in the rest of the issue template so we can take a look.\
Thanks!
name: Needs More Info
- body: |
Thanks for the report @<reporter>!\
I can't reproduce the issue using the repository you provided.\
Could you please comment with instructions on how to reproduce the issue?\
Thanks!
name: Needs Full Reproduction
- body: |
Thanks for the report @<reporter>!\
I can't reproduce the issue using the code you provided.\
Could you please create an isolated reproduction in our playground (https://typescript-eslint.io/play) and comment back when you've got one?\
We prefer an isolated reproduction so that we as volunteer maintainers can quickly reproduce the issue and more easily find the cause.\
Thanks!
name: Needs Playground Reproduction
- body: |
With any issue opened in this project — it either has visible progress in the form of an attached PR, or it has no progress.\
\
We are a community-run project. The volunteer maintainers spend most of their time triaging issues and reviewing PRs. This means that most issues will not progress unless a member of the community steps up and champions it.\
\
If this issue is important to you — consider being that champion.\
\
If not — please just subscribe to the issue and wait patiently.\
Commenting asking for status updates does not bump issue priority in any way and just serves to spam everyone subscribed to the issue.
name: Progress - Blunt
- body: |
We are a community run project. The **volunteer** maintainers spend most of their time triaging issues and reviewing PRs. This means that most issues *will not progress* unless a member of the community steps up and **champions** it.
\
If this issue is important to you — consider being that champion.
If not — please use the subscribe function and wait patiently for someone else to implement this.
name: Progress - Nice
- body: |
Closing this issue as it's been stale for ~6 weeks without activity. Feel free to reopen @{{ author }} if you have time - but no worries if not! If anybody wants to drive it forward, please do either post here or in a new issue with the info we asked about. Thanks! 😊
name: Pruning Stale Issue
- body: |
Closing this PR as it's been stale for ~6 weeks without activity. Feel free to reopen @{{ author }} if you have time - but no worries if not! If anybody wants to drive it forward, please do post your own PR - and if you use this as a start, consider adding `Co-authored-by: @{{ author }}` at the end of your PR description. Thanks! 😊
name: Pruning Stale PR
- body: |
As per [our contributing guidelines](https://github.com/typescript-eslint/typescript-eslint/blob/master/CONTRIBUTING.md#addressing-feedback-and-beyond) this PR is in the queue of PRs to reviewed, and will be reviewed when we are able.
\
This project is run by volunteer maintainers, so it might be a bit before we can find the time to get to it.
name: Review Queue
- body: |
We ***STRONGLY*** recommend you use automatic code formatters like [prettier](https://www.npmjs.com/package/prettier).
\
Stylistic lint rules take a lot of effort to write, require ongoing maintenance to add more configuration as people want to fit their preferences, and are a large burden to maintain as new syntax is added.
The configurability also leads to huge fanout [making tests huge, and awful to maintain](https://github.com/typescript-eslint/typescript-eslint/blob/b814e635c1f34139c89e0176727480935dd45cac/packages/eslint-plugin/tests/rules/type-annotation-spacing.test.ts).
\
It's for these reasons that [eslint has frozen all stylistic lint rule options, and will not accept any new ones](https://eslint.org/blog/2020/05/changes-to-rules-policies).
See also our [What About Formatting?](https://typescript-eslint.io/linting/troubleshooting/formatting) docs.
name: Use Prettier