documentation_change.yaml 978 B

1234567891011121314151617181920212223242526272829303132333435
  1. ---
  2. name: 📖 Documentation Change
  3. description: Suggest an addition or modification to the NetBox documentation
  4. labels: ["type: documentation"]
  5. body:
  6. - type: dropdown
  7. attributes:
  8. label: Change Type
  9. description: What type of change are you proposing?
  10. options:
  11. - Addition
  12. - Correction
  13. - Removal
  14. - Cleanup (formatting, typos, etc.)
  15. validations:
  16. required: true
  17. - type: dropdown
  18. attributes:
  19. label: Area
  20. description: To what section of the documentation does this change primarily pertain?
  21. options:
  22. - Installation instructions
  23. - Configuration parameters
  24. - Functionality/features
  25. - REST API
  26. - Administration/development
  27. - Other
  28. validations:
  29. required: true
  30. - type: textarea
  31. attributes:
  32. label: Proposed Changes
  33. description: Describe the proposed changes and why they are necessary.
  34. validations:
  35. required: true