This repository serves as a template for new projects. It contains configured issue templates and Copilot instructions to efficiently structure the "User Story -> Tasks" workflow.
- Mark this repository as a Template Repository in the GitHub settings.
- Create new projects based on this template.
To automatically create User Stories:
- Open Copilot Chat in VS Code.
- Enter a prompt like: "Create a User Story for Login with OAuth".
- Copilot generates the text in the format "User Story + Tasks" (thanks to
.github/copilot-instructions.md). - Copy the text or use the extension GitHub Pull Requests and Issues:
- Highlight text -> Right-click ->
GitHub Issues: Create Issue from Selection.
- Highlight text -> Right-click ->