mirror of
				https://github.com/projectacrn/acrn-hypervisor.git
				synced 2025-10-31 01:09:28 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			31 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			31 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # CODEOWNERS for autoreview assigning in github
 | |
| 
 | |
| # File pattern follows the same rules used in .gitignore files,
 | |
| # Note: doc/ means files in any folder named doc, and its subfolders
 | |
| # while doc/* means files in any folder named doc, but not its subfolders.
 | |
| #
 | |
| # Ordering is important: the last matching pattern takes precedence.
 | |
| # Put global owners at the top, and detailed reviewers later
 | |
| #
 | |
| # Additional reviewers can be assigned manually
 | |
| 
 | |
| # Default/global reviewers (if not overridden later)
 | |
| *                                        @anthonyzxu @dongyaozu @NanlinXie
 | |
| 
 | |
| Makefile                                 @terryzouhao @NanlinXie
 | |
| /hypervisor/                             @anthonyzxu @dongyaozu
 | |
| /devicemodel/                            @anthonyzxu @ywan170
 | |
| /doc/                                    @dbkinder @amyreye @NanlinXie
 | |
| /misc/debug_tools/acrn_crashlog/         @chengangc @dizhang417
 | |
| /misc/debug_tools/acrn_log/              @ywan170 @lifeix
 | |
| /misc/debug_tools/acrn_trace/            @ywan170 @lifeix
 | |
| /misc/services/acrn_manager/             @ywan170 @lifeix
 | |
| /misc/services/acrn_bridge/              @ywan170 @lifeix
 | |
| /misc/services/life_mngr/                @ywan170 @lifeix
 | |
| /misc/config_tools/                      @terryzouhao @NanlinXie
 | |
| /misc/Makefile                           @terryzouhao @NanlinXie
 | |
| /misc/packaging/                         @terryzouhao @NanlinXie
 | |
| /misc/hv_prebuild/                       @terryzouhao @NanlinXie
 | |
| 
 | |
| *.rst                                    @dbkinder @amyreye @NanlinXie
 |