From e349a03caee9c7bffee1817f83151f36cb3d0065 Mon Sep 17 00:00:00 2001 From: "Nicholas C. Zakas" Date: Thu, 25 Oct 2018 13:07:58 -0700 Subject: [PATCH] Docs: Update issue templates to ask for PRs (#11012) * Docs: Update issue templates to ask for PRs * Update wording of PR request --- .github/ISSUE_TEMPLATE/BUG_REPORT.md | 6 ++++++ .github/ISSUE_TEMPLATE/CHANGE.md | 6 ++++++ .github/ISSUE_TEMPLATE/NEW_RULE.md | 4 ++++ .github/ISSUE_TEMPLATE/RULE_CHANGE.md | 2 ++ 4 files changed, 18 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.md b/.github/ISSUE_TEMPLATE/BUG_REPORT.md index 47c0c84c390..a614d6b2f5c 100644 --- a/.github/ISSUE_TEMPLATE/BUG_REPORT.md +++ b/.github/ISSUE_TEMPLATE/BUG_REPORT.md @@ -51,4 +51,10 @@ about: Report an issue with ESLint or rules bundled with ESLint **What did you expect to happen?** + **What actually happened? Please include the actual, raw output from ESLint.** + + +**Are you willing to submit a pull request to fix this bug?** + + diff --git a/.github/ISSUE_TEMPLATE/CHANGE.md b/.github/ISSUE_TEMPLATE/CHANGE.md index b5ae2ae832d..3fe2fe241a7 100644 --- a/.github/ISSUE_TEMPLATE/CHANGE.md +++ b/.github/ISSUE_TEMPLATE/CHANGE.md @@ -19,6 +19,12 @@ about: Request a change that is not a bug fix, rule change, or new rule **The version of ESLint you are using.** + **The problem you want to solve.** + **Your take on the correct solution to problem.** + + +**Are you willing to submit a pull request to implement this change?** + diff --git a/.github/ISSUE_TEMPLATE/NEW_RULE.md b/.github/ISSUE_TEMPLATE/NEW_RULE.md index 3a04dc58a8a..8dfb93ba281 100644 --- a/.github/ISSUE_TEMPLATE/NEW_RULE.md +++ b/.github/ISSUE_TEMPLATE/NEW_RULE.md @@ -34,3 +34,7 @@ about: Propose a new rule to be added to ESLint ``` **Why should this rule be included in ESLint (instead of a plugin)?** + + +**Are you willing to submit a pull request to implement this rule?** + diff --git a/.github/ISSUE_TEMPLATE/RULE_CHANGE.md b/.github/ISSUE_TEMPLATE/RULE_CHANGE.md index cc57bf53267..9ecb2d002b5 100644 --- a/.github/ISSUE_TEMPLATE/RULE_CHANGE.md +++ b/.github/ISSUE_TEMPLATE/RULE_CHANGE.md @@ -33,3 +33,5 @@ about: Request a change to an existing rule **What does the rule currently do for this code?** **What will the rule do after it's changed?** + +**Are you willing to submit a pull request to implement this change?** \ No newline at end of file