mirror of
				https://github.com/netbox-community/netbox.git
				synced 2024-05-10 07:54:54 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			40 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			40 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			YAML
		
	
	
	
	
	
---
 | 
						|
name: 📖 Documentation Change
 | 
						|
description: Suggest an addition or modification to the NetBox documentation
 | 
						|
labels: ["type: documentation"]
 | 
						|
body:
 | 
						|
  - type: dropdown
 | 
						|
    attributes:
 | 
						|
      label: Change Type
 | 
						|
      description: What type of change are you proposing?
 | 
						|
      options:
 | 
						|
        - Addition
 | 
						|
        - Correction
 | 
						|
        - Removal
 | 
						|
        - Cleanup (formatting, typos, etc.)
 | 
						|
    validations:
 | 
						|
      required: true
 | 
						|
  - type: dropdown
 | 
						|
    attributes:
 | 
						|
      label: Area
 | 
						|
      description: To what section of the documentation does this change primarily pertain?
 | 
						|
      options:
 | 
						|
        - Features
 | 
						|
        - Installation/upgrade
 | 
						|
        - Getting started
 | 
						|
        - Configuration
 | 
						|
        - Customization
 | 
						|
        - Integrations/API
 | 
						|
        - Plugins
 | 
						|
        - Administration
 | 
						|
        - Development
 | 
						|
        - Other
 | 
						|
    validations:
 | 
						|
      required: true
 | 
						|
  - type: textarea
 | 
						|
    attributes:
 | 
						|
      label: Proposed Changes
 | 
						|
      description: Describe the proposed changes and why they are necessary.
 | 
						|
    validations:
 | 
						|
      required: true
 |