documentation_change.yaml 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738
  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: checkboxes
  18. attributes:
  19. label: Area
  20. description: To what section(s) of the documentation does this change pertain?
  21. options:
  22. - label: Installation instructions
  23. - label: Configuration parameters
  24. - label: Functionality/features
  25. - label: REST API
  26. - label: Administration/development
  27. - label: Other
  28. - type: textarea
  29. attributes:
  30. label: Proposed Changes
  31. description: "Describe the proposed changes and why they are necessary"
  32. validations:
  33. required: true
  34. - type: markdown
  35. attributes:
  36. value: |
  37. ### Additional information
  38. You can use the space below to provide any additional information or to attach files.