From 4b3b947ad2dd1c9c5d18c53b6f385657e8889a03 Mon Sep 17 00:00:00 2001 From: "Sven F." <9976560+sven1103@users.noreply.github.com> Date: Tue, 30 Jul 2024 11:15:13 +0200 Subject: [PATCH 1/6] Enable lax same as setting for session cookie (#746) --- user-interface/src/main/resources/application.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/user-interface/src/main/resources/application.properties b/user-interface/src/main/resources/application.properties index e2faa112e..492b0eb5c 100644 --- a/user-interface/src/main/resources/application.properties +++ b/user-interface/src/main/resources/application.properties @@ -140,6 +140,7 @@ vaadin.heartbeatInterval=${SESSION_HEARTBEATINTERVAL:60} server.servlet.session.cookie.max-age=${SESSION_COOKIE_MAX_AGE:30m} server.servlet.session.cookie.secure=${SESSION_COOKIE_SECURE:true} server.servlet.session.cookie.domain=${SESSION_COOKIE_DOMAIN:de.uni-tuebingen.qbic} +server.servlet.session.cookie.same-site=${SESSION_COOKIE_SAME_SITE:lax} ############################################################################### ################### Dev Tools ################################################# spring.devtools.livereload.enabled=true From 526154fb9b60d0765f7eca71c610fdc577261e5b Mon Sep 17 00:00:00 2001 From: JohnnyQ5 Date: Tue, 30 Jul 2024 09:22:17 +0000 Subject: [PATCH 2/6] Set version to 1.2.4 --- application-commons/pom.xml | 2 +- broadcasting/pom.xml | 2 +- domain-concept/pom.xml | 2 +- email-service-provider/pom.xml | 6 +++--- finances-api/pom.xml | 2 +- finances-infrastructure/pom.xml | 4 ++-- finances/pom.xml | 4 ++-- identity-api/pom.xml | 4 ++-- identity-infrastructure/pom.xml | 4 ++-- identity/pom.xml | 12 ++++++------ logging/pom.xml | 4 ++-- pom.xml | 2 +- project-management-infrastructure/pom.xml | 4 ++-- project-management/pom.xml | 12 ++++++------ subscription-api/pom.xml | 2 +- subscription-provider/pom.xml | 4 ++-- user-interface/pom.xml | 24 +++++++++++------------ 17 files changed, 47 insertions(+), 47 deletions(-) diff --git a/application-commons/pom.xml b/application-commons/pom.xml index 031349e9e..9dda3e99d 100644 --- a/application-commons/pom.xml +++ b/application-commons/pom.xml @@ -5,7 +5,7 @@ datamanager life.qbic - 1.2.3 + 1.2.4 4.0.0 application-commons diff --git a/broadcasting/pom.xml b/broadcasting/pom.xml index c1cbb9f23..f396e771e 100644 --- a/broadcasting/pom.xml +++ b/broadcasting/pom.xml @@ -5,7 +5,7 @@ datamanager life.qbic - 1.2.3 + 1.2.4 4.0.0 broadcasting diff --git a/domain-concept/pom.xml b/domain-concept/pom.xml index 2cc422023..9ca877371 100644 --- a/domain-concept/pom.xml +++ b/domain-concept/pom.xml @@ -6,7 +6,7 @@ life.qbic datamanager - 1.2.3 + 1.2.4 domain-concept diff --git a/email-service-provider/pom.xml b/email-service-provider/pom.xml index ad0bb77a4..bd6b839bc 100644 --- a/email-service-provider/pom.xml +++ b/email-service-provider/pom.xml @@ -6,7 +6,7 @@ life.qbic datamanager - 1.2.3 + 1.2.4 life.qbic.infrastructure @@ -21,13 +21,13 @@ life.qbic identity - 1.2.3 + 1.2.4 compile life.qbic project-management - 1.2.3 + 1.2.4 compile diff --git a/finances-api/pom.xml b/finances-api/pom.xml index 72fba5a7d..81fb73527 100644 --- a/finances-api/pom.xml +++ b/finances-api/pom.xml @@ -6,7 +6,7 @@ life.qbic datamanager - 1.2.3 + 1.2.4 life.qbic.finances diff --git a/finances-infrastructure/pom.xml b/finances-infrastructure/pom.xml index 538745d36..2ff9c0098 100644 --- a/finances-infrastructure/pom.xml +++ b/finances-infrastructure/pom.xml @@ -6,7 +6,7 @@ life.qbic datamanager - 1.2.3 + 1.2.4 finances-infrastructure @@ -20,7 +20,7 @@ life.qbic finances - 1.2.3 + 1.2.4 compile diff --git a/finances/pom.xml b/finances/pom.xml index 8c121a957..9033d4ea1 100644 --- a/finances/pom.xml +++ b/finances/pom.xml @@ -5,7 +5,7 @@ datamanager life.qbic - 1.2.3 + 1.2.4 4.0.0 finances @@ -38,7 +38,7 @@ life.qbic.finances finances-api - 1.2.3 + 1.2.4 compile diff --git a/identity-api/pom.xml b/identity-api/pom.xml index 7479ddbd3..112b6c063 100644 --- a/identity-api/pom.xml +++ b/identity-api/pom.xml @@ -6,7 +6,7 @@ life.qbic datamanager - 1.2.3 + 1.2.4 life.qbic.datamanager @@ -21,7 +21,7 @@ life.qbic application-commons - 1.2.3 + 1.2.4 compile diff --git a/identity-infrastructure/pom.xml b/identity-infrastructure/pom.xml index 0d5fee663..d0db9d767 100644 --- a/identity-infrastructure/pom.xml +++ b/identity-infrastructure/pom.xml @@ -6,14 +6,14 @@ life.qbic datamanager - 1.2.3 + 1.2.4 identity-infrastructure life.qbic identity - 1.2.3 + 1.2.4 compile diff --git a/identity/pom.xml b/identity/pom.xml index a48a32d1a..0e4d93d30 100644 --- a/identity/pom.xml +++ b/identity/pom.xml @@ -5,7 +5,7 @@ datamanager life.qbic - 1.2.3 + 1.2.4 4.0.0 @@ -45,25 +45,25 @@ life.qbic broadcasting - 1.2.3 + 1.2.4 compile life.qbic application-commons - 1.2.3 + 1.2.4 compile life.qbic logging - 1.2.3 + 1.2.4 compile life.qbic domain-concept - 1.2.3 + 1.2.4 compile @@ -86,7 +86,7 @@ life.qbic.datamanager identity-api - 1.2.3 + 1.2.4 compile diff --git a/logging/pom.xml b/logging/pom.xml index 30603bf80..0550b02e6 100644 --- a/logging/pom.xml +++ b/logging/pom.xml @@ -5,7 +5,7 @@ datamanager life.qbic - 1.2.3 + 1.2.4 4.0.0 logging @@ -53,7 +53,7 @@ life.qbic.logging subscription-api - 1.2.3 + 1.2.4 compile diff --git a/pom.xml b/pom.xml index 0b90a8cca..ab076f817 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ life.qbic datamanager Data Manager - 1.2.3 + 1.2.4 user-interface identity diff --git a/project-management-infrastructure/pom.xml b/project-management-infrastructure/pom.xml index 8ed842873..4355ba9c7 100644 --- a/project-management-infrastructure/pom.xml +++ b/project-management-infrastructure/pom.xml @@ -6,7 +6,7 @@ life.qbic datamanager - 1.2.3 + 1.2.4 life.qbic.identity @@ -29,7 +29,7 @@ life.qbic project-management - 1.2.3 + 1.2.4 compile diff --git a/project-management/pom.xml b/project-management/pom.xml index 707e1c94e..d4a0e2569 100644 --- a/project-management/pom.xml +++ b/project-management/pom.xml @@ -4,7 +4,7 @@ datamanager life.qbic - 1.2.3 + 1.2.4 4.0.0 project-management @@ -37,13 +37,13 @@ life.qbic application-commons - 1.2.3 + 1.2.4 compile life.qbic logging - 1.2.3 + 1.2.4 compile @@ -54,7 +54,7 @@ life.qbic domain-concept - 1.2.3 + 1.2.4 compile @@ -77,13 +77,13 @@ life.qbic.datamanager identity-api - 1.2.3 + 1.2.4 compile life.qbic.finances finances-api - 1.2.3 + 1.2.4 compile diff --git a/subscription-api/pom.xml b/subscription-api/pom.xml index a4b54ebc6..bb333c12a 100644 --- a/subscription-api/pom.xml +++ b/subscription-api/pom.xml @@ -5,7 +5,7 @@ datamanager life.qbic - 1.2.3 + 1.2.4 4.0.0 life.qbic.logging diff --git a/subscription-provider/pom.xml b/subscription-provider/pom.xml index 2efdd1775..37d995ea5 100644 --- a/subscription-provider/pom.xml +++ b/subscription-provider/pom.xml @@ -5,7 +5,7 @@ datamanager life.qbic - 1.2.3 + 1.2.4 4.0.0 life.qbic.logging @@ -14,7 +14,7 @@ life.qbic.logging subscription-api - 1.2.3 + 1.2.4 compile diff --git a/user-interface/pom.xml b/user-interface/pom.xml index aacd99b8a..b5cd0ffd4 100644 --- a/user-interface/pom.xml +++ b/user-interface/pom.xml @@ -11,7 +11,7 @@ life.qbic datamanager - 1.2.3 + 1.2.4 @@ -189,31 +189,31 @@ life.qbic identity - 1.2.3 + 1.2.4 compile life.qbic identity-infrastructure - 1.2.3 + 1.2.4 compile life.qbic broadcasting - 1.2.3 + 1.2.4 compile life.qbic application-commons - 1.2.3 + 1.2.4 compile life.qbic logging - 1.2.3 + 1.2.4 compile @@ -223,24 +223,24 @@ life.qbic project-management - 1.2.3 + 1.2.4 compile life.qbic.logging subscription-provider - 1.2.3 + 1.2.4 life.qbic domain-concept - 1.2.3 + 1.2.4 compile life.qbic finances-infrastructure - 1.2.3 + 1.2.4 compile @@ -250,13 +250,13 @@ life.qbic.identity project-management-infrastructure - 1.2.3 + 1.2.4 compile life.qbic.infrastructure email-service-provider - 1.2.3 + 1.2.4 compile From 7ca58beacc9d132378792fe367ad38a000dab79e Mon Sep 17 00:00:00 2001 From: Sven Fillinger Date: Thu, 1 Aug 2024 14:49:28 +0200 Subject: [PATCH 3/6] Add workflows for issue chore --- .github/workflows/inactive_issue_handling.yml | 22 ++++++++++++++ .github/workflows/label_new_issues.yml | 29 +++++++++++++++++++ 2 files changed, 51 insertions(+) create mode 100644 .github/workflows/inactive_issue_handling.yml create mode 100644 .github/workflows/label_new_issues.yml diff --git a/.github/workflows/inactive_issue_handling.yml b/.github/workflows/inactive_issue_handling.yml new file mode 100644 index 000000000..af9f538b4 --- /dev/null +++ b/.github/workflows/inactive_issue_handling.yml @@ -0,0 +1,22 @@ +name: Close inactive issues +on: + schedule: + - cron: "30 1 * * *" + +jobs: + close-issues: + runs-on: ubuntu-latest + permissions: + issues: write + pull-requests: write + steps: + - uses: actions/stale@v5 + with: + days-before-issue-stale: 30 + days-before-issue-close: 30 + stale-issue-label: "stale" + stale-issue-message: "This issue is stale because it has been open for 30 days with no activity." + close-issue-message: "This issue was closed because it has been inactive for 14 days since being marked as stale." + days-before-pr-stale: -1 + days-before-pr-close: -1 + repo-token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/label_new_issues.yml b/.github/workflows/label_new_issues.yml new file mode 100644 index 000000000..9773cdd1c --- /dev/null +++ b/.github/workflows/label_new_issues.yml @@ -0,0 +1,29 @@ +name: Label issues +on: + issues: + types: + - reopened + - opened +jobs: + label_issues: + runs-on: ubuntu-latest + permissions: + issues: write + steps: + - name: Checkout repository + uses: actions/checkout@v4 + - run: gh issue edit "$NUMBER" --add-label "$LABELS" + env: + GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GH_REPO: ${{ github.repository }} + NUMBER: ${{ github.event.issue.number }} + LABELS: triage + - run: gh project list --owner qbicsoftware + env: + GH_TOKEN: ${{secrets.ISSUE_MANAGEMENT}} + - run: gh project item-add "$PROJECT" --owner qbicsoftware --url "$ISSUE_URL" + env: + PROJECT: 25 + ISSUE_URL: ${{ github.event.issue.html_url }} + GH_TOKEN: ${{ secrets.ISSUE_MANAGEMENT }} + GH_REPO: ${{ github.repository }} From 5f8ff96b8b607a7bee18036740962990e5b7fe10 Mon Sep 17 00:00:00 2001 From: "Sven F." <9976560+sven1103@users.noreply.github.com> Date: Fri, 2 Aug 2024 10:47:09 +0200 Subject: [PATCH 4/6] Provide code of conduct --- CODE_OF_CONDUCT.md | 128 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 128 insertions(+) create mode 100644 CODE_OF_CONDUCT.md diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md new file mode 100644 index 000000000..1bf87cd7d --- /dev/null +++ b/CODE_OF_CONDUCT.md @@ -0,0 +1,128 @@ +# Contributor Covenant Code of Conduct + +## Our Pledge + +We as members, contributors, and leaders pledge to make participation in our +community a harassment-free experience for everyone, regardless of age, body +size, visible or invisible disability, ethnicity, sex characteristics, gender +identity and expression, level of experience, education, socio-economic status, +nationality, personal appearance, race, religion, or sexual identity +and orientation. + +We pledge to act and interact in ways that contribute to an open, welcoming, +diverse, inclusive, and healthy community. + +## Our Standards + +Examples of behavior that contributes to a positive environment for our +community include: + +* Demonstrating empathy and kindness toward other people +* Being respectful of differing opinions, viewpoints, and experiences +* Giving and gracefully accepting constructive feedback +* Accepting responsibility and apologizing to those affected by our mistakes, + and learning from the experience +* Focusing on what is best not just for us as individuals, but for the + overall community + +Examples of unacceptable behavior include: + +* The use of sexualized language or imagery, and sexual attention or + advances of any kind +* Trolling, insulting or derogatory comments, and personal or political attacks +* Public or private harassment +* Publishing others' private information, such as a physical or email + address, without their explicit permission +* Other conduct which could reasonably be considered inappropriate in a + professional setting + +## Enforcement Responsibilities + +Community leaders are responsible for clarifying and enforcing our standards of +acceptable behavior and will take appropriate and fair corrective action in +response to any behavior that they deem inappropriate, threatening, offensive, +or harmful. + +Community leaders have the right and responsibility to remove, edit, or reject +comments, commits, code, wiki edits, issues, and other contributions that are +not aligned to this Code of Conduct, and will communicate reasons for moderation +decisions when appropriate. + +## Scope + +This Code of Conduct applies within all community spaces, and also applies when +an individual is officially representing the community in public spaces. +Examples of representing our community include using an official e-mail address, +posting via an official social media account, or acting as an appointed +representative at an online or offline event. + +## Enforcement + +Instances of abusive, harassing, or otherwise unacceptable behavior may be +reported to the community leaders responsible for enforcement at +support@qbic.zendesk.com. +All complaints will be reviewed and investigated promptly and fairly. + +All community leaders are obligated to respect the privacy and security of the +reporter of any incident. + +## Enforcement Guidelines + +Community leaders will follow these Community Impact Guidelines in determining +the consequences for any action they deem in violation of this Code of Conduct: + +### 1. Correction + +**Community Impact**: Use of inappropriate language or other behavior deemed +unprofessional or unwelcome in the community. + +**Consequence**: A private, written warning from community leaders, providing +clarity around the nature of the violation and an explanation of why the +behavior was inappropriate. A public apology may be requested. + +### 2. Warning + +**Community Impact**: A violation through a single incident or series +of actions. + +**Consequence**: A warning with consequences for continued behavior. No +interaction with the people involved, including unsolicited interaction with +those enforcing the Code of Conduct, for a specified period of time. This +includes avoiding interactions in community spaces as well as external channels +like social media. Violating these terms may lead to a temporary or +permanent ban. + +### 3. Temporary Ban + +**Community Impact**: A serious violation of community standards, including +sustained inappropriate behavior. + +**Consequence**: A temporary ban from any sort of interaction or public +communication with the community for a specified period of time. No public or +private interaction with the people involved, including unsolicited interaction +with those enforcing the Code of Conduct, is allowed during this period. +Violating these terms may lead to a permanent ban. + +### 4. Permanent Ban + +**Community Impact**: Demonstrating a pattern of violation of community +standards, including sustained inappropriate behavior, harassment of an +individual, or aggression toward or disparagement of classes of individuals. + +**Consequence**: A permanent ban from any sort of public interaction within +the community. + +## Attribution + +This Code of Conduct is adapted from the [Contributor Covenant][homepage], +version 2.0, available at +https://www.contributor-covenant.org/version/2/0/code_of_conduct.html. + +Community Impact Guidelines were inspired by [Mozilla's code of conduct +enforcement ladder](https://github.com/mozilla/diversity). + +[homepage]: https://www.contributor-covenant.org + +For answers to common questions about this code of conduct, see the FAQ at +https://www.contributor-covenant.org/faq. Translations are available at +https://www.contributor-covenant.org/translations. From 2540ca20b8a94a24790e08a9841578ca0a43317c Mon Sep 17 00:00:00 2001 From: "Sven F." <9976560+sven1103@users.noreply.github.com> Date: Fri, 2 Aug 2024 13:16:21 +0200 Subject: [PATCH 5/6] Create bug issue form (#756) * Create bug issue form * Rename bug to bug.yml * Create config.yml * Update bug.yml --------- Co-authored-by: Steffengreiner --- .github/ISSUE_TEMPLATE/bug.yml | 46 +++++++++++++++++++++++++++++++ .github/ISSUE_TEMPLATE/config.yml | 1 + 2 files changed, 47 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug.yml create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml new file mode 100644 index 000000000..c8e22eb04 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -0,0 +1,46 @@ +name: Bug Report +description: File a bug report. +title: "[Bug]: " +labels: ["bug", "triage"] +projects: ["qbicsoftware/25"] +assignees: + - sven1103 + - Shraddha0903 +body: + - type: markdown + attributes: + value: | + Thanks for taking the time to fill out this bug report! We strongly encourage you to also add screenshots to describe the bug! + - type: textarea + id: what-happened + attributes: + label: What happened? + description: Also tell us, what did you expect to happen? + placeholder: Tell us what you see! + value: "A bug happened!" + validations: + required: true + - type: dropdown + id: browsers + attributes: + label: What browsers are you seeing the problem on? + multiple: true + options: + - Firefox + - Chrome + - Safari + - Microsoft Edge + - type: textarea + id: logs + attributes: + label: Relevant log output + description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks. + render: shell + - type: checkboxes + id: terms + attributes: + label: Code of Conduct + description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/qbicsoftware/data-manager-app/blob/chore/bug-issue-form/CODE_OF_CONDUCT.md). + options: + - label: I agree to follow this project's Code of Conduct + required: true diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 000000000..3ba13e0ce --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1 @@ +blank_issues_enabled: false From 6807887806881156a47dffa807afa7cd94b38c25 Mon Sep 17 00:00:00 2001 From: "Sven F." <9976560+sven1103@users.noreply.github.com> Date: Fri, 2 Aug 2024 15:05:46 +0200 Subject: [PATCH 6/6] Provide feature request form (#757) * Provide feature request form * Apply suggestions from code review Co-authored-by: Steffengreiner * Comply * Fix URL to CoC --------- Co-authored-by: Steffengreiner --- .github/ISSUE_TEMPLATE/01-feature-request.yml | 42 +++++++++++++++++++ .../{bug.yml => 02-bug-report.yml} | 4 +- .github/ISSUE_TEMPLATE/bug_report.md | 38 ----------------- .github/ISSUE_TEMPLATE/feature_request.md | 20 --------- 4 files changed, 44 insertions(+), 60 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/01-feature-request.yml rename .github/ISSUE_TEMPLATE/{bug.yml => 02-bug-report.yml} (94%) delete mode 100644 .github/ISSUE_TEMPLATE/bug_report.md delete mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/01-feature-request.yml b/.github/ISSUE_TEMPLATE/01-feature-request.yml new file mode 100644 index 000000000..d62e21f3e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/01-feature-request.yml @@ -0,0 +1,42 @@ +name: Feature Request +description: File a feature request. +title: "[Please create a short, descriptive title]" +labels: ["enhancement", "triage"] +projects: ["qbicsoftware/25"] +assignees: + - sven1103 + - Shraddha0903 +body: + - type: markdown + attributes: + value: | + Thanks for taking the time to fill out this feature request. + - type: textarea + id: wanted + attributes: + label: What are you missing? + description: Also tell us, what is missing? + placeholder: Tell us what you would need! + value: "I am currently missing ... \nI would need ..." + validations: + required: true + - type: textarea + id: use-case + attributes: + label: Why do you need a solution? + description: Please explain your scenario (use case) and how it affects your experience + validations: + required: true + - type: textarea + id: examples + attributes: + label: Ideas + description: Maybe you have an idea how to solve it or have seen a solution from others. + - type: checkboxes + id: terms + attributes: + label: Code of Conduct + description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/qbicsoftware/data-manager-app?tab=coc-ov-file). + options: + - label: I agree to follow this project's Code of Conduct + required: true diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/02-bug-report.yml similarity index 94% rename from .github/ISSUE_TEMPLATE/bug.yml rename to .github/ISSUE_TEMPLATE/02-bug-report.yml index c8e22eb04..bd7ef23c5 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/02-bug-report.yml @@ -1,6 +1,6 @@ name: Bug Report description: File a bug report. -title: "[Bug]: " +title: "[Provide a short descriptive title]" labels: ["bug", "triage"] projects: ["qbicsoftware/25"] assignees: @@ -40,7 +40,7 @@ body: id: terms attributes: label: Code of Conduct - description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/qbicsoftware/data-manager-app/blob/chore/bug-issue-form/CODE_OF_CONDUCT.md). + description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/qbicsoftware/data-manager-app?tab=coc-ov-file). options: - label: I agree to follow this project's Code of Conduct required: true diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index dd84ea782..000000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,38 +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] - -**Additional context** -Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index bbcbbe7d6..000000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -name: Feature request -about: Suggest an idea for this project -title: '' -labels: '' -assignees: '' - ---- - -**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. - -**Describe alternatives you've considered** -A clear and concise description of any alternative solutions or features you've considered. - -**Additional context** -Add any other context or screenshots about the feature request here.