Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 1.72 KB

README.md

File metadata and controls

18 lines (12 loc) · 1.72 KB

Task Templates

CI

These are the task templates for Code FREAK. They are available in the user interface under Task PoolCreate Task. You can also take a look at the code here to get started with task definition files.

Contribution is welcome. Please open issues in the main repository.

Contribute a new template

Please create a new directory inside /templates with the name corresponding to the programming language name. The content of the directory should equal to an unpacked task that can be imported into Code FREAK. After you created the directory please add your template with a human-readable title and a small description to the org.codefreak.templates.TaskTemplate enum. Please follow GitHub's official Pull Request guide on how to contribute your changes to this repository.

Development

After changing something in this repository, you have to create a new tag in the releases section. The templates are automatically packaged into a jar by JitPack. You then have to adjust the com.github.codefreak:templates dependency version in the build.gradle of the main repository accordingly.