mirror of
				https://github.com/fooflington/selfdefined.git
				synced 2025-11-03 23:29:03 +00:00 
			
		
		
		
	⚒️ Adds "Word definition" template issue
The hope here is to ease the burden of writing a term and provide a template for folks who aren't able to submit a PR.
This commit is contained in:
		
							
								
								
									
										55
									
								
								.github/ISSUE_TEMPLATE/word-definition.md
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										55
									
								
								.github/ISSUE_TEMPLATE/word-definition.md
									
									
									
									
										vendored
									
									
										Normal file
									
								
							@@ -0,0 +1,55 @@
 | 
				
			|||||||
 | 
					---
 | 
				
			||||||
 | 
					name: Word definition
 | 
				
			||||||
 | 
					about: Template to define undefined word
 | 
				
			||||||
 | 
					title: "➕ Propose definition for [word]"
 | 
				
			||||||
 | 
					labels: Type · Writing, Type · Definitions
 | 
				
			||||||
 | 
					assignees: ''
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					---
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					title: definition
 | 
				
			||||||
 | 
					slug: slug
 | 
				
			||||||
 | 
					speech: 
 | 
				
			||||||
 | 
					alt_words:
 | 
				
			||||||
 | 
					  - alt word
 | 
				
			||||||
 | 
					  - alt word
 | 
				
			||||||
 | 
					  - alt word
 | 
				
			||||||
 | 
					reading:
 | 
				
			||||||
 | 
					  - text: 'Link Title'
 | 
				
			||||||
 | 
					    href: https://google.com
 | 
				
			||||||
 | 
					  - text: 'Link Title'
 | 
				
			||||||
 | 
					    href: https://google.com
 | 
				
			||||||
 | 
					---
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					Definition goes here. Below are some headings you can use in the definition. Generally 2-3 sentences max; include colloquial definitions as relevant.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					## Issues
 | 
				
			||||||
 | 
					/* When the term is problematic, describe what issues there are. If term is not problematic, this can be omitted. */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					## Impact
 | 
				
			||||||
 | 
					/* When the term is problematic, describe what impact there is. If term is not problematic, this can be omitted. */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					## Usage
 | 
				
			||||||
 | 
					/* When there is nuance or considerations for a term's usage, describe that here. */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					## Benefits
 | 
				
			||||||
 | 
					/* When term is a preferable alternative, describe the benefits */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					## Preferable To
 | 
				
			||||||
 | 
					/* When term is a "Better Alternative", provide the inferior alternatives to avoid */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					## Considerations
 | 
				
			||||||
 | 
					/* When a term needs nuance for its usage */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					## Appropriate Usage
 | 
				
			||||||
 | 
					/* When term has appropriate and inappropriate usage; common for medical or culturally appropriative terms */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					## Read also
 | 
				
			||||||
 | 
					/* When a term has related words that are defined */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					- [definition](/definitions/[word])
 | 
				
			||||||
 | 
					- [definition](/definitions/[word])
 | 
				
			||||||
 | 
					- [definition](/definitions/[word])
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					## Note
 | 
				
			||||||
 | 
					/* General section notes if all others fail */
 | 
				
			||||||
		Reference in New Issue
	
	Block a user