03-documentation_change.yaml 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. ---
  2. name: 📖 Documentation Change
  3. type: Documentation
  4. description: Suggest an addition or modification to the NetBox documentation
  5. labels: ["netbox", "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. - Best practices
  29. - Integrations/API
  30. - Plugins
  31. - Administration
  32. - Data model
  33. - Reference
  34. - Development
  35. - Other
  36. validations:
  37. required: true
  38. - type: textarea
  39. attributes:
  40. label: Proposed Changes
  41. description: Describe the proposed changes and why they are necessary.
  42. validations:
  43. required: true