-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Description
Is your feature request related to a problem? Please describe.
With more features are requested, it is a good practice to have a formal document to understand more about the business case of a feature request, the design details and the implementation consideration. It will be easier for contributors to stay informed and contribute to the lifecycle of a feature.
Describe the solution you'd like
I's suggest to adopt Request For Comment (RFC) process. Some existing examples such as vue.js's rfc
Describe alternatives you've considered
Right now, we use github's issues
feature to discuss a new feature
Additional context
Adopting a new feature for datahub sometime involves both frontend and backend development. Not all of those have both skills, a RFC will help get other developers having needed skillset involved.