Skip to content

Commit 0383591

Browse files
authored
docs: Remove old Markdown issue template (#15556)
* chore: Remove old Markdown issue template This template in Markdown format has been superseded by the forms in the `.github./ISSUE_TEMPLATE` directory. When viewing this file in the GitHub UI, it shows a warning: > You are using an old version of issue templates. Please update to the > new issue template workflow. [Learn more][1] [1]: https://docs.github.com/articles/about-issue-and-pull-request-templates * docs: Link to new issue template chooser All of these direct links to our old Markdown-based issue templates are broken and just lead to an empty form. I could link directly to the relevant new yml template, but standardizing on `/issues/new/choose` seems safer as it'll continue working even if we change the available templates.
1 parent 92f89fb commit 0383591

5 files changed

Lines changed: 4 additions & 57 deletions

File tree

.github/ISSUE_TEMPLATE.md

Lines changed: 0 additions & 53 deletions
This file was deleted.

docs/developer-guide/contributing/changes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Change Requests
22

3-
If you'd like to request a change to ESLint, please [create a new issue](https://github.com/eslint/eslint/issues/new?template=CHANGE.md) on GitHub. Be sure to include the following information:
3+
If you'd like to request a change to ESLint, please [create a new issue](https://github.com/eslint/eslint/issues/new/choose) on GitHub. Be sure to include the following information:
44

55
1. The version of ESLint you are using.
66
1. The problem you want to solve.

docs/developer-guide/contributing/new-rules.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Even though these are the formal criteria for inclusion, each rule is evaluated
1919

2020
## Proposing a Rule
2121

22-
If you want to propose a new rule, please see how to [create a pull request](/docs/developer-guide/contributing/pull-requests) or submit an issue by filling out a [new rule template](https://github.com/eslint/eslint/issues/new?template=NEW_RULE.md).
22+
If you want to propose a new rule, please see how to [create a pull request](/docs/developer-guide/contributing/pull-requests) or submit an issue by filling out a [new rule template](https://github.com/eslint/eslint/issues/new/choose).
2323

2424
We need all of this information in order to determine whether or not the rule is a good core rule candidate.
2525

docs/developer-guide/contributing/reporting-bugs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Reporting Bugs
22

3-
If you think you've found a bug in ESLint, please [create a new issue](https://github.com/eslint/eslint/issues/new) or a [pull request](/docs/developer-guide/contributing/pull-requests.md) on GitHub.
3+
If you think you've found a bug in ESLint, please [create a new issue](https://github.com/eslint/eslint/issues/new/choose) or a [pull request](/docs/developer-guide/contributing/pull-requests.md) on GitHub.
44

55
Please include as much detail as possible to help us properly address your issue. If we need to triage issues and constantly ask people for more detail, that's time taken away from actually fixing issues. Help us be as efficient as possible by including a lot of detail in your issues.
66

docs/developer-guide/contributing/rule-changes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Occasionally, a core ESLint rule needs to be changed. This is not necessarily a
44

55
## Proposing a Rule Change
66

7-
To propose a change to an existing rule, [create a pull request](/docs/developer-guide/contributing/pull-requests.md) or [new issue](https://github.com/eslint/eslint/issues/new?template=RULE_CHANGE.md) and fill out the template.
7+
To propose a change to an existing rule, [create a pull request](/docs/developer-guide/contributing/pull-requests.md) or [new issue](https://github.com/eslint/eslint/issues/new/choose) and fill out the template.
88

99
We need all of this information in order to determine whether or not the change is a good candidate for inclusion.
1010

0 commit comments

Comments
 (0)