From 3306e71892199595b01aadd02d701d19c864881e Mon Sep 17 00:00:00 2001 From: Anthony Nikhil Reddy Date: Wed, 4 Sep 2024 12:39:00 -0400 Subject: [PATCH] Initial commit --- .github/ISSUE_TEMPLATE/user-story.md | 14 ++++++++++++++ README.md | 1 + 2 files changed, 15 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/user-story.md create mode 100644 README.md diff --git a/.github/ISSUE_TEMPLATE/user-story.md b/.github/ISSUE_TEMPLATE/user-story.md new file mode 100644 index 0000000..29cb8bf --- /dev/null +++ b/.github/ISSUE_TEMPLATE/user-story.md @@ -0,0 +1,14 @@ +--- +name: User Story +about: Add a new User Story +title: As , I want so that . +labels: '' +assignees: '' + +--- + +**User story** + +**Acceptance criteria** + +**Definition of Done** diff --git a/README.md b/README.md new file mode 100644 index 0000000..13ca4db --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +# Team Project repo