05-tc39-proposal.yml 569 B

1234567891011121314151617181920212223242526
  1. name: Implement tc39 proposal
  2. description: Request the implementation of a tc39 proposal
  3. title: '[Proposal]: '
  4. labels:
  5. - ECMAScript Spec
  6. - Feature Request
  7. body:
  8. - type: input
  9. attributes:
  10. label: Link to proposal
  11. placeholder: https://github.com/tc39/...
  12. validations:
  13. required: true
  14. - type: dropdown
  15. attributes:
  16. label: Proposal stage
  17. options:
  18. - Stage 4
  19. - Stage 3
  20. - Stage 2.7
  21. - Stage 2
  22. validations:
  23. required: true
  24. - type: textarea
  25. attributes:
  26. label: Additional Context