From 31155b53517a7ed18076a0c30a6164dafd5064ee Mon Sep 17 00:00:00 2001 From: snipe Date: Mon, 9 Dec 2024 19:28:51 +0000 Subject: [PATCH] Removed issue/PR templates Signed-off-by: snipe --- .github/ISSUE_TEMPLATE.md | 38 ------ .github/ISSUE_TEMPLATE/bug_report.yml | 129 --------------------- .github/ISSUE_TEMPLATE/config.yml | 1 - .github/ISSUE_TEMPLATE/feature_request.yml | 25 ---- .github/pull_request_template.md | 40 ------- .github/travis-memory.ini | 1 - .github/weekly-digest.yml | 7 -- 7 files changed, 241 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE.md delete mode 100644 .github/ISSUE_TEMPLATE/bug_report.yml delete mode 100644 .github/ISSUE_TEMPLATE/config.yml delete mode 100644 .github/ISSUE_TEMPLATE/feature_request.yml delete mode 100644 .github/pull_request_template.md delete mode 100644 .github/travis-memory.ini delete mode 100644 .github/weekly-digest.yml diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index b5f067cc68..0000000000 --- a/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,38 +0,0 @@ -#### Expected Behavior (or desired behavior if a feature request) - -(what you expect to happen goes here) - ------ - -#### Actual Behavior - -(what actually happens goes here) - ------ - -#### Please confirm you have done the following before posting your bug report: - -- [ ] I have enabled debug mode -- [ ] I have read [checked the Common Issues page](https://snipe-it.readme.io/docs/common-issues) - ------ -#### Provide answers to these questions: - -- Is this a fresh install or an upgrade? -- Version of Snipe-IT you're running -- Version of PHP you're running -- Version of MySQL/MariaDB you're running -- What OS and web server you're running Snipe-IT on -- What method you used to install Snipe-IT (install.sh, manual installation, docker, etc) -- WITH DEBUG TURNED ON, if you're getting an error in your browser, include that error -- What specific Snipe-IT page you're on, and what specific element you're interacting with to trigger the error -- If a stacktrace is provided in the error, include that too. -- Any errors that appear in your browser's error console. -- Confirm whether the error is reproducible on the demo: https://snipeitapp.com/demo. -- Include any additional information you can find in `storage/logs` and your webserver's logs. -- Include what you've done so far in the installation, and if you got any error messages along the way. -- Indicate whether or not you've manually edited any data directly in the database - -Please do not post an issue without answering the related questions above. If you have opened a different issue and already answered these questions, answer them again, once for every ticket. It will be next to impossible for us to help you. - -https://snipe-it.readme.io/docs/getting-help diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml deleted file mode 100644 index 5cc00c2a31..0000000000 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ /dev/null @@ -1,129 +0,0 @@ -name: Bug Report -description: Create a report to help us improve -body: - - type: checkboxes - attributes: - label: Debug mode - description: Please confirm you have done the following before posting your bug report - options: - - label: I have enabled debug mode - required: true - - label: I have read [checked the Common Issues page](https://snipe-it.readme.io/docs/common-issues) - required: true - - type: textarea - attributes: - label: Describe the bug - description: A clear and concise description of what the bug is. - validations: - required: true - - type: textarea - attributes: - label: Reproduction steps - description: Steps to reproduce the behavior. - value: | - 1. - 2. - 3. - ... - validations: - required: true - - type: textarea - attributes: - label: Expected behavior - description: A clear and concise description of what you expected to happen. - validations: - required: true - - type: textarea - attributes: - label: Screenshots - description: 'If applicable, add screenshots to help explain your problem.' - - type: markdown - attributes: - value: "### Server" - - type: input - attributes: - label: Snipe-IT Version - validations: - required: true - - type: input - id: server_operatingSystem - attributes: - label: Operating System - description: 'e.g. Ubuntu, Windows' - validations: - required: true - - type: input - attributes: - label: Web Server - description: 'e.g. Apache, IIS' - validations: - required: true - - type: input - attributes: - label: PHP Version - validations: - required: true - - type: markdown - attributes: - value: "### Desktop" - - type: input - id: desktop_operatingSystem - attributes: - label: Operating System - description: 'e.g. Ubuntu, Windows' - - type: input - id: desktop_browser - attributes: - label: Browser - description: 'e.g. Google Chrome, Safari' - - type: input - id: desktop_version - attributes: - label: Version - description: 'e.g. 93' - - type: markdown - attributes: - value: "### Mobile" - - type: input - attributes: - label: Device - description: 'e.g. iPhone 6, Pixel 4a' - - type: input - id: mobile_operatingSystem - attributes: - label: Operating System - description: 'e.g. iOS 8.1, Android 9' - - type: input - id: mobile_browser - attributes: - label: Browser - description: 'e.g. Google Chrome, Safari' - - type: input - id: mobile_version - attributes: - label: Version - description: 'e.g. 93' - - type: textarea - attributes: - label: Error messages - description: | - WITH DEBUG TURNED ON, if you're getting an error in your browser, include that error - If a stacktrace is provided in the error, include that too. - Any errors that appear in your browser's error console. - Confirm whether the error is reproducible on the demo: https://snipeitapp.com/demo. - Include any additional information you can find in `storage/logs` and your webserver's logs. - Include the output from `php -m` (this should display what modules you have enabled.) - render: shell - - type: textarea - attributes: - label: Additional context - description: | - Is this a fresh install or an upgrade? - What OS and web server you're running Snipe-IT on - What method you used to install Snipe-IT (install.sh, manual installation, docker, etc) - Include what you've done so far in the installation, and if you got any error messages along the way. - Indicate whether or not you've manually edited any data directly in the database - Add any other context about the problem here. - - type: markdown - attributes: - value: Please do not post an issue without answering the related questions above. If you have opened a different issue and already answered these questions, answer them again, once for every ticket. It will be next to impossible for us to help you. diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml deleted file mode 100644 index 3ba13e0cec..0000000000 --- a/.github/ISSUE_TEMPLATE/config.yml +++ /dev/null @@ -1 +0,0 @@ -blank_issues_enabled: false diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml deleted file mode 100644 index dec3a8fe08..0000000000 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ /dev/null @@ -1,25 +0,0 @@ -name: Feature Request -description: Suggest an idea for this project -title: "[Feature Request]: " -labels: ["feature request"] -body: - - type: textarea - attributes: - label: Is your feature request related to a problem? Please describe. - description: A clear and concise description of what the problem is. The more information you can provide about your use-case, the more liklely we are to consider your feature. - validations: - required: true - - type: textarea - attributes: - label: Describe the solution you'd like - description: A clear and concise description of what you want to happen. - validations: - required: true - - type: textarea - attributes: - label: Describe alternatives you've considered - description: A clear and concise description of any alternative solutions or features you've considered. - - type: textarea - attributes: - label: Additional context - description: Add any other context or screenshots about the feature request here. diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md deleted file mode 100644 index 7ef56a0d5f..0000000000 --- a/.github/pull_request_template.md +++ /dev/null @@ -1,40 +0,0 @@ -# Description - -Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context, providing screenshots where practical. List any dependencies that are required for this change. - -Fixes # (issue) - -## Type of change - -Please delete options that are not relevant. - -- [ ] Bug fix (non-breaking change which fixes an issue) -- [ ] New feature (non-breaking change which adds functionality) -- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) -- [ ] This change requires a documentation update - -# How Has This Been Tested? - -Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration - -- [ ] Test A -- [ ] Test B - -**Test Configuration**: -* PHP version: -* MySQL version -* Webserver version -* OS version - - -# Checklist: - -- [ ] I have read the Contributing documentation available here: https://snipe-it.readme.io/docs/contributing-overview -- [ ] I have formatted this PR according to the project guidelines: https://snipe-it.readme.io/docs/contributing-overview#pull-request-guidelines -- [ ] My code follows the style guidelines of this project -- [ ] I have performed a self-review of my own code -- [ ] I have commented my code, particularly in hard-to-understand areas -- [ ] I have made corresponding changes to the documentation -- [ ] My changes generate no new warnings -- [ ] I have added tests that prove my fix is effective or that my feature works -- [ ] New and existing unit tests pass locally with my changes diff --git a/.github/travis-memory.ini b/.github/travis-memory.ini deleted file mode 100644 index 6bd8019ec4..0000000000 --- a/.github/travis-memory.ini +++ /dev/null @@ -1 +0,0 @@ -memory_limit= 2048M diff --git a/.github/weekly-digest.yml b/.github/weekly-digest.yml deleted file mode 100644 index fe502fbc98..0000000000 --- a/.github/weekly-digest.yml +++ /dev/null @@ -1,7 +0,0 @@ -# Configuration for weekly-digest - https://github.com/apps/weekly-digest -publishDay: sun -canPublishIssues: true -canPublishPullRequests: true -canPublishContributors: true -canPublishStargazers: true -canPublishCommits: true