documentation_change.yaml 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. ---
  2. name: 📖 Documentation Change
  3. about: 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
  36. - type: markdown
  37. attributes:
  38. value: |
  39. ### Additional information
  40. You can use the space below to provide any additional information or to attach files.