Contribution Guide¶
Bug reports, new feature proposals, pull requests, etc. are highly welcome!
Setting Up the Environment¶
Python 3.8 or higher is used for the development of PromptoGen.
Installing Poetry¶
https://python-poetry.org/docs/#installation
Cloning the Repository and Installing Dependencies¶
Then, .venv
is created in the repository root directory.
It is recommended to use the virtual environment created by Poetry. To activate the virtual environment, run the following command:
For more information, see https://python-poetry.org/docs/basic-usage/#activating-the-virtual-environment.
Running Tests¶
Running Tests with Coverage¶
Running Lint¶
Running Lint with Auto-fix¶
Previewing the Documentation¶
For <lang>
, specify either ja
(Japanese) or en
(English).