File tree Expand file tree Collapse file tree 1 file changed +27
-0
lines changed 
.github/PULL_REQUEST_TEMPLATE Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change 1+ # Pull Request Template  
2+ 
3+ ## Description  
4+ 
5+ Please include a summary of the change and which issue (if any) is fixed.
6+ A brief description of the algorithm and your implementation method can be helpful too. If the implemented method/algorithm is not so
7+ well-known, it would be helpful to add a link to an article explaining it with more details.
8+ 
9+ ## Type of change  
10+ 
11+ Please delete options that are not relevant.
12+ 
13+ -  [ ]  Bug fix (non-breaking change which fixes an issue)
14+ -  [ ]  New feature (non-breaking change which adds functionality)
15+ -  [ ]  Breaking change (fix or feature that would cause existing functionality to not work as expected)
16+ 
17+ ## Checklist:  
18+ 
19+ -  [ ]  I ran bellow commands using the latest version of ** rust nightly** .
20+ -  [ ]  I ran ` cargo clippy --all -- -D warning `  just before my last commit and fixed any issue that was found.
21+ -  [ ]  I ran ` cargo fmt `  just before my last commit.
22+ -  [ ]  I ran ` cargo test `  just before my last commit and all tests passed.
23+ -  [ ]  I checked ` COUNTRIBUTING.md `  and my code follows its guidelines.
24+ 
25+ Please make sure that if there is a test that takes too long to run ( > 300ms), you ` #[ignore] `  that or
26+ try to optimize your code or make the test easier to run. We have this rule because we have hundreds of
27+ tests to run; If each one of them took 300ms, we would have to wait for a long time.
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments