documentation_change.yaml 990 B

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