Merge pull request 'New issue templates' (#4) from test into develop
Reviewed-on: #4
This commit is contained in:
		
							
								
								
									
										6
									
								
								.github/issue_template/bug.md
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								.github/issue_template/bug.md
									
									
									
									
										vendored
									
									
								
							@@ -5,24 +5,26 @@ about: "Encountered an issue"
 | 
				
			|||||||
ref: "develop"
 | 
					ref: "develop"
 | 
				
			||||||
labels:
 | 
					labels:
 | 
				
			||||||
- Type/Bug
 | 
					- Type/Bug
 | 
				
			||||||
- State/Triage
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
---
 | 
					---
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Bug Report
 | 
					# Bug Report
 | 
				
			||||||
 | 
					<!-- Description of problem -->
 | 
				
			||||||
I tried to ...
 | 
					I tried to ...
 | 
				
			||||||
 | 
					
 | 
				
			||||||
But instead ...
 | 
					But instead ...
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Steps to Reproduce
 | 
					## Steps to Reproduce
 | 
				
			||||||
 | 
					<!-- How can developers replicate & test the problem? -->
 | 
				
			||||||
1. 
 | 
					1. 
 | 
				
			||||||
2. 
 | 
					2. 
 | 
				
			||||||
3. 
 | 
					3. 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Logs
 | 
					## Logs
 | 
				
			||||||
 | 
					<!-- Any logs that accompenied the error -->
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Screenshots
 | 
					## Screenshots
 | 
				
			||||||
 | 
					<!-- Screenshots (annoted if possible) of the problem -->
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										22
									
								
								.github/issue_template/enhancment.md
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										22
									
								
								.github/issue_template/enhancment.md
									
									
									
									
										vendored
									
									
										Normal file
									
								
							@@ -0,0 +1,22 @@
 | 
				
			|||||||
 | 
					---
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					name: "Enhancement"
 | 
				
			||||||
 | 
					about: "Request a feature"
 | 
				
			||||||
 | 
					ref: "develop"
 | 
				
			||||||
 | 
					labels:
 | 
				
			||||||
 | 
					- Type/Enhancement
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					---
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					# Feature Request
 | 
				
			||||||
 | 
					<!-- Detailed description -->
 | 
				
			||||||
 | 
					...
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					## Requirements
 | 
				
			||||||
 | 
					<!-- Bullet list of requirments -->
 | 
				
			||||||
 | 
					1. ...
 | 
				
			||||||
 | 
					2. ...
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					## Notes
 | 
				
			||||||
 | 
					<!-- Any additional considerations, solutions or design choices -->
 | 
				
			||||||
 | 
					...
 | 
				
			||||||
							
								
								
									
										47
									
								
								.github/issue_template/user_story.md
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										47
									
								
								.github/issue_template/user_story.md
									
									
									
									
										vendored
									
									
										Normal file
									
								
							@@ -0,0 +1,47 @@
 | 
				
			|||||||
 | 
					---
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					name: "User Story"
 | 
				
			||||||
 | 
					about: "Create a user story"
 | 
				
			||||||
 | 
					ref: "develop"
 | 
				
			||||||
 | 
					labels:
 | 
				
			||||||
 | 
					- Type/Enhancement
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					---
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					# User Story
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					As a ...
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					I want to ...
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					So that ...
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					## Acceptance Criteria
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					1.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					Given ...
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					When ...
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					Then ...
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					2. ...
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					## Design
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					...
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					## Notes
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					...
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					## Tasks
 | 
				
			||||||
 | 
					- [ ] Investigated by business
 | 
				
			||||||
 | 
					- [ ] Prioritized & approved by PO
 | 
				
			||||||
 | 
					- [ ] Designed & reviewed UX
 | 
				
			||||||
 | 
					- [ ] Refined
 | 
				
			||||||
 | 
					  - [ ] Assigned an Epic
 | 
				
			||||||
 | 
					  - [ ] Broken down into dev tasks
 | 
				
			||||||
 | 
					  - [ ] Estimated wieght/time
 | 
				
			||||||
 | 
					  - [ ] Adjusted labels
 | 
				
			||||||
		Reference in New Issue
	
	Block a user