Skip to content

Commit

Permalink
Mention babel/rfcs in the "New feature" issue template (#11592)
Browse files Browse the repository at this point in the history
* 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 <hi@henryzoo.com>
  • Loading branch information
nicolo-ribaudo and hzoo committed May 26, 2020
1 parent b457f52 commit 2d27cf8
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 36 deletions.
28 changes: 12 additions & 16 deletions .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

<!-- Check this if you would like to implement a PR, we are more than happy to help you go through the process !-->

- [ ] 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?
16 changes: 0 additions & 16 deletions .github/ISSUE_TEMPLATE/Npm_error.md

This file was deleted.

14 changes: 10 additions & 4 deletions .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!
about: Support the Babel team financially.

0 comments on commit 2d27cf8

Please sign in to comment.