feature_request.yml 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. name: Feature Request
  2. description: Suggest a new feature for CocoaLumberjack.
  3. type: Feature
  4. body:
  5. - type: checkboxes
  6. id: checklist
  7. attributes:
  8. label: Checklist
  9. options:
  10. - label: I have read the [Documentation](https://github.com/CocoaLumberjack/CocoaLumberjack#documentation)
  11. required: true
  12. - label: I have searched for a similar issue in the [project](https://github.com/CocoaLumberjack/CocoaLumberjack/issues) and found none
  13. required: true
  14. - type: textarea
  15. id: description
  16. attributes:
  17. label: Description
  18. description: A clear and concise description of what you want to happen.
  19. placeholder: It should be possible to write log messages to a serial output.
  20. validations:
  21. required: true
  22. - type: textarea
  23. id: alternatives
  24. attributes:
  25. label: Alternatives
  26. description: Describe any alternative solutions or workarounds you've considered.
  27. placeholder: |
  28. - Tried using a different logger
  29. - Wrote my own logger
  30. validations:
  31. required: false
  32. - type: textarea
  33. id: additional-context
  34. attributes:
  35. label: Additional Context
  36. description: Add any other context about the feature request here.
  37. placeholder: E.g. upload a sample code snippet or project.
  38. validations:
  39. required: false