All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic versioning.
Unreleased features are usually available in HEAD master branch.
- Generation of pull request templates for Github and Gitlab engines.
- Generation of issues templates for Github and Gitlab engines.
- Github/Gitlab related templates documentation
- Sphinx related templates documentation
- Sphinx template now include
README
,CHANGELOG
,AUTHORS
,LICENSE
files correctly.
None
option removed for "Readme format?" question. Reason:None
selection can break other parts of template generation.
- Readme file generation for new projects. Available formats:
Markdown
orreStructuredText
- Authors file generation for new projects. Available formats:
Markdown
orreStructuredText
- Changelog file generation for new projects. Available formats:
Markdown
orreStructuredText
- License file generation for new projects. Generated as
LICENSE
in root folder and asreStructuredText
indocs
folder. Available licenses:- MIT
- BSD-3
- GNU GPL v3.0
- Apache Software License 2.0
- unlicensed (Public domain)
- Sphinx doc folder and project generation. Configured for separated
source
andbuild
folders. setup.py
andsetup.cfg
generation.requirements.txt
andrequirements.dev
generation based on template choices.