03-documentation_change.yaml 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. ---
  2. name: 📖 Documentation Change
  3. type: Documentation
  4. description: Suggest an addition or modification to the NetBox documentation
  5. labels: ["type: documentation", "status: needs triage"]
  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: dropdown
  19. attributes:
  20. label: Area
  21. description: To what section of the documentation does this change primarily pertain?
  22. options:
  23. - Features
  24. - Installation/upgrade
  25. - Getting started
  26. - Configuration
  27. - Customization
  28. - Integrations/API
  29. - Plugins
  30. - Administration
  31. - Development
  32. - Other
  33. validations:
  34. required: true
  35. - type: textarea
  36. attributes:
  37. label: Proposed Changes
  38. description: Describe the proposed changes and why they are necessary.
  39. validations:
  40. required: true