libqaeda

Unnamed repository; edit this file 'description' to name the repository.
Info | Log | Files | Refs | README | LICENSE

CONTRIBUTING.md (1019B)


      1 # Contributing
      2 All your contributions to **cwalk** are very welcome! **cwalk** is especially happy to
      3 receive contributions like:
      4 
      5  * general **bugfixes**
      6  * simple **bug reports**
      7  * **proposing new features**
      8  * **questions** (there are no dumb questions)
      9   
     10 ## License
     11 **Any contributions you make will be under the MIT Software License.**
     12 
     13 In short, when you submit code changes, your submissions are understood to be 
     14 under the same MIT License that covers the project. Feel free to contact the 
     15 maintainers if that's a concern.
     16 
     17 ## How to report a bug?
     18 You can just use the issue tracker to do so.
     19 
     20 ## How to propose a new feature?
     21 You can just use the issue tracker to do so.
     22 
     23 ## How to submit a bug fix?
     24 Just submit a pull-request! Try to make sure that the code style fits the 
     25 surrounding code.
     26 
     27 ## How to submit a new feature?
     28 You probably want to create an issue first to discuss the change. All 
     29 pull-requests will be considered though! Just try to make sure that the code 
     30 style fits the surrounding code.