twilio-node
twilio-node copied to clipboard
chore: add .github/feature-request.yml
Fixes
Adds a feature-request.yml so people can directly create feature requests through GitHub Issue Templates. Ideally, this will help reduce the amount of non-helpful noise that the team gets while still giving an open line to the project for end-users 😊
Checklist
- [x] I acknowledge that all my contributions will be made under the project's license
- [ ] I have made a material change to the repo (functionality, testing, spelling, grammar)
- [x] I have read the Contribution Guidelines and my PR follows them
- [x] I have titled the PR appropriately
- [x] I have updated my branch with the main branch
- [ ] I have added tests that prove my fix is effective or that my feature works
- [ ] I have added the necessary documentation about the functionality in the appropriate .md file
- [ ] I have added inline documentation to the code I modified
If you have questions, please file a support ticket, or create a GitHub Issue in this repository.
Worth noting: I believe this should automatically work, but it might require a follow-up PR to add it to .github/config.yml. The documentation for that file doesn't mention if you need to add issue forms there if the file does exist and my experience with issue forms is only in repos without that file.
Also: useful for reviewing this PR, if you go to the Files Changed tab and then View File on the template, you can see what it'll look like to end-users.
@beebzz for what it's worth, I'd be both happy to PR it to all libraries. I'd also be happy to look into processes that support reducing the maintenance burden of keeping this - and other! - meta GitHub files uniform across multiple repos :)
@beebzz for what it's worth, I'd be both happy to PR it to all libraries. I'd also be happy to look into processes that support reducing the maintenance burden of keeping this - and other! - meta GitHub files uniform across multiple repos :)
Thanks for the offer, but we'd yet to decide on the product front if we want to implement this. CC'ing @garethpaul for posterity and prioritization
Closing this PR as this change has already been added in #964