From 2d27cf819e9a7b901b411e2526654d822e1a3c9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=B2=20Ribaudo?= Date: Tue, 26 May 2020 18:47:42 +0200 Subject: [PATCH] Mention babel/rfcs in the "New feature" issue template (#11592) * Mention babel/rfcs in the "New feature" issue template * move npm issue to external gist, reword some issue template names and descriptions Co-authored-by: Henry Zhu --- .github/ISSUE_TEMPLATE/Feature_request.md | 28 ++++++++++------------- .github/ISSUE_TEMPLATE/Npm_error.md | 16 ------------- .github/ISSUE_TEMPLATE/config.yml | 14 ++++++++---- 3 files changed, 22 insertions(+), 36 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/Npm_error.md diff --git a/.github/ISSUE_TEMPLATE/Feature_request.md b/.github/ISSUE_TEMPLATE/Feature_request.md index dd65864dce47..5858f5e312b4 100644 --- a/.github/ISSUE_TEMPLATE/Feature_request.md +++ b/.github/ISSUE_TEMPLATE/Feature_request.md @@ -1,26 +1,22 @@ ---- -name: "\U0001F680 Feature Request" -about: "I have a suggestion (and may want to implement it \U0001F642)!" -title: '' -labels: 'i: enhancement, i: needs triage' -assignees: '' - --- -## Feature Request +name: "\U0001F680 Feature Request" +about: "I have a specific suggestion for Babel!" +title: "" +labels: "i: enhancement, i: needs triage" +assignees: "" +---## Feature Request + - [ ] I would like to work on this feature! -**Is your feature request related to a problem? Please describe.** -A clear and concise description of what the problem is. Ex. I have an issue when [...] +**Is your feature request related to a problem?** +A concise description of what the problem is. Ex. I have an issue when [...] **Describe the solution you'd like** -A clear and concise description of what you want to happen. Add any considered drawbacks. -**Describe alternatives you've considered** -A clear and concise description of any alternative solutions or features you've considered. +**Describe alternatives you've considered**. -**Teachability, Documentation, Adoption, Migration Strategy** -If you can, explain how users will be able to use this and possibly write out a version the docs. -Maybe a screenshot or design? +**Documentation, Adoption, Migration Strategy** +If you can, explain how users will be able to use this and how it might be documented. Maybe a mock-up? diff --git a/.github/ISSUE_TEMPLATE/Npm_error.md b/.github/ISSUE_TEMPLATE/Npm_error.md deleted file mode 100644 index a9adf4a8495b..000000000000 --- a/.github/ISSUE_TEMPLATE/Npm_error.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -name: "\U0001F4E6 npm error" -about: "When you get a `No matching version found for ...` error from npm" -title: '' -labels: 'i: npm cache' -assignees: '' - ---- - - - -First, check if the package for which `npm` throws an error is published by searching [on the npm website](https://www.npmjs.com/). If it is, then there is nothing that we can do about it: it was correctly published, but for some reason your package manager client doesn't find it. - -If you are using a proxy for the npm registry (maybe it's used by your company, or you are using it because your country blocks the main npm registry), then it's likely that it has cached the old version of the package and it isn't loading the new one. If you can, try clearing the proxy's cache. Otherwise, you will have to wait until the cache is automatically updated (it might take a few hours, or even days). - -If you are not using a proxy, or if it isn't a caching problem, please report the issue to npm (https://github.com/npm/cli/issues/new/choose) instead of in this repo! diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index e3852e87370d..b4004b788b5d 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,8 +1,14 @@ blank_issues_enabled: false contact_links: - - name: Ask a Question + - name: 📦 "No matching version found" + url: https://gist.github.com/hzoo/df94af2d2ec48696e683b772c775aa67 + about: You may have an npm error related to proxies/caching. + - name: 🗣 Ask a Question, Discuss url: https://github.com/babel/babel/discussions - about: Ask any questions with the community! - - name: Support the Team! + about: How does X work 🤔? I made this! I have an idea.. + - name: 💡 Propose an RFC + url: https://github.com/babel/rfcs + about: To suggest a new option or substantial change. + - name: 🤗 Support the Project url: https://github.com/sponsors/babel - about: Support the Babel project financially! \ No newline at end of file + about: Support the Babel team financially.