diff --git a/.github/issue.md b/.github/issue.md new file mode 100644 index 0000000..2fddf08 --- /dev/null +++ b/.github/issue.md @@ -0,0 +1,15 @@ +This is an issue! + +1. Please use the following format for the title: + +: <Title of Issue> + +2. Please fill out this description with the following: + +- Relates to <user story #> +- Any additional information you feel is necessary. +- Screenshots/gifs/videos/diagrams/other visual aids. + +3. Remember to: + +- Add assignees, labels and projects in the menu at the bottom or to the right of the screen. \ No newline at end of file diff --git a/.github/pull_request.md b/.github/pull_request.md new file mode 100644 index 0000000..7785c79 --- /dev/null +++ b/.github/pull_request.md @@ -0,0 +1,17 @@ +This is a pull request! + +1. Please use the following format for the title: + +
< repo > _ < sprint > _ < issue > _ < pr or issue name > + +2. Please fill out this description with the following: + +- Resolves <issue #> +- Description of what this pull request is for. +- Additional information to help others that are testing. +- Screenshots/gifs/videos/diagrams/other visual aids. + +3. Remember to: + +- Add reviewers, assignees and labels in the menu on the right. ---> +- Enable auto-merge (squash) at the bottom of the page. \ No newline at end of file diff --git a/.github/user_story.md b/.github/user_story.md new file mode 100644 index 0000000..78cdeb7 --- /dev/null +++ b/.github/user_story.md @@ -0,0 +1,16 @@ +This is a user story! + +1. Please use the following format for the title: + +USER STORY: <Title of User Story> + +2. Please fill out this description with the following: + +- As a < role >, I will want to < task >. +- A list of issues. +- Any additional information you feel is necessary. +- Screenshots/gifs/videos/diagrams/other visual aids. + +3. Remember to: + +- Add assignees, labels and projects in the menu at the bottom or to the right of the screen. \ No newline at end of file