Skip to content

constint/Gut

 
 

Repository files navigation

Gut

Gut git brauch

Getting started

The whole project is specified in the specs document. From installation to commands and git flow explanation, you should find everything there. If something's amiss, please create an issue.

Contributing

There's a killer feature missing? A bug found a way in? The documentation is insufficient? Any contribution is welcome, please get a look at my contribution guidelines.

For the more code-specific things:

  1. Git
    1. Create an issue on this repository so we can discuss your contribution
    2. Fork this repository
    3. Hack on a separate topic branch created from the latest master and named following the branch naming convention
    4. Commit and push the topic branch
    5. Every behaviour modification should be reported in the specs, you can ask me to do that if you find it boring though
    6. Make a pull request
  2. Code style
    1. Please configure your IDE to use the .jscsrc file for formatting
    2. Please favor immutable variables and pure functions where applicable
  3. Other
    1. Always let me know by issue before contributing so that we don't work on the same topic and waste time
    2. You don't know how or don't have the time to contribute? Sharing your ideas in issues is already contributing and appreciated!

Thank you for helping out!

About

Gut git brauch

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 98.2%
  • Shell 1.8%