- Updates user story title - User story title should be friendlier to those who don't know what a "user story" is! - Clarifies sections that shouldn't be edited by users in the preview text - Adds note about reporting security vulnerabilities --------- Co-authored-by: sua yoo <sua@webrecorder.org>
		
			
				
	
	
		
			50 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			50 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			YAML
		
	
	
	
	
	
| name: Feature / Change Request
 | |
| description: If new things should be added or something that is working as intended should be changed, please file this type of issue!
 | |
| title: "[Feature]: "
 | |
| labels: ["enhancement"]
 | |
| body:
 | |
|   # Context
 | |
|   - type: textarea
 | |
|     attributes:
 | |
|       label: Context
 | |
|       description: Describe any prior information that we are taking into account to inform this future development.
 | |
|       placeholder: "Now that x is done we should do y to accomplish z."
 | |
|     validations:
 | |
|       required: true
 | |
|   # User story sentence
 | |
|   - type: textarea
 | |
|     attributes:
 | |
|       label: What change would you like to see?
 | |
|       description: Describe the solution you'd like. If relevant, include ways in which you've tried to solve the issue with the current version.
 | |
|       placeholder: "As a user, I want to be able to ____ so that I can ____"
 | |
|     validations:
 | |
|       required: true
 | |
|   # Requirements
 | |
|   - type: textarea
 | |
|     attributes:
 | |
|       label: Requirements
 | |
|       description: |
 | |
|         Intended primarily for use by Webrecorder team, leave blank if unknown.
 | |
|         
 | |
|         List the outcomes of the feature being implemented without design or implementation details.        
 | |
|       placeholder: |
 | |
|         1. Item metadata should show links to the collections that the item belongs to.
 | |
|         2. Items can be added or removed from collections when editing an item.        
 | |
|     validations:
 | |
|       required: false
 | |
|   # Todo
 | |
|   - type: textarea
 | |
|     attributes:
 | |
|       label: Todo
 | |
|       description: |
 | |
|         Intended primarily for use by Webrecorder team, leave blank if unknown.
 | |
| 
 | |
|         Any other linked issues / tasks to complete to implement this feature.        
 | |
|       placeholder: |
 | |
|         - [ ] Mockups: 
 | |
|         - [ ] Design: 
 | |
|         - [ ] UI: 
 | |
|         - [ ] API:         
 | |
|     validations:
 | |
|       required: false
 |