diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index 3dc5b5a..0000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,44 +0,0 @@ ---- -name: Bug report -about: Create a report to help us improve -title: '' -labels: '' -assignees: '' - ---- - -**Describe the bug**\ -A clear and concise description of what the bug is. - -**To Reproduce**\ -Steps to reproduce the behavior: -1. Go to '...' -2. Click on '....' -3. Scroll down to '....' -4. See error - -**Expected behavior**\ -A clear and concise description of what you expected to happen. - -**Screenshots**\ -If applicable, add screenshots to help explain your problem. - -**Desktop (please complete the following information):**\ - - OS: [e.g. iOS] - - Browser [e.g. chrome, safari] - - Version [e.g. 22] - -**Smartphone (please complete the following information):**\ - - Device: [e.g. iPhone6] - - OS: [e.g. iOS8.1] - - Browser [e.g. stock browser, safari] - - Version [e.g. 22] - -**Is this issue related to any other issues?**\ -If so, please add "This issue relates to issue #< related issue >." to link the issues together. - -**Additional context**\ -Add any other context about the problem here. - -**Story Points**\ -Please estimate amount of story points. Each story point is defined as 30 minutes. diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml deleted file mode 100644 index 3ba13e0..0000000 --- a/.github/ISSUE_TEMPLATE/config.yml +++ /dev/null @@ -1 +0,0 @@ -blank_issues_enabled: false diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index 1d0ac9a..0000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -name: Feature request -about: Suggest an idea for this project -title: '' -labels: '' -assignees: '' - ---- - -**Make sure the first line is formatted as follows.**\ -As a < role >, I will want to < task >. - -**Is your feature request related to a problem? Please describe.**\ -A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] - -**Describe the solution you'd like**\ -A clear and concise description of what you want to happen. - -**Include link(s) to relevant tutorial(s)**\ -Please include at least one link to a relevant tutorial for the issue to give developers a starting point. - -**Describe alternatives you've considered**\ -A clear and concise description of any alternative solutions or features you've considered. - -**Is this issue related to any other issues?**\ -If so, please add "This issue relates to issue #< related issue >." to link the issues together. - -**Additional context**\ -Add any other context or screenshots about the feature request here. - -**Story Points**\ -Please estimate amount of story points. Each story point is defined as 30 minutes. diff --git a/.github/ISSUE_TEMPLATE/issue.md b/.github/ISSUE_TEMPLATE/issue.md deleted file mode 100644 index 5018342..0000000 --- a/.github/ISSUE_TEMPLATE/issue.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -name: Issue -about: Create an issue. -title: [Title of User Story]: [Title of Issue] -labels: '' -assignees: '' - ---- - -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/ISSUE_TEMPLATE/user_story.md b/.github/ISSUE_TEMPLATE/user_story.md deleted file mode 100644 index d0b45df..0000000 --- a/.github/ISSUE_TEMPLATE/user_story.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -name: User Story -about: Create a user story. -title: 'USER STORY: [Title of User Story]' -labels: '' -assignees: '' - ---- - -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 diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md deleted file mode 100644 index f9a61a6..0000000 --- a/.github/pull_request_template.md +++ /dev/null @@ -1,17 +0,0 @@ -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