Genval is a powerful tool that processes special GitHub Issue Templates. These templates allow users to provide input and include processing instructions for Genval to execute.
To get started with Genval, you need to copy two essential files into your repository.
To enable support for GitHub Issue Template generation:
Copy the following file:
https://github.com/genval-ai/reference/blob/main/.genval/definitions/tasks/generate-issue-templates-from-task-definitions.md
Place it in your repo at:
.genval/definitions/tasks/generate-issue-templates-from-task-definitions.md
To enable support for ad hoc refactoring of your codebase:
Copy the following file:
https://github.com/genval-ai/reference/blob/main/.genval/definitions/tasks/refactor.md
Place it in your repo at:
.genval/definitions/tasks/refactor.md
After copying the two files mentioned above, follow these steps to generate your first issue templates:
.genval/definitions/tasks/generate-issue-templates-from-task-definitions.md
By following these steps, you'll have Genval up and running in your repository, ready to streamline your workflow with custom issue templates and ad hoc refactoring capabilities.