File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 1+ # Contributing  
2+ 
3+ -  Fork it ( ` https://github.com/ibnumardini/logn/fork `  ) to your github
4+ -  Clone it ( ` git clone https://github.com/{your_username}/logn.git `  ) to your local
5+ -  Create your feature branch ( ` git checkout -b my-new-feature `  )
6+ -  Add changes ( ` git add changed-path `  )
7+ -  Commit your changes ( ` git commit -m 'Adding new feature' `  )
8+ -  Push to the branch ( ` git push origin my-new-feature `  )
9+ -  Create a new Pull Request
10+ 
11+ ## Important!  
12+ 
13+ Test your code, and make sure it's running as well, before you're create Pull Request
Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ logn.ErrorLog(fmt.Sprintln("error message!"))
130130
131131## Contributing  
132132
133- Let's build this Logn library to make it even better. 
133+ Let's build this Logn library to make it even better, see contributing guide  [ here ] ( CONTRIBUTING.md ) 
134134
135135## License  
136136
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments